Skip to content

2.1.0 (2022-11-10)

Compare
Choose a tag to compare
@sebaland sebaland released this 10 Nov 16:24
· 1018 commits to main since this release

Features

  • Storage: Remove async throws from public apis that returns a task (#2543). The change avoids checking for error at two places and the API will become sync.
    Note: This change would break customers who use storage API and have Xcode setting to treat warnings as error.

Bug Fixes

  • DataStore: Improve sync event error handling - cannotParseResponse (#2536)
  • DataStore: Fix stop then start API call pattern (#2529)