3.1.0
General SDK improvements
- Add Codable and Hashable to AWSAppSyncAuthType. See PR #352 Thanks @LachlanMcCulloch!
- Improved AppSyncSubscriptionWithSync with fixing retain cycle and adding
isCancelled
state. See Issue #342 and PR #355. Thanks, @LachlanMcCulloch! - Use AppSyncRealTimeClient 1.1.0 containing consolidated interceptors. See PR #353 for more details
- Update to use AppSyncRealTimeClient ~> 1.1, with Cartfile fix. See PR #367