Releases: aws-amplify/amplify-js
2025-09-29 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14551
- Update AmplifyRTNCore.podspec by @sharifhh in #14493
- chore(repo): update code owners by @pranavosu in #14547
- chore(deps): bump axios from 1.11.0 to 1.12.1 by @dependabot[bot] in #14554
- fix: implemented cancel scenario in oauthSignIn for signInWithRedirect by @hetmann in #14434
- feat(storage): support tagging directive in copy by @soberm in #14527
- Update AmplifyRTNWebBrowser.podspec & AmplifyRTNPushNotification Podspec for React Native Builds by @ChristopherGabba in #14553
- fix: use options instead of this.options in PageViewTracker constructor by @adrianjoshua-strutt in #14549
- feat(rtn-passkeys): add rtn passkeys by @soberm in #14489
- chore: update yarn.lock by @soberm in #14559
- chore: remove stale bot debug mode flag by @ahmedhamouda78 in #14540
- feat(rtn-web-browser): add auth support for chromebook by @ahmedhamouda78 in #14523
- feat(datastore): add 'in' and 'notIn' operators for multi-value filtering by @anivar in #14544
- fix: remove failing expo check by @ahmedhamouda78 in #14560
- chore(deps): bump tar-fs from 2.1.3 to 2.1.4 by @dependabot[bot] in #14571
- release(required): Amplify JS release by @soberm in #14562
New Contributors
- @sharifhh made their first contribution in #14493
- @hetmann made their first contribution in #14434
- @ChristopherGabba made their first contribution in #14553
- @anivar made their first contribution in #14544
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.7
2025-09-11 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14495
- Add PR labeling workflows for testing by @adrianjoshua-strutt in #14497
- Remove PR labeling workflows by @adrianjoshua-strutt in #14499
- chore(deps): tmp@^0.2.4 by @ahmedhamouda78 in #14500
- chore(actions): run test suite against PRs and on label by @ashwinkumar6 in #14372
- fix: account for EVENT_SUBSCRIBE_ERROR in AppSync by @adrianjoshua-strutt in #14491
- chore: update token revocation tests to amplify v6 by @adrianjoshua-strutt in #14478
- fix(storage): upload progress exceeds total in Expo/RN by @pranavosu in #14518
- fix: replace URL object with string concatenation for React Native compatibility by @adrianjoshua-strutt in #14516
- chore: enable retry for e2e tests by @Simone319 in #14519
- fix: device attributes type by @soberm in #14520
- chore: add stale issue bot by @ahmedhamouda78 in #14521
- chore: set xcode version to accommodate latest mocos upgrade by @Simone319 in #14530
- chore(deps-dev): bump next from 14.2.30 to 14.2.32 by @dependabot[bot] in #14535
- fix: removed empty stale-issue-label by @ahmedhamouda78 in #14532
- feat(api-rest): allow relative URL's by @bobbor in #14528
- fix: modify stale issues action to correctly detect stale issues by @ahmedhamouda78 in #14539
- fix(storage): add correct contentType by @soberm in #14536
- release(required): Amplify JS release by @ahmedhamouda78 in #14545
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.6
2025-08-06 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14479
- chore(deps): bump axios from 1.10.0 to 1.11.0 by @dependabot[bot] in #14480
- feat(auth): add prompt parameter to signInWithRedirect by @adrianjoshua-strutt in #14464
- feat: make authSessionOpener configurable by @bobbor in #14448
- feat: allow setting json compatible content types by @soberm in #14488
- release(required): Amplify JS release by @Simone319 in #14492
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.5
2025-07-23 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14457
- chore(deps-dev): override brace-expansion version to be "1.1.12" by @osama-rizk in #14426
- chore: remove concatenated licenses by @pranavosu in #14439
- feat: refresh token rotation by @soberm in #14427
- feat(api-rest): support "body" in delete API by @Simone319 in #14462
- chore: improve fetchAuthSession docs by @soberm in #14461
- fix: next request check for serverless environments by @soberm in #14466
- chore: update node version in node and build workflow by @soberm in #14471
- chore(deps): [email protected] by @pranavosu in #14470
- chore(deps): bump @eslint/plugin-kit from 0.3.1 to 0.3.3 by @dependabot[bot] in #14472
- chore(deps): bump form-data version to 4.0.4 by @Simone319 in #14475
- chore(deps): bump yarn.lock form-data version to 4.0.4 by @Simone319 in #14476
- release(required): Amplify JS release by @soberm in #14473
New Contributors
- @osama-rizk made their first contribution in #14426
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.4
2025-07-03 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14454
- fix: error building expo application by @pranavosu in #14436
- release(required): fix uuid dependency conflict by @Simone319 in #14456
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.3
2025-07-02 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14432
- chore: update code owners by @pranavosu in #14429
- chore: add a warning if amplify configure has not been called by @soberm in #14424
- chore(deps-dev): bump next from 14.2.26 to 14.2.30 by @dependabot in #14430
- fix: remove import side effects for getAmplifyUserAgent() by @soberm in #14433
- fix: await AppSyncEvent WebSocket connection establishment by @Simone319 in #14438
- release(required): Amplify JS release by @adrianjoshua-strutt in #14447
New Contributors
- @soberm made their first contribution in #14424
- @adrianjoshua-strutt made their first contribution in #14447
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.2
2025-06-17 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14409
- chore(deps): bump tar-fs from 2.1.2 to 2.1.3 by @dependabot in #14415
- fix: recreate event buffer in pinpoint if the credentials has changed by @sarayev in #14403
- release(required): Amplify JS release by @Simone319 in #14431
New Contributors
- @Simone319 made their first contribution in #14431
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.1
2025-05-27 Amplify JS release - [email protected]
What's Changed
- chore(workspace): use typescript ^5.3.0 across the workspace by @HuiSF in #13416
- chore: Merge release into main by @aws-amplify-ops in #14367
- Chore: fix api reference workflow by @ashika112 in #14368
- fix(pubsub): fix ESM compatibility issue by @kyle-seongwoo-jun in #14014
- chore: update yarn.lock by @HuiSF in #14387
- chore(auth): remove unused file by @AllanZhengYP in #14388
- feat(auth): support custom identity pool endpoint by @HuiSF in #14382
- feat(storage): upload with fullbody checksum by @AllanZhengYP in #14383
- release(required): Amplify JS release by @sarayev in #14402
New Contributors
- @kyle-seongwoo-jun made their first contribution in #14014
- @sarayev made their first contribution in #14402
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.15.0
2025-04-28 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14339
- [Chore] Update codeowners by @ashika112 in #14342
- [Chore] Update API docs workflow by @ashika112 in #14345
- chore: Require contributors to open an issue first for opening a feature request by @joon-won in #14355
- chore: Merge release into main by @aws-amplify-ops in #14357
- fix(rtn-push-notification): wrong override signature by @HuiSF in #14360
- chore(storage): update generated s3 types by @AllanZhengYP in #14361
- chore: let react-native use cjs by @HuiSF in #14358
- release(required): Amplify JS release by @ashwinkumar6 in #14366
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.14.4
2025-04-21 Amplify JS release - [email protected]
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.14.3