chore(release): 7.0.0-alpha.21 [skip ci]

# [7.0.0-alpha.21](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.20...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](https://github.com/parse-community/parse-server/issues/8957)) ([a7b5b38](a7b5b38418))

### 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](a7b5b38))
This commit is contained in:
semantic-release-bot
2024-03-01 17:37:52 +00:00
parent a7b5b38418
commit 01c97f7ab7
3 changed files with 15 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {