Releases: aws-amplify/amplify-js
2024-05-13 Amplify JS release - aws-amplify@6.3.1
What's Changed
- fix: Prevent overwriting with fallbacks when updating endpoint by @cshfang in #13330
- chore: enable eslint for tests for storage by @ashika112 in #13341
- chore: Merge release into main by @aws-amplify-ops in #13345
- chore(datastore): remove tslint and enable eslint by @HuiSF in #13316
- chore(repo): run linter fix against staged files in pre-commit hook by @HuiSF in #13349
- chore(deps-dev): bump next from 14.1.0 to 14.1.1 by @dependabot in #13355
- chore(repo): 👋🥺 tslint by @HuiSF in #13354
- fix: Wait for endpoint creation to identify user by @cshfang in #13353
- release: Amplify JS release by @israx in #13366
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.0...aws-amplify@6.3.1
2024-05-07 Amplify JS release - aws-amplify@6.3.0
What's Changed
- chore: Merge release into main by @aws-amplify-ops in #13309
- feat(react-native): add getDeviceName util by @ashwinkumar6 in #13015
- fix: Await network call on identifyUser APIs by @cshfang in #13313
- fix: Prevent creating multiple endpoint ids by @cshfang in #13319
- chore: add deprecation notice to DataStore exported Schemaa type by @svidgen in #13321
- chore: Bump
@aws-amplify/core
peer dependency across the library by @jimblanc in #13308 - chore(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #13325
- feat(gh-actions): gen2 e2e rest api by @Samaritan1011001 in #13293
- feat(auth): enable auth gen2 by @israx in #13324
- feat(auth): add a default deviceName when remembering device by @ashwinkumar6 in #13022
- fix(core): Always set login methods when parsing Gen2 config files by @jimblanc in #13315
- chore(repo): add --forceExit to rollup command by @HuiSF in #13331
- release(required): Amplify JS release by @Samaritan1011001 in #13342
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.2.0...aws-amplify@6.3.0
2024-04-29 Amplify JS release - aws-amplify@6.2.0
What's Changed
- feat(aws-amplify): Add support for Gen2 config files & path storage API parameter by @ashika112 @ashwinkumar6 @elorzafe @erinleigh90 @jimblanc @Samaritan1011001 in #13294
- feat(api-graphql): alias authMode identityPool -> iam by @iartemiev in #13299
- chore: pin to use macos 12 in gh actions by @ashwinkumar6 in #13300
- fix(geo): Geo location services config by @ashwinkumar6 in #13303
- chore: bump data-schema dep to latest by @iartemiev in #13302
- release(required): Amplify JS release by @AllanZhengYP in #13301
New Contributors
- @ashika112 made their first contribution in #13073
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.1.4...aws-amplify@6.2.0
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