Skip to content

Conversation

@parseplatformorg
Copy link
Contributor

Release

This pull request was created automatically according to the release cycle.

Warning

Only use Merge Commit to merge this pull request. Do not use Rebase and Merge or Squash and Merge.

mtrezza and others added 25 commits December 12, 2025 01:28
BREAKING CHANGE: This releases increases the required minimum Node version to `20.19.0`.
# [9.0.0-alpha.1](8.6.0...9.0.0-alpha.1) (2025-12-12)

### Features

* Increase required minimum Node version to `20.19.0` ([#9970](#9970)) ([633964d](633964d))

### BREAKING CHANGES

* This releases increases the required minimum Node version to `20.19.0`. ([633964d](633964d))
# [9.0.0-alpha.2](9.0.0-alpha.1...9.0.0-alpha.2) (2025-12-12)

### Features

* Upgrade to parse 8.0.0 ([#9976](#9976)) ([f9970d4](f9970d4))
…ction (#9888)

BREAKING CHANGE: Upgrade to Apollo Server 5 and GraphQL express 5 integration; GraphQL introspection now requires using `masterKey` or setting `graphQLPublicIntrospection: true`.
# [9.0.0-alpha.3](9.0.0-alpha.2...9.0.0-alpha.3) (2025-12-12)

### Bug Fixes

* Upgrade to GraphQL Apollo Server 5 and restrict GraphQL introspection ([#9888](#9888)) ([87c7f07](87c7f07))

### BREAKING CHANGES

* Upgrade to Apollo Server 5 and GraphQL express 5 integration; GraphQL introspection now requires using `masterKey` or setting `graphQLPublicIntrospection: true`. ([87c7f07](87c7f07))
BREAKING CHANGE: This releases increases the required minimum MongoDB version to `7.0.16`.
# [9.0.0-alpha.4](9.0.0-alpha.3...9.0.0-alpha.4) (2025-12-12)

### Features

* Increase required minimum MongoDB version to `7.0.16` ([#9971](#9971)) ([7bb548b](7bb548b))

### BREAKING CHANGES

* This releases increases the required minimum MongoDB version to `7.0.16`. ([7bb548b](7bb548b))
BREAKING CHANGE: Route pattern syntax across cloud routes and rate-limiting now use the new path-to-regexp v8 syntax; see the [migration guide](https://github.com/parse-community/parse-server/blob/alpha/9.0.0.md) for more details.
# [9.0.0-alpha.5](9.0.0-alpha.4...9.0.0-alpha.5) (2025-12-12)

### Features

* Update route patterns to use path-to-regexp v8 syntax ([#9942](#9942)) ([fa8723b](fa8723b))

### BREAKING CHANGES

* Route pattern syntax across cloud routes and rate-limiting now use the new path-to-regexp v8 syntax; see the [migration guide](https://github.com/parse-community/parse-server/blob/alpha/9.0.0.md) for more details. ([fa8723b](fa8723b))
…5` (#9972)

BREAKING CHANGE: This releases increases the required minimum version to Postgres `16`, PostGIS `3.5`.
# [9.0.0-alpha.6](9.0.0-alpha.5...9.0.0-alpha.6) (2025-12-12)

### Features

* Increase required minimum version to Postgres `16`, PostGIS `3.5` ([#9972](#9972)) ([7483add](7483add))

### BREAKING CHANGES

* This releases increases the required minimum version to Postgres `16`, PostGIS `3.5`. ([7483add](7483add))
…d remove option `encodeParseObjectInCloudFunction` (#9973)

BREAKING CHANGE: This release encodes `Parse.Object` in Cloud Function and removes option `encodeParseObjectInCloudFunction` (Deprecation DEPPS10).
# [9.0.0-alpha.7](9.0.0-alpha.6...9.0.0-alpha.7) (2025-12-12)

### Features

* Deprecation DEPPS10: Encode `Parse.Object` in Cloud Function and remove option `encodeParseObjectInCloudFunction` ([#9973](#9973)) ([a2d3dbe](a2d3dbe))

### BREAKING CHANGES

* This release encodes `Parse.Object` in Cloud Function and removes option `encodeParseObjectInCloudFunction` (Deprecation DEPPS10). ([a2d3dbe](a2d3dbe))
…r` (#9974)

BREAKING CHANGE: This release replaces `PublicAPIRouter` with `PagesRouter` (Deprecation DEPPS11).
# [9.0.0-alpha.8](9.0.0-alpha.7...9.0.0-alpha.8) (2025-12-12)

### Features

* Deprecation DEPPS11: Replace `PublicAPIRouter` with `PagesRouter` ([#9974](#9974)) ([8f877d4](8f877d4))

### BREAKING CHANGES

* This release replaces `PublicAPIRouter` with `PagesRouter` (Deprecation DEPPS11). ([8f877d4](8f877d4))
…lts to `false` (#9975)

BREAKING CHANGE: This release changes the MongoDB database option `allowPublicExplain` default to `false` (Deprecation DEPPS12).
# [9.0.0-alpha.9](9.0.0-alpha.8...9.0.0-alpha.9) (2025-12-12)

### Features

* Deprecation DEPPS12: Database option `allowPublicExplain` defaults to `false` ([#9975](#9975)) ([c1c7e69](c1c7e69))

### BREAKING CHANGES

* This release changes the MongoDB database option `allowPublicExplain` default to `false` (Deprecation DEPPS12). ([c1c7e69](c1c7e69))
# [9.0.0-alpha.10](9.0.0-alpha.9...9.0.0-alpha.10) (2025-12-12)

### Features

* Upgrade to @parse/push-adapter 8.1.0 ([#9938](#9938)) ([d5e76b0](d5e76b0))
…` defaults to `false` (#9982)

BREAKING CHANGE: This release changes the config option `enableInsecureAuthAdapters` default to `false` (Deprecation DEPPS13).
# [9.0.0-alpha.11](9.0.0-alpha.10...9.0.0-alpha.11) (2025-12-14)

### Features

* Deprecation DEPPS113: Config option `enableInsecureAuthAdapters` defaults to `false` ([#9982](#9982)) ([22d4622](22d4622))

### BREAKING CHANGES

* This release changes the config option `enableInsecureAuthAdapters` default to `false` (Deprecation DEPPS13). ([22d4622](22d4622))
@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@coderabbitai
Copy link

coderabbitai bot commented Dec 14, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch build/release-20251214

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@parseplatformorg
Copy link
Contributor Author

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codecov
Copy link

codecov bot commented Dec 14, 2025

Codecov Report

❌ Patch coverage is 93.54839% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.54%. Comparing base (e3d27fe) to head (31e7afe).
⚠️ Report is 28 commits behind head on release.

Files with missing lines Patch % Lines
src/Config.js 80.00% 1 Missing ⚠️
src/GraphQL/ParseGraphQLServer.js 95.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release    #9984      +/-   ##
===========================================
- Coverage    92.58%   92.54%   -0.04%     
===========================================
  Files          191      190       -1     
  Lines        15544    15434     -110     
  Branches       177      176       -1     
===========================================
- Hits         14391    14283     -108     
+ Misses        1141     1139       -2     
  Partials        12       12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza mtrezza merged commit 247c14c into release Dec 14, 2025
22 of 23 checks passed
@mtrezza mtrezza deleted the build/release-20251214 branch December 14, 2025 00:33
@parseplatformorg
Copy link
Contributor Author

🎉 This change has been released in version 9.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Dec 14, 2025
@mtrezza mtrezza linked an issue Dec 14, 2025 that may be closed by this pull request
25 tasks
@mtrezza mtrezza mentioned this pull request Dec 14, 2025
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:released Released as stable version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prepare release of Parse Server 9

6 participants