1.8.1
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.