Skip to content

4.9.3

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 02 Sep 14:57
· 25 commits to main since this release
4909de3

Full Changelog, Documentation

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.