Skip to content

1.8.1

Choose a tag to compare

@cbaker6 cbaker6 released this 11 Jun 17:14
· 195 commits to main since this release
973cf33

Full Changelog

Improvements

  • Append instead of replace when using query select, exclude, include, and fields (#155), thanks to Corey Baker.

Fixes

  • Transactions currently don't work when using mongoDB(postgres does work) on the parse-server. Internal use of transactions are disabled by default. If you want the Swift SDK to use transactions internally, you need to set useTransactionsInternally=true when configuring the client. It is recommended not to use transactions if you are using mongoDB until it's fixed on the server (#158), thanks to Corey Baker.