Skip to content

Releases: aws-amplify/amplify-swift

2.32.0 (2024-04-29)

29 Apr 18:02
Compare
Choose a tag to compare

Features

  • storage: update Storage APIs with StoragePath parameter
  • Storage: Adding integration tests for getURL, remove and list (#3584)
  • Storage: Refactor list objects API to include path (#3580)
  • storage: update storage upload APIs to use storage path (#3574)
  • Storage: Refactor GetURL API to include path (#3573)
  • storage: update storage download api (#3561)
  • storage: refactor storage remove api by including path (#3571)
  • storage: add new storage gen2 APIs (#3559)

Bug Fixes

  • Auth: Fixing the Gen2 json configuration used by the Authenticator (#3647)

2.31.1 (2024-04-26)

26 Apr 17:21
Compare
Choose a tag to compare

Bug Fixes

  • storage: retrieve accesslevel before storage service (#3641)

2.31.0 (2024-04-26)

26 Apr 15:56
Compare
Choose a tag to compare

Features

  • api: add authorizationMode to GraphQLRequest (#3630)

2.30.0 (2024-04-26)

26 Apr 04:28
Compare
Choose a tag to compare

Features

  • all: Configure plugins with AmplifyOutputs (#3567)

2.29.3 (2024-04-22)

22 Apr 17:52
@5d 5d
Compare
Choose a tag to compare

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)

17 Apr 23:42
@5d 5d
Compare
Choose a tag to compare

Bug Fixes

  • api: AWSGraphQLSubscriptionTaskRunner failing to cancel AppSyncRealTimeSubscription (#3615)
  • core: TaskQueue async execution (#3611)

1.30.9 (2024-04-11)

11 Apr 17:56
Compare
Choose a tag to compare

Misc. Updates

  • Updating AWS SDK for iOS dependency to 2.35.0 (#3601)

2.29.1 (2024-04-10)

10 Apr 21:18
Compare
Choose a tag to compare

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)

21 Mar 16:06
Compare
Choose a tag to compare

Features

  • Auth: Adding forceAliasCreation option during confirmSignUp (#3382)

2.27.3 (2024-03-18)

18 Mar 18:22
Compare
Choose a tag to compare

Bug Fixes

  • Logging: Updating the required reason API usage (#3570)