Releases: aws-amplify/amplify-js
2024-04-26 Amplify JS release - aws-amplify@6.1.4
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #13276
- chore: Merge release into main by @aws-amplify-ops in #13285
- fix(data): tests for error response fix by @david-mcafee in #13279
- chore: Update dependency check workflow by @jimblanc in #13287
- fix(auth): impossibility to sign-in when RandomKeyPassword is missing by @israx in #13288
- fix: bump package versions by @ashwinkumar6 in #13254
- chore: Clean up awkward langauge in README by @jimblanc in #13292
- release(required): Amplify JS release by @AllanZhengYP in #13291
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.30...aws-amplify@6.1.4
2024-04-23 Amplify JS release - aws-amplify@6.0.30
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.29...aws-amplify@6.0.30
2024-04-22 Amplify JS release - aws-amplify@6.0.29
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #13232
- chore: Pin version of
tar
transitive dependency by @jimblanc in #13237 - fix(api-graphql): incorrect custom selection set for nested model.model.customType by @HuiSF in #13216
- fix(api-graphql): incorrect list sk arg type by @iartemiev in #13249
- chore(api-graphql): bump data-schema packages versions by @HuiSF in #13251
- fix(message overrides): extract message content with Platform-Specific Overrides by @buddyeorl in #12917
- refactor: move data-driven api-graphql property builders to data-schema package by @svidgen in #13263
- release(required): Amplify JS release by @Samaritan1011001 in #13275
New Contributors
- @buddyeorl made their first contribution in #12917
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.28...aws-amplify@6.0.29
2024-04-09 Amplify JS release - aws-amplify@6.0.28
What's Changed
- chore(api-graphql): bump data-schema package version by @HuiSF in #13211
- chore(api-graphql): bump data-schema by @iartemiev in #13217
- chore: fix lerna package bump issue by @ashwinkumar6 in #13228
- release: Amplify JS release by @jimblanc in #13231
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.27...aws-amplify@6.0.28
2024-04-02 Amplify JS release - aws-amplify@6.0.27
What's Changed
- chore: Merge release into main by @jimblanc in #13176
- feat(data): add 'sortDirection' support for list and index queries by @david-mcafee in #13164
- fix(api-graphql): update error handling by @HuiSF in #13177
- fix(auth): signUp should always return a userId by @ashwinkumar6 in #13181
- chore: enable eslint for tests for adapter-nextjs aws-amplify and core by @HuiSF in #13108
- fix(api-graphql): default selection set regression by @iartemiev in #13185
- Revert "fix(api-graphql): default selection set regression" by @iartemiev in #13187
- fix(data): conditional inclusion of sort keys /
sortDirection
for list by @david-mcafee in #13189 - chore: Merge release into main by @jimblanc in #13190
- chore: Merge release into main by @jimblanc in #13205
- release: Amplify JS release by @Samaritan1011001 in #13212
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.26...aws-amplify@6.0.27
2024-04-01 Amplify JS release - aws-amplify@6.0.26
What's Changed
- release(required): fix inflight promise on RN by @Samaritan1011001 in #13204
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.25...aws-amplify@6.0.26
2024-03-29 Amplify JS release - aws-amplify@6.0.25
What's Changed
- release(required): check error name as well as code for clock skew by @erinleigh90 in #13194
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.24...aws-amplify@6.0.25
aws-amplify@6.0.24
What's Changed
- release(required): api-graphql - default selection set regression by @iartemiev in #13188
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.23...aws-amplify@6.0.24
2024-03-25 Amplify JS release - aws-amplify@6.0.23
What's Changed
- chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #13134
- chore(aws-amplify): rename adapterCore to adapter-core by @HuiSF in #13149
- chore: enable eslint for geo interactions and predictions packages by @HuiSF in #13092
- chore: Refactor setConflictHandler to avoid directly exporting let by @cshfang in #13143
- chore: enable eslint and remove tslint for react-native packages by @HuiSF in #13079
- chore: Merge release into main by @jimblanc in #13151
- chore(api-graphql): enable eslint and remove tslint by @HuiSF in #13101
- chore(notifications): enable eslint and remove telint by @HuiSF in #13091
- fix(auth): add signInDetails on refreshTokens action by @israx in #13153
- feat(api-graphql): custom subscriptions by @iartemiev in #13154
- fix(auth): add inflight promise in token orchestrator by @israx in #13162
- feat: implicit group auth fields in selection sets by @svidgen in #13161
- fix(auth): set auth config to
oAuthStore
by @israx in #13171 - chore: Merge release into main by @jimblanc in #13172
- release: Amplify JS release by @israx in #13173
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.21...aws-amplify@6.0.23
2024-03-19 Amplify JS release - aws-amplify@6.0.21
What's Changed
- ConsoleLogger: bind console.debug for logger.debug by @sjdeak in #12690
- fix(data): fix subpath when using React Native (#13102) by @david-mcafee in #13106
- chore(auth): update tokenOrchestrator unit test exp token by @ashwinkumar6 in #13117
- chore: Refactor release workflow to allow workflow execution on generated PRs by @jimblanc in #13095
- chore: Small cleanup to internal core utils by @cshfang in #13140
- release: Amplify JS release by @ashwinkumar6 in #13139
- chore: Remove concurrency restriction on
push-latest-release
workflow by @jimblanc in #13145
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.20...aws-amplify@6.0.21