2.1.0 (2022-11-10)
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.