4.9.3
Fixes
- When saving ParseFiles locally, files that have a directory in their filename save correctly instead of throwing an error on the client (#399), thanks to @cbaker6.
- Default to not setting kSecUseDataProtectionKeychain to true as this can cause issues with querying the Keychain in Swift Playgrounds or other apps that cannot setup the Keychain on macOS. This behavior can be changed by setting usingDataProtectionKeychain to true when initializing the SDK (#398), thanks to @cbaker6.