Skip to content

1.7.2

Choose a tag to compare

@cbaker6 cbaker6 released this 16 May 17:58
· 204 commits to main since this release
f44e2ff

Full Changelog

New features

  • Added ability to send context with object by specifying it within options (#140), thanks to Corey Baker.

Fixes

  • ParseFiles can't be updated from the client and will now throw an error if attempted. Instead another file should be created and the older file should be deleted by the developer. (#144), thanks to Corey Baker.
  • Fixed issue where Swift SDK prevented fetching of Parse objects when custom objectId was enabled (#139), thanks to Corey Baker.

Improvements

  • Add playground example of saving Parse objects with a custom objectId (#137), thanks to Corey Baker.
  • Improved comparison of query constraints by comparing value (#140), thanks to Corey Baker.