Skip to content

Releases: parse-community/parse-server

9.1.0

14 Dec 15:49

Choose a tag to compare

9.1.0 (2025-12-14)

Bug Fixes

Features

  • Add option logLevels.signupUsernameTaken to change log level of username already exists sign-up rejection (#9962) (f18f307)
  • Add support for custom HTTP status code and headers to Cloud Function response with Express-style syntax (#9980) (8eeab8d)
  • Log more debug info when failing to set duplicate value for field with unique values (#9919) (a23b192)

9.1.0-alpha.4

14 Dec 15:40

Choose a tag to compare

9.1.0-alpha.4 Pre-release
Pre-release

9.1.0-alpha.4 (2025-12-14)

Features

  • Log more debug info when failing to set duplicate value for field with unique values (#9919) (a23b192)

9.1.0-alpha.3

14 Dec 14:45

Choose a tag to compare

9.1.0-alpha.3 Pre-release
Pre-release

9.1.0-alpha.3 (2025-12-14)

Bug Fixes

9.1.0-alpha.2

14 Dec 14:25

Choose a tag to compare

9.1.0-alpha.2 Pre-release
Pre-release

9.1.0-alpha.2 (2025-12-14)

Features

  • Add support for custom HTTP status code and headers to Cloud Function response with Express-style syntax (#9980) (8eeab8d)

9.1.0-alpha.1

14 Dec 01:00

Choose a tag to compare

9.1.0-alpha.1 Pre-release
Pre-release

9.1.0-alpha.1 (2025-12-14)

Features

  • Add option logLevels.signupUsernameTaken to change log level of username already exists sign-up rejection (#9962) (f18f307)

9.0.0

14 Dec 00:34

Choose a tag to compare

9.0.0 (2025-12-14)

Bug Fixes

  • Upgrade to GraphQL Apollo Server 5 and restrict GraphQL introspection (#9888) (87c7f07)

Features

  • Deprecation DEPPS10: Encode Parse.Object in Cloud Function and remove option encodeParseObjectInCloudFunction (#9973) (a2d3dbe)
  • Deprecation DEPPS11: Replace PublicAPIRouter with PagesRouter (#9974) (8f877d4)
  • Deprecation DEPPS113: Config option enableInsecureAuthAdapters defaults to false (#9982) (22d4622)
  • Deprecation DEPPS12: Database option allowPublicExplain defaults to false (#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, PostGIS 3.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 enableInsecureAuthAdapters default to false (Deprecation DEPPS13). (22d4622)
  • This release changes the MongoDB database option allowPublicExplain default to false (Deprecation DEPPS12). (c1c7e69)
  • This release replaces PublicAPIRouter with PagesRouter (Deprecation DEPPS11). (8f877d4)
  • This release encodes Parse.Object in Cloud Function and removes option encodeParseObjectInCloudFunction (Deprecation DEPPS10). (a2d3dbe)
  • This releases increases the required minimum version to Postgres 16, PostGIS 3.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 masterKey or setting graphQLPublicIntrospection: true. (87c7f07)
  • This releases increases the required minimum Node version to 20.19.0. (633964d)

9.0.0-alpha.11

14 Dec 00:24

Choose a tag to compare

9.0.0-alpha.11 Pre-release
Pre-release

9.0.0-alpha.11 (2025-12-14)

Features

  • Deprecation DEPPS113: Config option enableInsecureAuthAdapters defaults to false (#9982) (22d4622)

BREAKING CHANGES

  • This release changes the config option enableInsecureAuthAdapters default to false (Deprecation DEPPS13). (22d4622)

8.6.1

14 Dec 15:07

Choose a tag to compare

8.6.1 (2025-12-14)

Bug Fixes

9.0.0-alpha.9

12 Dec 20:08

Choose a tag to compare

9.0.0-alpha.9 Pre-release
Pre-release

9.0.0-alpha.9 (2025-12-12)

Features

  • Deprecation DEPPS12: Database option allowPublicExplain defaults to false (#9975) (c1c7e69)

BREAKING CHANGES

  • This release changes the MongoDB database option allowPublicExplain default to false (Deprecation DEPPS12). (c1c7e69)

9.0.0-alpha.8

12 Dec 19:56

Choose a tag to compare

9.0.0-alpha.8 Pre-release
Pre-release

9.0.0-alpha.8 (2025-12-12)

Features

  • Deprecation DEPPS11: Replace PublicAPIRouter with PagesRouter (#9974) (8f877d4)

BREAKING CHANGES

  • This release replaces PublicAPIRouter with PagesRouter (Deprecation DEPPS11). (8f877d4)