5.1.0
·
475 commits
to release
since this release
5.1.0 (2024-05-16)
Bug Fixes
Parse.GeoPoint.currentreturnsundefined(#2127) (3860535)- Chrome browser console warning about unsafe header
access-control-expose-headerswhen calling Cloud Function (#2095) (7b73c03) - Live Query not working on Expo React Native (#2109) (7a89665)
- Local datastore throws error when
Parse.Query.notEqualTois set tonull(#2102) (6afd32a) - Multiple object updates of nested keys overwrite each other (#1451) (fa4341a)
- Pending updates to nested field causes
ParseObject.toJSON()to return incorrect object (#1453) (23cc573) - Remove circular dependencies (#2125) (b415165)
Features
- Add password validation for user with unverified email via
Parse.User.verifyPasswordusing master key and optionignoreEmailVerification: true(#2076) (b0adf7e) - Add support for setting
Parse.ACLfrom json (#2097) (72bc9ac) - Allow setting custom queue for handling offline operations via
Parse.EventuallyQueue(#2106) (f92e4d4) - Improve installation object
Parse.Installation.currentInstallationto support web push notifications (#2119) (4fc62ce) - Lazy load
Parse.CoreManagercontrollers to add support for swappableCryptoController,LocalDatastoreController,StorageController,WebSocketController,ParseLiveQuery(#2100) (fbd0ab1)