The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.24.1 (2022-05-13)
2 days ago
### Bug Fixes
- **Auth**: Fixing a typo in the Auth error message (#1782) (#1798)
- **DataStore**: retry on URLError.dataNotAllowed (#1791)
- **DataStore**: retry initial sync network failures from RemoteSyncEngine (#1773)
1.24.0 (2022-05-05)
1 week ago
Features
- auth: Add support of custom endpoint for CognitoUserPool (#1715)
1.23.2 (2022-05-04)
1 week ago
Bug Fixes
- DataStore: Nesting DataStore integration tests (#1757)
1.23.1 (2022-04-25)
2 weeks ago
### Bug Fixes
- **DataStore**: Cascade delete sync from children to parent models (#1731)
1.23.0 (2022-04-12)
4 weeks ago
### Features
- **DataStore**: DataStore.delete(modelType:where:) API (#1723)
### Bug Fixes
- **build**: remove ungated >= Swift 5.4 features to allow building on Xcode 12 (#1737)
1.22.4 (2022-04-07)
5 weeks ago
### Bug Fixes
- **analytics**: Set pinpointConfiguration.debug on debug mode (#1689)
- **DataStore**: Reconcile locally sourced mutations while subscriptions are disabled (#1712)
1.22.3 (2022-04-01)
6 weeks ago
1.22.2 (2022-03-29)
6 weeks ago
### Bug Fixes
- Update SQLite dependency to 0.13.2 (https://github.com/aws-amplify/amplify-ios/pull/1696)
1.23.0-dev-preview.0 (2022-03-22)
7 weeks ago
### Features
- Added support for Xcode 13.3 and Swift 5.6
## Including all the changes from [v1.22.0](https://github.com/aws-amplify/amplify-ios/releases/tag/v1.22.0)
### Features
- **DataStore**: Create SQLite indexes when setting up datastore (#1634)
### Bug Fixes
- **DataStore**: Clear API should delete local store (#1685)
- **API**: DataRace - subscription cancel and OperationTaskMapper on reset (#1684)
- **DataStore**: Debugging - Access DB File path (#1678)
- **DataStore**: ObserveQuery InitialQuery empty modelIds set (#1663)
- **DataStore**: FatalError accessing SQLite connection (#1671)
- **DataStore**: add logging with model name for failed subscription request (#1665)
- **DataStore**: enable thread sanitzer, fix data races (#1656)
- **auth**: fix deleteUser Combine support (#1652)
1.22.0 (2022-03-16)
8 weeks ago
### Features
- **DataStore**: Create SQLite indexes when setting up datastore (#1634)
### Bug Fixes
- **DataStore**: Clear API should delete local store (#1685)
- **API**: DataRace - subscription cancel and OperationTaskMapper on reset (#1684)
- **DataStore**: Debugging - Access DB File path (#1678)
- **DataStore**: ObserveQuery InitialQuery empty modelIds set (#1663)
- **DataStore**: FatalError accessing SQLite connection (#1671)
- **DataStore**: add logging with model name for failed subscription request (#1665)
- **DataStore**: enable thread sanitzer, fix data races (#1656)
- **auth**: fix deleteUser Combine support (#1652)