You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse.Cloud.useMasterKey() is a no-op, please refer to (Cloud Code migration guide)[https://github.com/ParsePlatform/parse-server/wiki/Compatibility-with-Hosted-Parse#cloud-code]
Authentication helpers are now proper adapters, deprecates oauth option in favor of auth.
email field is not returned anymore for Parse.User queries. (Provided only on the user itself if provided).
New Features
Adds ability to restrict access through Class Level Permissions to only authenticated users see docs
Adds ability to strip sensitive data from _User responses, strips emails by default, thanks to Arthur Cinader
Adds password history support for password policies, thanks to Bhaskar Reddy Yasa
Improvements
Bump parse-server-s3-adapter to 1.0.6, thanks to Arthur Cinader
Using PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS let you create user sessions when passing {installationId: "xxx-xxx"} on signup in cloud code, thanks to Florent Vilmart
Add CLI option to pass host parameter when creating parse-server from CLI, thanks to Kulshekhar Kabra
Bug fixes
Ensure batch routes are only using posix paths, thanks to Steven Shipton
Ensure falsy options from CLI are properly taken into account, thanks to Steven Shipton
Fixes issues affecting calls to matchesKeyInQuery with pointers.
Ensure that select keys can be changed in triggers (beforeFind...), thanks to Arthur Cinader
Housekeeping
Enables and enforces linting with eslint, thanks to Arthur Cinader