Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
2.26.3 (2024-02-21)
Bug Fixes
- DataStore: improve MutationEvent resiliency to interruptions (#3492)
2.26.2 (2024-02-15)
Bug Fixes
- DataStore: pass DataStore source for API decoding (#3515)
- DataStore: serialize IncomingAsyncSubscriptionEventPublisher events (#3489)
2.26.1 (2024-02-12)
Bug Fixes
- build: update code to build for xcode 15.3 beta 2 (#3506)
- Auth: Device name missing in FetchDevice API (#3508)
2.26.0 (2024-02-08)
Features
- auth: Removed dependency on oauth2 token for refreshToken and move to initiateAuth for hostedUI (#3497)
2.25.7 (2024-02-07)
Bug Fixes
- build: update code to fix build in xcode 15.3 beta 2 (#3500)
- DataStore: auth plugin requirement for single auth rule (#3453)
1.30.7 (2024-02-05)
Bug Fixes
- DataStore-v1: auth plugin requirement for single auth rule (#3454)
- datastore-v1: correct the filter predicate logic applied to optional fields
2.25.6 (2024-01-30)
Bug Fixes
- DataStore: retry MutationEvents on signed-out and token expired errors (#3487)
2.25.5 (2024-01-23)
Bug Fixes
- datastore: fix syncQuery for partial success-error responses and update retry mechanism for error codes (#3479)
2.25.4 (2024-01-15)
Bug Fixes
- Auth: properly redacting session information (#3472)
- Auth: Fix multiple continuation resumes in hostedUI (#3466)
- Analytics: Updating session stop time for cached events. (#3405)
- Analytics: Making PinpointEndpointProfile a struct. (#3457)
2.25.3 (2024-01-08)
Bug Fixes
- DataStore: update pending mutation events version from mutation response (#3452)
- DataStore: sync pending mutation events with latest synced metadata (#3377)