Skip to content

1.8.0

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 13 Aug 17:45
· 1180 commits to master since this release

Hello, open source!

  • New: ParseTwitterUtils is now a separate framework.
  • New: Parse SDK now requires iOS 7.0+ and OS X 10.9+.
  • New: ParseFacebookUtilsV4 now defines a clang module and has a modulemap.
  • Improved: Multiple concurrent file downloads from the same URL now share single network connection.
  • Improved: Performance of all network requests, as well as file download/upload performance.
  • Improved: isEqual: and hash methods support for PFPush, PFQuery.
  • Improved: Binary size of all frameworks in Parse SDK.
  • Improved: Performance and memory usage.
  • Fixed: Warning being logged when calling PFConfig.currentConfig() from main thread.
  • Fixed: Potential crash when printing description of PFObject with cycle reference.
  • Fixed: In-app-purchase verification failing if purchase was already downloaded.
  • Fixed: Collision of state property in PFObject subclasses with internal code.
  • Fixed: Multiple calls to PFQuery.selectKeys() now include all keys specified.
  • Fixed: Rare potential deadlock on saving PFUser.
  • Updated and improved documentation.
  • Other small bug fixes.