Skip to content

Releases: parse-community/parse-server

6.5.3

16 Mar 13:41
Compare
Choose a tag to compare

6.5.3 (2024-03-16)

Bug Fixes

  • Security upgrade follow-redirects from 1.15.5 to 1.15.6 (#9019) (422958e)

7.0.0-alpha.27

15 Mar 16:47
Compare
Choose a tag to compare
7.0.0-alpha.27 Pre-release
Pre-release

7.0.0-alpha.27 (2024-03-15)

Bug Fixes

  • CacheAdapter does not connect when using a CacheAdapter with a JSON config (#8633) (720d24e)

7.0.0-alpha.26

10 Mar 14:12
Compare
Choose a tag to compare
7.0.0-alpha.26 Pre-release
Pre-release

7.0.0-alpha.26 (2024-03-10)

Bug Fixes

  • Parse Server option fileExtensions default value rejects file extensions that are less than 3 or more than 4 characters long (#8699) (2760381)

7.0.0-alpha.25

05 Mar 19:09
Compare
Choose a tag to compare
7.0.0-alpha.25 Pre-release
Pre-release

7.0.0-alpha.25 (2024-03-05)

Features

  • Deprecation DEPPS5: Config option allowClientClassCreation defaults to false (#8849) (29624e0)

BREAKING CHANGES

  • The Parse Server option allowClientClassCreation defaults to false. (29624e0)

7.0.0-alpha.24

05 Mar 07:55
Compare
Choose a tag to compare
7.0.0-alpha.24 Pre-release
Pre-release

7.0.0-alpha.24 (2024-03-05)

Bug Fixes

  • Docker version releases by removing arm/v6 and arm/v7 support (#8976) (1f62dd0)

7.0.0-alpha.23

03 Mar 01:29
Compare
Choose a tag to compare
7.0.0-alpha.23 Pre-release
Pre-release

7.0.0-alpha.23 (2024-03-03)

Features

7.0.0-alpha.22

02 Mar 01:07
Compare
Choose a tag to compare
7.0.0-alpha.22 Pre-release
Pre-release

7.0.0-alpha.22 (2024-03-02)

Features

  • Switch GraphQL server from Yoga v2 to Apollo v4 (#8959) (105ae7c)

6.5.2

02 Mar 21:48
Compare
Choose a tag to compare

6.5.2 (2024-03-02)

Bug Fixes

  • Security upgrade @parse/push-adapter from 5.1.0 to 5.1.1 (#8975) (0fa0aab)

6.5.1

02 Mar 20:43
Compare
Choose a tag to compare

6.5.1 (2024-03-02)

Bug Fixes

  • Security upgrade @parse/push-adapter from 5.0.2 to 5.1.0 (#8972) (bba24dd)

7.0.0-alpha.21

01 Mar 17:38
Compare
Choose a tag to compare
7.0.0-alpha.21 Pre-release
Pre-release

7.0.0-alpha.21 (2024-03-01)

Bug Fixes

  • Deny request if master key is not set in Parse Server option masterKeyIps regardless of ACL and CLP (#8957) (a7b5b38)

BREAKING CHANGES

  • A request using the master key will now be rejected as unauthorized if the IP from which the request originates is not set in the Parse Server option masterKeyIps, even if the request does not require the master key permission, for example for a public object in a public class class. (a7b5b38)