8.5.0 (2025-12-01)
Bug Fixes
GridFSBucketAdapterthrows when using some Parse Server specific options in MongoDB database options (#9915) (d3d4003)- Deprecation warning logged at server launch for nested Parse Server option even if option is explicitly set (#9934) (c22cb0a)
- Parse Server option
rateLimit.zonedoes not use default valueip(#9941) (12beb8f) - Queries with object field
authData.provider.idare incorrectly transformed to_auth_data_provider.idfor custom classes (#9932) (7b9fa18) - Race condition can cause multiple Apollo server initializations under load (#9929) (7d5e9fc)
- Server internal error details leaking in error messages returned to clients (#9937) (50edb5a)
Features
- Add
beforePasswordResetRequesthook (#9906) (94cee5b) - Add MongoDB client event logging via database option
logClientEvents(#9914) (b760733) - Add Parse Server option
allowPublicExplainto allowParse.Query.explainwithout master key (#9890) (4456b02) - Add Parse Server option
enableSanitizedErrorResponseto remove detailed error messages from responses sent to clients (#9944) (4752197) - Add support for MongoDB driver options
serverSelectionTimeoutMS,maxIdleTimeMS,heartbeatFrequencyMS(#9910) (1b661e9) - Add support for more MongoDB driver options (#9911) (cff451e)
- Allow option
publicServerURLto be set dynamically as asynchronous function (#9803) (460a65c) - Upgrade to parse 7.1.1 (#9954) (fa57d69)
- Upgrade to parse 7.1.2 (#9955) (5c644a5)