Releases: aws-amplify/aws-appsync-realtime-client-ios
Releases · aws-amplify/aws-appsync-realtime-client-ios
3.2.0 (2024-04-23)
AppSync RealTime Client for iOS (3.1.2)
AppSync RealTime Client for iOS (3.1.1)
AppSync RealTime Client for iOS (3.1.0)
AppSync RealTime Client for iOS (3.0.0)
Breaking changes: This is a major version release due to the changes made in PR #110. The public interface for ConnectionProviderFactory
, RealtimeConnectionProviderAsync
, and RealtimeConnectionProvider
has been modified to take in a URLRequest
parameter instead of a URL
.
Features
- feat: pass URLRequest instead of URL to interfaces (See PR #110)
Fixes
AppSync RealTime Client for iOS (2.1.1)
AppSync RealTime Client for iOS (2.0.0)
- feat: Handle Unauthorized errors (See #69)
- fix: rebase RTConnectionProvider+Websocket to Async version (See #91)
- fix: create valid unauthorized request for odic/userpool connections (See #93)
Breaking changes: ConnectionProviderError.other has been removed and .unauthorized and .unknown cases has been added.
AppSync RealTime Client for iOS (1.10.0)
1.10.0
Features
- feat: Add Swift concurrency (async/await) support for async interceptors (See PR #85)
AppSync RealTime Client for iOS (1.9.1)
AppSync RealTime Client for iOS (1.9.0)
Features
- feat: Attempt to reconnect on connectivity (See PR #58)