-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
build: Release #9984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Release #9984
Conversation
# [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: 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))
|
🚀 Thanks for opening this pull request! |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
|
🎉 This change has been released in version 9.0.0 |
Release
This pull request was created automatically according to the release cycle.
Warning
Only use
Merge Committo merge this pull request. Do not useRebase and MergeorSquash and Merge.