7.0.0-alpha.1
Pre-release
Pre-release
·
40 commits
to alpha
since this release
7.0.0-alpha.1 (2025-10-14)
Bug Fixes
- Prototype Pollution vulnerability in
SingleInstanceStateController; fixes security vulnerability GHSA-9g8m-v378-pcg3 (#2745) (9e7c1ba) - HTTP status code 3XX redirection for Parse Server URL not handled properly (#2608) (58e7f58)
- Incorrect type in
ParseObject.fetchparameteroptions(#2726) (dc78419) - Prototype pollution in
Parse.Objectand internal APIs; fixes security vulnerability GHSA-9f2h-7v79-mxw (#2749) (0097398) - Unhandled exception when calling
Parse.Cloud.runwith option valuenull(#2622) (#2623) (2818ed9)
Features
- Add
Parse.Fileupload and download progress in browser and Node environments (#2503) (d3ca465) - Add option
Parse.nodeLoggingto fully logParse.Objectin Node.js environments (#1594) (de9d057) - Remove
Parse.serverAuthType,Parse.serverAuthTokeninfavor of CoreManagerREQUEST_HEADERSconfig (#2639) (ddc66a1)
BREAKING CHANGES
- The methods
Parse.serverAuthType()andParse.serverAuthToken()have been removed; use the CoreManagerREQUEST_HEADERconfig to set authorization headers instead. (ddc66a1)