Releases: parse-community/parse-server
Releases · parse-community/parse-server
6.5.3
7.0.0-alpha.27
7.0.0-alpha.27 (2024-03-15)
Bug Fixes
7.0.0-alpha.26
7.0.0-alpha.26 (2024-03-10)
Bug Fixes
7.0.0-alpha.25
7.0.0-alpha.25 (2024-03-05)
Features
BREAKING CHANGES
- The Parse Server option
allowClientClassCreation
defaults tofalse
. (29624e0)
7.0.0-alpha.24
7.0.0-alpha.24 (2024-03-05)
Bug Fixes
7.0.0-alpha.23
7.0.0-alpha.22
7.0.0-alpha.22 (2024-03-02)
Features
6.5.2
6.5.1
7.0.0-alpha.21
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)