Skip to content

Releases: parse-community/parse-server

5.0.0-beta.8

12 Mar 12:50
Compare
Choose a tag to compare
5.0.0-beta.8 Pre-release
Pre-release

5.0.0-beta.8 (2022-03-12)

Bug Fixes

5.0.0-alpha.29

12 Mar 14:12
Compare
Choose a tag to compare
5.0.0-alpha.29 Pre-release
Pre-release

5.0.0-alpha.29 (2022-03-12)

Features

BREAKING CHANGES

  • This requires Node.js version >=12.22.10. (5ace99d)

5.0.0-alpha.28

12 Mar 13:48
Compare
Choose a tag to compare
5.0.0-alpha.28 Pre-release
Pre-release

5.0.0-alpha.28 (2022-03-12)

Bug Fixes

5.0.0-alpha.27

12 Mar 13:14
Compare
Choose a tag to compare
5.0.0-alpha.27 Pre-release
Pre-release

5.0.0-alpha.27 (2022-03-12)

Reverts

4.10.7

11 Mar 23:20
Compare
Choose a tag to compare

4.10.7 (2022-03-11)

Bug Fixes

  • security vulnerability that allows remote code execution (GHSA-p6h4-93qp-jhcm) (#7841) (886bfd7)

    Note that as part of the fix a new security feature scans for sensitive keywords in request data to prevent JavaScript prototype pollution. If such a keyword is found, the request is rejected with HTTP response code 400 and Parse Error 105 (INVALID_KEY_NAME). By default these keywords are: {_bsontype: "Code"}, constructor, __proto__. If you are using any of these keywords in your request data, you can override the default keywords by setting the new Parse Server option requestKeywordDenylist to [] and specify your own keywords as needed.

5.0.0-alpha.26

25 Feb 16:58
Compare
Choose a tag to compare
5.0.0-alpha.26 Pre-release
Pre-release

5.0.0-alpha.26 (2022-02-25)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#7823) (5ca2288)

5.0.0-alpha.25

23 Feb 00:56
Compare
Choose a tag to compare
5.0.0-alpha.25 Pre-release
Pre-release

5.0.0-alpha.25 (2022-02-23)

Bug Fixes

4.10.6

12 Feb 16:08
Compare
Choose a tag to compare

4.10.6 (2022-02-12)

Bug Fixes

  • update graphql dependencies to work with Parse Dashboard (#7658) (350ecde)

4.10.5

12 Feb 15:43
Compare
Choose a tag to compare

4.10.5 (2022-02-12)

Bug Fixes

  • security upgrade follow-redirects from 1.13.0 to 1.14.8 (#7803) (611332e)

5.0.0-beta.7

10 Feb 11:12
Compare
Choose a tag to compare
5.0.0-beta.7 Pre-release
Pre-release

5.0.0-beta.7 (2022-02-10)

Bug Fixes

  • security upgrade follow-redirects from 1.14.7 to 1.14.8 (#7802) (7029b27)