Skip to content

Releases: aws-amplify/aws-appsync-realtime-client-ios

3.2.0 (2024-04-23)

23 Apr 20:09
@5d 5d
9fd77b0
Compare
Choose a tag to compare

Features

  • feat: starscream upgrade to 4.0.8, iOS min 12 (#159)

Fixes

  • fix: Fixing Build and Test workflow (#158)

AppSync RealTime Client for iOS (3.1.2)

04 Dec 22:07
@5d 5d
a08684c
Compare
Choose a tag to compare

3.1.2

Fixes

  • chore: update readme with info block specifying where to open issues (#140)
  • fix: watchOS support - disable network monitoring, add client timeout (#141)

AppSync RealTime Client for iOS (3.1.1)

20 Aug 18:28
c7ec93d
Compare
Choose a tag to compare

3.1.1

Fixes

  • fix: pin starscream to 4.0.4 (#132)

AppSync RealTime Client for iOS (3.1.0)

19 Apr 17:00
b036e83
Compare
Choose a tag to compare

3.1.0

Features

  • feat: Add async implementation and OIDCAuthProvider protocol (#119)
  • feat: Add asynchronous version of interceptor protocol (#118)

Misc

  • chore: Update the pods (#120)
  • chore: fix build warnings (#116)

AppSync RealTime Client for iOS (3.0.0)

25 Jan 20:19
3de274c
Compare
Choose a tag to compare

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

  • fix: fixed a bug that prevented TaskQueue sync method from waiting for the task to complete. (See PR #107)
  • chore: Add no store for the cache in urlsession (See PR #109)

AppSync RealTime Client for iOS (2.1.1)

27 Jul 15:54
da88cf1
Compare
Choose a tag to compare

2.1.1

Fixes

  • fix: add runtime and compiler gates to OIDCAuthInterceptorAsync OIDCAuthProviderAsync and add files to workspace (See PR #104)

2.1.0

Note: 2.1.0 is not available via CocoaPods and the fix was added and released in 2.1.1.

Features

  • feat: added async oidc interceptor (See PR #100)

Fixes

  • fix: sets OS versions for os_log (See PR #99)
  • fix: supports cross platform builds (See PR #98)

AppSync RealTime Client for iOS (2.0.0)

11 Jul 21:16
Compare
Choose a tag to compare
  • 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)

26 May 02:13
Compare
Choose a tag to compare

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)

02 Apr 03:41
810a305
Compare
Choose a tag to compare

1.9.1

Bug fixes

  • fix: Throttle AppSync LimitExceeded errors (See PR #67)

AppSync RealTime Client for iOS (1.9.0)

22 Feb 16:34
57d5df1
Compare
Choose a tag to compare

Features

  • feat: Attempt to reconnect on connectivity (See PR #58)