Commit b479102
committed
chore(release): 8.5.0 [skip ci]
# [8.5.0](parse-community/parse-server@8.4.0...8.5.0) (2025-12-01)
### Bug Fixes
* `GridFSBucketAdapter` throws when using some Parse Server specific options in MongoDB database options ([parse-community#9915](parse-community#9915)) ([d3d4003](parse-community@d3d4003))
* Deprecation warning logged at server launch for nested Parse Server option even if option is explicitly set ([parse-community#9934](parse-community#9934)) ([c22cb0a](parse-community@c22cb0a))
* Parse Server option `rateLimit.zone` does not use default value `ip` ([parse-community#9941](parse-community#9941)) ([12beb8f](parse-community@12beb8f))
* Queries with object field `authData.provider.id` are incorrectly transformed to `_auth_data_provider.id` for custom classes ([parse-community#9932](parse-community#9932)) ([7b9fa18](parse-community@7b9fa18))
* Race condition can cause multiple Apollo server initializations under load ([parse-community#9929](parse-community#9929)) ([7d5e9fc](parse-community@7d5e9fc))
* Server internal error details leaking in error messages returned to clients ([parse-community#9937](parse-community#9937)) ([50edb5a](parse-community@50edb5a))
### Features
* Add `beforePasswordResetRequest` hook ([parse-community#9906](parse-community#9906)) ([94cee5b](parse-community@94cee5b))
* Add MongoDB client event logging via database option `logClientEvents` ([parse-community#9914](parse-community#9914)) ([b760733](parse-community@b760733))
* Add Parse Server option `allowPublicExplain` to allow `Parse.Query.explain` without master key ([parse-community#9890](parse-community#9890)) ([4456b02](parse-community@4456b02))
* Add Parse Server option `enableSanitizedErrorResponse` to remove detailed error messages from responses sent to clients ([parse-community#9944](parse-community#9944)) ([4752197](parse-community@4752197))
* Add support for MongoDB driver options `serverSelectionTimeoutMS`, `maxIdleTimeMS`, `heartbeatFrequencyMS` ([parse-community#9910](parse-community#9910)) ([1b661e9](parse-community@1b661e9))
* Add support for more MongoDB driver options ([parse-community#9911](parse-community#9911)) ([cff451e](parse-community@cff451e))
* Allow option `publicServerURL` to be set dynamically as asynchronous function ([parse-community#9803](parse-community#9803)) ([460a65c](parse-community@460a65c))
* Upgrade to parse 7.1.1 ([parse-community#9954](parse-community#9954)) ([fa57d69](parse-community@fa57d69))
* Upgrade to parse 7.1.2 ([parse-community#9955](parse-community#9955)) ([5c644a5](parse-community@5c644a5))
### Performance Improvements
* `Parse.Query.include` now fetches pointers at same level in parallel ([parse-community#9861](parse-community#9861)) ([dafea21](parse-community@dafea21))
* Remove unused dependencies ([parse-community#9943](parse-community#9943)) ([d4c6de0](parse-community@d4c6de0))
* Upgrade MongoDB driver to 6.20.0 ([parse-community#9887](parse-community#9887)) ([3c9af48](parse-community@3c9af48))1 parent 5a1cdab commit b479102
File tree
3 files changed
+33
-3
lines changed- changelogs
3 files changed
+33
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
1 | 31 | | |
2 | 32 | | |
3 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments