Skip to content

1.2.1

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 18 Mar 00:03
· 235 commits to main since this release
a99bf31

Full Changelog

Improvements

  • Child objects are now automatically saved in batches using transactions. This will result in less network overhead and prevent uneccessary clean up of data on the server if a child objects throws an error while saving (#94), thanks to Corey Baker.

Fixes

  • There was a bug after a user first logs in anonymously and then becomes a real user as the server sends a new sessionToken when this occurs, but the SDK used the old sessionToken, resulting in an invalid sessionToken error (#94), thanks to Corey Baker.