Skip to content

Releases: parse-community/parse-server

6.0.0-alpha.7

11 Nov 00:18
Compare
Choose a tag to compare
6.0.0-alpha.7 Pre-release
Pre-release

6.0.0-alpha.7 (2022-11-11)

Features

BREAKING CHANGES

  • This release upgrades to Redis 4; if you are using the Redis cache adapter with Parse Server then this is a breaking change as the Redis client options have changed; see the Redis migration guide for more details (#8293) (7d622f0)

6.0.0-alpha.6

10 Nov 22:34
Compare
Choose a tag to compare
6.0.0-alpha.6 Pre-release
Pre-release

6.0.0-alpha.6 (2022-11-10)

Features

BREAKING CHANGES

  • This release removes support for MongoDB 4.0; the new minimum supported MongoDB version is 4.2. which also removes support for the deprecated MongoDB MMAPv1 storage engine (37245f6)

6.0.0-alpha.5

10 Nov 21:02
Compare
Choose a tag to compare
6.0.0-alpha.5 Pre-release
Pre-release

6.0.0-alpha.5 (2022-11-10)

Bug Fixes

  • Throwing error in Cloud Code Triggers afterLogin, afterLogout crashes server (#8280) (130d290)

BREAKING CHANGES

  • Throwing an error in Cloud Code Triggers afterLogin, afterLogout returns a rejected promise; in previous releases it crashed the server if you did not handle the error on the Node.js process level; consider adapting your code if your app currently handles these errors on the Node.js process level with process.on('unhandledRejection', ...) (130d290)

6.0.0-alpha.4

10 Nov 19:33
Compare
Choose a tag to compare
6.0.0-alpha.4 Pre-release
Pre-release

6.0.0-alpha.4 (2022-11-10)

Features

  • Remove deprecation DEPPS2: Config option directAccess defaults to true (#8284) (f535ee6)

BREAKING CHANGES

  • Config option directAccess defaults to true; set this to false in environments where multiple Parse Server instances run behind a load balancer and Parse requests within the current Node.js environment should be routed via the load balancer and distributed as HTTP requests among all instances via the serverURL. (f535ee6)

6.0.0-alpha.3

10 Nov 17:31
Compare
Choose a tag to compare
6.0.0-alpha.3 Pre-release
Pre-release

6.0.0-alpha.3 (2022-11-10)

Features

  • Remove deprecation DEPPS4: Remove convenience method for http request Parse.Cloud.httpRequest (#8287) (2d79c08)

BREAKING CHANGES

  • The convenience method for HTTP requests Parse.Cloud.httpRequest is removed; use your preferred 3rd party library for making HTTP requests (2d79c08)

6.0.0-alpha.2

10 Nov 16:37
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release

6.0.0-alpha.2 (2022-11-10)

Features

  • Improve authentication adapter interface to support multi-factor authentication (MFA), authentication challenges, and provide a more powerful interface for writing custom authentication adapters (#8156) (5bbf9ca)

6.0.0-alpha.1

10 Nov 15:37
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release

6.0.0-alpha.1 (2022-11-10)

Bug Fixes

BREAKING CHANGES

  • This release removes Node 12 and Node 17 support (2546cc8)

5.3.3

09 Nov 20:56
Compare
Choose a tag to compare

5.3.3 (2022-11-09)

Bug Fixes

5.3.2

09 Nov 19:12
Compare
Choose a tag to compare

5.3.2 (2022-11-09)

Bug Fixes

  • Parse Server option requestKeywordDenylist can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability GHSA-xprv-wvh7-qqqx (#8302) (6728da1)

4.10.20

09 Nov 21:04
Compare
Choose a tag to compare

4.10.20 (2022-11-09)

Bug Fixes