Skip to content

AppSync RealTime Client for iOS (3.0.0)

Compare
Choose a tag to compare
@phantumcode phantumcode released this 25 Jan 20:19
· 32 commits to main since this release
3de274c

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)