Skip to content

1.8.3

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 10 Sep 22:41
· 987 commits to master since this release

New

  • Parse SDK now officially supports iOS 9, Xcode 7 and OS X 10.11.
  • PFQuery can now be used with the new Objective-C generics syntax. #190
  • Now shipping with backwards-compatible bitcode support on the Xcode 7 GM. #207

Improved

  • PFUser.signUp() with a nil username or password will now use an error instead of an exception. #169
  • PFFile downloads now use https, and are App Transport Security ready for iOS 9/OS X 10.11. #197
  • Added preventive assert for initialize parse with a nil applicationId or clientKey. #120
  • PFPush.handlePush() will no longer vibrate if no sound is specified. #166
  • All synchronous APIs imported in Swift 2 now have 'throws' keyword. #162
  • Nullability annotations for synchronous methods on PFObject. #171
  • Performance of query caching. #144

Fixed

  • Issue with PFObjects with a custom error field being reported as network errors. #147
  • Major performance issue related to subclass properties not being properly cached. #129
  • Issue with PFObject subclass trees crashing due to bad registration logic. #180
  • Rare issue with Mutable Containers due to undefined behavior. #194

View all issues and pull requests associated with this release here.