Skip to content

Releases: parse-community/parse-server

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

4.10.19

09 Nov 19:14
Compare
Choose a tag to compare

4.10.19 (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 (#8301) (0a2d412)

5.3.1

07 Nov 22:11
Compare
Choose a tag to compare

5.3.1 (2022-11-07)

Bug Fixes

4.10.18

07 Nov 22:24
Compare
Choose a tag to compare

4.10.18 (2022-11-07)

Bug Fixes