9.0.0 (2025-12-14)
Bug Fixes
Features
- Deprecation DEPPS10: Encode
Parse.Objectin Cloud Function and remove optionencodeParseObjectInCloudFunction(#9973) (a2d3dbe) - Deprecation DEPPS11: Replace
PublicAPIRouterwithPagesRouter(#9974) (8f877d4) - Deprecation DEPPS113: Config option
enableInsecureAuthAdaptersdefaults tofalse(#9982) (22d4622) - Deprecation DEPPS12: Database option
allowPublicExplaindefaults tofalse(#9975) (c1c7e69) - Increase required minimum MongoDB version to
7.0.16(#9971) (7bb548b) - Increase required minimum Node version to
20.19.0(#9970) (633964d) - Increase required minimum version to Postgres
16, PostGIS3.5(#9972) (7483add) - Update route patterns to use path-to-regexp v8 syntax (#9942) (fa8723b)
- Upgrade to @parse/push-adapter 8.1.0 (#9938) (d5e76b0)
- Upgrade to parse 8.0.0 (#9976) (f9970d4)
BREAKING CHANGES
- This release changes the config option
enableInsecureAuthAdaptersdefault tofalse(Deprecation DEPPS13). (22d4622) - This release changes the MongoDB database option
allowPublicExplaindefault tofalse(Deprecation DEPPS12). (c1c7e69) - This release replaces
PublicAPIRouterwithPagesRouter(Deprecation DEPPS11). (8f877d4) - This release encodes
Parse.Objectin Cloud Function and removes optionencodeParseObjectInCloudFunction(Deprecation DEPPS10). (a2d3dbe) - This releases increases the required minimum version to Postgres
16, PostGIS3.5. (7483add) - Route pattern syntax across cloud routes and rate-limiting now use the new path-to-regexp v8 syntax; see the migration guide for more details. (fa8723b)
- This releases increases the required minimum MongoDB version to
7.0.16. (7bb548b) - Upgrade to Apollo Server 5 and GraphQL express 5 integration; GraphQL introspection now requires using
masterKeyor settinggraphQLPublicIntrospection: true. (87c7f07) - This releases increases the required minimum Node version to
20.19.0. (633964d)