Releases: aws-amplify/amplify-js
2025-03-25 Amplify JS release - [email protected]
What's Changed
- feat: library observability improvements by @AllanZhengYP in #14309
- chore: Merge release into main by @aws-amplify-ops in #14312
- feat(api-rest): configurable retry behavior by @aadimch in #14303
- release(required): Amplify JS release by @AllanZhengYP in #14317
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.14.0
2025-03-20 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14292
- chore(dependabot): Bump Lerna version to v8 by @joon-won in #14261
- chore: Path typo fix and add ISC AND MIT by @joon-won in #14301
- chore(deps-dev): bump @babel/runtime from 7.25.7 to 7.26.10 by @dependabot in #14293
- chore(ci): replace npm-cli-adduser with native npm config by @ashwinkumar6 in #14273
- refactor(api-graphql): set observers earlier to ensure handling unsubscription properly by @no6v in #14290
- chore: update CI to node 20 & update yarn.lock by @ashika112 in #14304
- chore: Setup typedoc to build references.json and configure release workflow to update docs site by @stocaaro in #14255
- Chore: Unpin eslint dependencies by @ashika112 in #14305
- fix: Correct step name in docs update workflow by @stocaaro in #14308
- chore: add eslint rule no-console by @AllanZhengYP in #14306
- release: Amplify JS release by @ashika112 in #14311
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.6
2025-03-13 Amplify JS release - [email protected]
What's Changed
- fix(tsc-compliance): Turn skiplibcheck flag on for tsc complaince skiplibcheck test by @joon-won in #14257
- chore: Merge release into main by @aws-amplify-ops in #14275
- chore: update critical paths codeowners by @HuiSF in #14272
- chore(deps): bump axios from 1.7.7 to 1.8.2 by @dependabot in #14276
- feat(data): add publish events over WebSocket by @zxl629 in #14242
- release: Amplify JS release by @yuhengshs in #14291
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.5
2025-03-06 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14266
- fix(auth): clear browser tab location before sending final success hub events during OAuth signIn by @Samaritan1011001 in #14188
- fix(auth): associate unAuth identityId to newly authenticated user's identityId by @Samaritan1011001 in #14207
- fix(auth): update service returned identity id to the in-memory store by @HuiSF in #14268
- release(required): Amplify JS release by @HuiSF in #14271
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.4
2025-03-05 Amplify JS release - [email protected]
What's Changed
- fix(core): make AmplifyOutputs category types as unknown by @ashwinkumar6 in #14153
- fix(core): add Partial back to AmplifyOutputs groups and paths by @ashwinkumar6 in #14265
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.3
2025-02-27 Amplify JS release - [email protected]
What's Changed
- fix(adapter-nextjs): secure: false is not set for localhost on sign-in by @HuiSF in #14231
- fix(adapter-nextjs): server-side sign out not working with Firefox and Safari by @HuiSF in #14246
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.2
2025-02-20 Amplify JS release - [email protected]
What's Changed
- chore: update node version in contributing by @aadimch in #14209
- chore: Merge release into main by @aws-amplify-ops in #14206
- chore: update codeowner by @HuiSF in #14214
- fix(core): build in CookieSerializeOptions def by @HuiSF in #14213
- release: Amplify JS release by @jjarvisp in #14223
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.1
2025-02-11 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14189
- fix(auth): update FetchDevicesOutput output type to include name attribute by @ashwinkumar6 in #14186
- feat: support server-side auth flows with Cognito managed login by @HuiSF in #14168
- chore(adapter-nextjs): update tsdoc of the public APIs by @HuiSF in #14187
- chore(adapter-nextjs): bump the lower bond of peer aws-amplify by @HuiSF in #14204
- release(required): Amplify JS release by @ashwinkumar6 in #14205
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.0
2025-02-04 Amplify JS release - [email protected]
What's Changed
- fix(api-graphql): Data messages should maintain the keep alive status by @stocaaro in #14164
- fix(deps): fix more implicit deps and add linting by @pranavosu in #14137
- chore(e2e): remove legacy interactions e2e tests by @ashwinkumar6 in #14163
- chore(ci): remove storage-browser integ test auth0 deps by @ashwinkumar6 in #14080
- chore(storage): Improve error messaging for MP upload missing ETag by @cshfang in #14170
- chore(gh-workflow): apply maintainer response label only to open issues by @tiffanynwyeung in #14172
- chore(auth): Refactor to eliminate circular dependencies by @cshfang in #14173
- test(core): catch type issues when configuring from external json by @ashwinkumar6 in #14101
Full Changelog: https://github.com/aws-amplify/amplify-js/commits/[email protected]
2025-01-24 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #14142
- fix(auth): Setting Store Tokens should only clear tokens that no longer have a value by @jon-armen in #13584
- fix(storage): omit unserializable properties when hash uploadDataOptions by @AllanZhengYP in #14151
- release(required): Amplify JS release by @Samaritan1011001 in #14161
New Contributors
- @jon-armen made their first contribution in #13584
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.12.2