-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
build: Release #9956
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 #9956
Conversation
…onous function (#9803)
# [8.5.0-alpha.1](8.4.0...8.5.0-alpha.1) (2025-11-07) ### Features * Allow option `publicServerURL` to be set dynamically as asynchronous function ([#9803](#9803)) ([460a65c](460a65c))
…S`, `maxIdleTimeMS`, `heartbeatFrequencyMS` (#9910)
# [8.5.0-alpha.2](8.5.0-alpha.1...8.5.0-alpha.2) (2025-11-07) ### Features * Add support for MongoDB driver options `serverSelectionTimeoutMS`, `maxIdleTimeMS`, `heartbeatFrequencyMS` ([#9910](#9910)) ([1b661e9](1b661e9))
# [8.5.0-alpha.3](8.5.0-alpha.2...8.5.0-alpha.3) (2025-11-07) ### Features * Add support for more MongoDB driver options ([#9911](#9911)) ([cff451e](cff451e))
# [8.5.0-alpha.4](8.5.0-alpha.3...8.5.0-alpha.4) (2025-11-08) ### Features * Add MongoDB client event logging via database option `logClientEvents` ([#9914](#9914)) ([b760733](b760733))
…ery.explain` without master key (#9890)
# [8.5.0-alpha.5](8.5.0-alpha.4...8.5.0-alpha.5) (2025-11-08) ### Features * Add Parse Server option `allowPublicExplain` to allow `Parse.Query.explain` without master key ([#9890](#9890)) ([4456b02](4456b02))
…ic options in MongoDB database options (#9915)
# [8.5.0-alpha.6](8.5.0-alpha.5...8.5.0-alpha.6) (2025-11-08) ### Bug Fixes * `GridFSBucketAdapter` throws when using some Parse Server specific options in MongoDB database options ([#9915](#9915)) ([d3d4003](d3d4003))
# [8.5.0-alpha.7](8.5.0-alpha.6...8.5.0-alpha.7) (2025-11-08) ### Performance Improvements * Upgrade MongoDB driver to 6.20.0 ([#9887](#9887)) ([3c9af48](3c9af48))
# [8.5.0-alpha.8](8.5.0-alpha.7...8.5.0-alpha.8) (2025-11-17) ### Performance Improvements * `Parse.Query.include` now fetches pointers at same level in parallel ([#9861](#9861)) ([dafea21](dafea21))
# [8.5.0-alpha.9](8.5.0-alpha.8...8.5.0-alpha.9) (2025-11-17) ### Bug Fixes * Race condition can cause multiple Apollo server initializations under load ([#9929](#9929)) ([7d5e9fc](7d5e9fc))
… transformed to `_auth_data_provider.id` for custom classes (#9932)
# [8.5.0-alpha.10](8.5.0-alpha.9...8.5.0-alpha.10) (2025-11-17) ### Bug Fixes * Queries with object field `authData.provider.id` are incorrectly transformed to `_auth_data_provider.id` for custom classes ([#9932](#9932)) ([7b9fa18](7b9fa18))
…ver option even if option is explicitly set (#9934)
# [8.5.0-alpha.11](8.5.0-alpha.10...8.5.0-alpha.11) (2025-11-17) ### Bug Fixes * Deprecation warning logged at server launch for nested Parse Server option even if option is explicitly set ([#9934](#9934)) ([c22cb0a](c22cb0a))
# [8.5.0-alpha.12](8.5.0-alpha.11...8.5.0-alpha.12) (2025-11-19) ### Features * Add `beforePasswordResetRequest` hook ([#9906](#9906)) ([94cee5b](94cee5b))
…ferencing pointers (#9936)
# [8.5.0-alpha.13](8.5.0-alpha.12...8.5.0-alpha.13) (2025-11-23) ### Bug Fixes * Server internal error details leaking in error messages returned to clients ([#9937](#9937)) ([50edb5a](50edb5a))
# [8.5.0-alpha.14](8.5.0-alpha.13...8.5.0-alpha.14) (2025-11-23) ### Bug Fixes * Parse Server option `rateLimit.zone` does not use default value `ip` ([#9941](#9941)) ([12beb8f](12beb8f))
# [8.5.0-alpha.15](8.5.0-alpha.14...8.5.0-alpha.15) (2025-11-23) ### Performance Improvements * Remove unused dependencies ([#9943](#9943)) ([d4c6de0](d4c6de0))
…e detailed error messages from responses sent to clients (#9944)
# [8.5.0-alpha.16](8.5.0-alpha.15...8.5.0-alpha.16) (2025-11-28) ### Features * Add Parse Server option `enableSanitizedErrorResponse` to remove detailed error messages from responses sent to clients ([#9944](#9944)) ([4752197](4752197))
# [8.5.0-alpha.17](8.5.0-alpha.16...8.5.0-alpha.17) (2025-12-01) ### Features * Upgrade to parse 7.1.1 ([#9954](#9954)) ([fa57d69](fa57d69))
# [8.5.0-alpha.18](8.5.0-alpha.17...8.5.0-alpha.18) (2025-12-01) ### Features * Upgrade to parse 7.1.2 ([#9955](#9955)) ([5c644a5](5c644a5))
|
🚀 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 #9956 +/- ##
===========================================
+ Coverage 93.04% 93.75% +0.70%
===========================================
Files 187 188 +1
Lines 15160 15297 +137
Branches 177 177
===========================================
+ Hits 14106 14341 +235
+ Misses 1042 944 -98
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎉 This change has been released in version 8.5.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.