Skip to content

1.8.0

Choose a tag to compare

@cbaker6 cbaker6 released this 24 May 17:17
· 200 commits to main since this release
a63c980

Full Changelog

New features

  • Add ParseAnalytics. Requires app tracking authorization in latest OS's (#147), thanks to Corey Baker.

Improvements

  • Adds the ability to directly use == as a QueryConstraint on a field that's a ParseObject (#147), thanks to Corey Baker.
  • Future proof SDK by always sending client version header. Also added http method PATCH to API for future use (#146), thanks to Corey Baker.

Fixes

  • Fixed an error that occured when deleting a ParseFile which resulted in the file being downloaded locally (#147), thanks to Corey Baker.