Skip to content

Releases: aws-amplify/amplify-swift

2.21.1 (2023-10-23)

23 Oct 17:43
Compare
Choose a tag to compare

Bug Fixes

  • storage: include user-controlled metadata in upload requests (#3315)
  • PushNotifications: Fixing .network error not being correctly reported (#3314)

2.21.0 (2023-10-20)

21 Oct 00:48
Compare
Choose a tag to compare

Features

  • datastore: Add isLoaded public property in List+Model (#3296)

2.20.1 (2023-10-18)

19 Oct 01:37
Compare
Choose a tag to compare

Bug Fixes

  • storage: add metadata support to uploads (#3295)

2.20.0 (2023-10-18)

18 Oct 21:18
Compare
Choose a tag to compare

Features

  • core: update swift sdk dependency version to 0.26.0 (#3248)

2.19.0 (2023-09-28)

28 Sep 19:22
Compare
Choose a tag to compare

Features

  • datastore: support multi owner auth rules (#3223)

2.18.2 (2023-09-28)

28 Sep 00:40
Compare
Choose a tag to compare

Bug Fixes

  • datastore: Continue initial sync if atleast one model syncs successfully and other models fail due to Unauthorized API error (#3224)
  • datastore: call errorHandler in Sync operation when failure (#3231)

2.18.1 (2023-09-25)

25 Sep 21:51
Compare
Choose a tag to compare

Bug Fixes

  • core: add Foundation HTTP client for watchOS / tvOS (#3230)

2.18.0 (2023-09-20)

21 Sep 03:41
Compare
Choose a tag to compare

Features

  • Setting mininum watchOS version to 9 (#3229)
  • change swift-tools-version to 5.7 (#3193)

2.17.2 (2023-09-18)

18 Sep 20:55
Compare
Choose a tag to compare

Bug Fixes

  • datastore: use unwrapped storageEngine to perform datastore operations (#3204)
  • datastore: using URLProtocol monitor auth request headers (#3221)
  • api: change request interceptors applying logic (#3190)
  • logging: fix issue with logger namespace not being set (#3213)
  • datastore: wrap failures to result when applying remote update events (#3187)

2.17.1 (2023-09-05)

05 Sep 22:39
Compare
Choose a tag to compare

Bug Fixes

  • Push Notifications: Adding missing escape hatch to the plugin (#3201)
  • Logging: Create log file if it doesn't exist (#3202 )