1.10.0
Hello, open source!
- New:
ParseTwitterUtils
andPPNS
are now separate libraries. - New:
ParseImageView
andParseQueryAdapter
are now part of ParseUI. - Fixed: Inability to save an anonymous user that was persisted to disk on clean app start.
- Fixed: Inability to query on a
ParseRelation
. - Fixed: Deadlock when calling
pinAll
on objects that have shared children. - Fixed: Deadlock when persisting the current user to disk while calling
fetchIfNeeded
on an object that's a child of the current user. - Removed: Support for old Push APIs (e.g.
PushService.subscribe()
,PushService.unsubscribe()
,PushService.getSubscriptions()
,PushService.setDefaultPushCallback()
). - Other small bug fixes.
Artifacts: Maven Central