3.1.0
Breaking Changes
Parse.Push.send
will now return the pushStatusId instead of { result: true }
Features
- Add Server Health Check
Parse.getServerHealth()
(#1307) - Allow saving with custom objectId
Parse.allowCustomObjectId = true
(#1309) Parse.Push.send
now returns pushStatusId (#1302)- Add
Parse.Push.getPushStatus
(#1302)
Improvements
Fixes