Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
2.31.1 (2024-04-26)
Bug Fixes
- storage: retrieve accesslevel before storage service (#3641)
2.31.0 (2024-04-26)
Features
- api: add authorizationMode to GraphQLRequest (#3630)
2.30.0 (2024-04-26)
Features
- all: Configure plugins with AmplifyOutputs (#3567)
2.29.3 (2024-04-22)
Bug Fixes
- API: make sure unsubscribe is invoked when subscription cancelled (#3619)
- predictions: add support for invalid signature exception (#3625)
2.29.2 (2024-04-17)
Bug Fixes
- api: AWSGraphQLSubscriptionTaskRunner failing to cancel AppSyncRealTimeSubscription (#3615)
- core: TaskQueue async execution (#3611)
1.30.9 (2024-04-11)
Misc. Updates
- Updating AWS SDK for iOS dependency to 2.35.0 (#3601)
2.29.1 (2024-04-10)
Features
- API: Implement AppSyncRealTimeClient and WebSocketClient with URLSession (#3575)
Bug Fixes
- API: Add user-agent header to appsync websocket handshake request (#3586)
- Auth: throw correct error for an unknown session error (#3591)
- DataStore: Fixing a crash when attempting to create a model with a predicate (#3600)
- API: add collection type casting in swift 5.7 (#3602)
2.28.0 (2024-03-21)
Features
- Auth: Adding forceAliasCreation option during confirmSignUp (#3382)
2.27.3 (2024-03-18)
Bug Fixes
- Logging: Updating the required reason API usage (#3570)
2.27.2 (2024-03-11)
Bug Fixes
- DataStore: created and deleted model on one device appears as created on the other (#3554)
- predictions: Serialize the dispatch of web socket events (#3558)