Releases: aws-amplify/amplify-js
2024-03-05 Amplify JS [email protected]
What's Changed
- chore: export NextServer type from @aws-amplify/adapter-nextjs by @jxdp in #13040
- chore: fixed the try catch block error in example by @knackofabhinav in #13057
- fix(api-graphql): cannot generate selection set for nested custom types by @HuiSF in #13064
- chore: Export fetchAuthSession input & output types by @jimblanc in #13037
New Contributors
- @jxdp made their first contribution in #13040
- @knackofabhinav made their first contribution in #13057
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.19
2024-02-27 Amplify JS release - [email protected]
What's Changed
- fix(auth): add deprecated signInDetails type to AuthTokens type by @ashwinkumar6 in #12981
- chore: Update yarn.lock file by @jimblanc in #13032
- feat: Upgrade TypeDoc & rebuild our API documentation by @jimblanc in #13012
- feat (api): support to custom types by @erickriva in #12750
- chore: upgrade schema-model, schema-model-types , related enum test by @svidgen in #13036
- chore: Improve hot-fix & release process to generate a PR for merging back to main by @jimblanc in #13044
- feat: custom queries and mutations by @svidgen in #13029
- release: Amplify JS release by @jimblanc in #13058
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.18
2024-02-19 Amplify JS release - [email protected]
What's Changed
- Added NONE log level to suppress all logs. by @calderwoodra in #11176
- feat(api-graphql): add
.enums
property to the GQL client by @HuiSF in #12980 - fix(api-graphql): server side iam auth mode is ineffective by @HuiSF in #12992
- chore(core): enable eslint and remove tslint by @HuiSF in #12982
- fix(api-graphql): remove unnecessary console.log by @HuiSF in #13009
- chore(repo): update eslint ignore rule to be specific to packages by @HuiSF in #13010
- fix(core): eslint migration caused wrong CustomScope type by @HuiSF in #13013
- Chore/migrate analytics to eslint by @cshfang in #13007
- chore(aws-amplify): enable eslint and remove tslint by @HuiSF in #13002
- chore(api|api-rest): enable eslint and remove tslint by @HuiSF in #13003
- chore: Upgrade Prettier by @cshfang in #13017
- chore(auth): improve error message on failure of getCurrentUser while dispatching signedIn event by @HuiSF in #13019
- build: remove wml dependency by @erinleigh90 in #13014
- chore(storage): enable eslint and remove tslint by @HuiSF in #13004
- release: Amplify JS release by @jimblanc in #13026
New Contributors
- @calderwoodra made their first contribution in #11176
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.17
2024-02-09 Amplify JS release - [email protected]
What's Changed
- chore(repo): update GH actions (upgrade to node20 based actions) by @HuiSF in #12902
- chore(deps-dev): bump nokogiri from 1.14.3 to 1.16.2 in /docs by @dependabot in #12962
- fix(api-graphql): generate client.models has no properties by @HuiSF in #12935
- fix(rn-script): build script usage by @Samaritan1011001 in #12990
- feat(api-graphql): add model index query support by @iartemiev in #12967
- chore: Update yarn.lock file by @jimblanc in #12994
- release(required): Amplify JS release by @jimblanc in #12993
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.16
2024-02-06 Amplify JS release - [email protected]
What's Changed
- chore: enable codecov by @HuiSF in #12876
- docs(auth,analytics): adding in-line docs for public apis by @AllanZhengYP in #12882
- chore(react-native): use react-native 0.71.0 as the dev dep by @HuiSF in #12900
- fix: Default branch resolution when running E2E tests by @jimblanc in #12910
- fix: Lambda auth config value by @iartemiev in #12922
- chore: codecov follow ups by @HuiSF in #12892
- feat(api): expose HTTP response from API errors by @AllanZhengYP in #12835
- chore: temporarily disable codecov GH action integration by @HuiSF in #12928
- ci: run flaky data e2es without retry by @iartemiev in #12758
- fix(core): Amplify.configure dispatches Hub event with unparsed config object by @HuiSF in #12930
- chore(repo): setting up the base for migrating to eslint by @HuiSF in #12923
- fix(core): not appending notification configs properly by @Samaritan1011001 in #12934
- release: Amplify JS release 2024-02-01 by @elorzafe in #12939
- Merge release into main by @elorzafe in #12940
- Revert "chore(repo): use typescript 5.0.2 across workspace" by @HuiSF in #12941
- fix(repo): rollup generated sourcemap has wrong src path by @HuiSF in #12947
- fix(datastore): Treat head as optional to avoid errors by @stocaaro in #12936
- fix(api-graphql): wrong arguments for GET operation of a CPK model by @HuiSF in #12942
- fix: Remove special e2e treatment for validated tests by @stocaaro in #12946
- fix(datastore): Limit docs integ test to one browser to improve stability by @stocaaro in #12937
- fix(api-graphql): same results returned for queries on the same model with different selection sets by @HuiSF in #12950
- fix(inApp): typo in error message by @Samaritan1011001 in #12938
- release: Amplify JS release 2024-02-06 by @elorzafe in #12966
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.15
2024-01-22 Amplify JS release - [email protected]
What's Changed
- chore(auth): debounce refreshAuthTokens by @israx in #12845
- fix(data): update DataStore to send correct Control Messages when starting by @david-mcafee in #12861
- release(required): Amplify JS release by @jimblanc in #12872
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.13
2024-01-11 Amplify JS release - [email protected]
What's Changed
- chore(core): improve Hub unit test suite by @HuiSF in #12803
- fix(auth): improve error handling while refreshing auth tokens by @israx in #12802
- test(api): add api rest e2e test by @AllanZhengYP in #12790
- test(datastore): Add OptimisticConcurrency tests by @stocaaro in #12795
- fix(datastore): Update outbox comparison logic to fix update versioning problems by @stocaaro in #12813
- feat(core): queued storage (Web) for logger by @HuiSF in #12791
- feat(core): queued storage (react-native) for logger by @HuiSF in #12798
- Merge branch 'release' into 'main' by @HuiSF in #12830
- Revert "chore(repo): disable force push release to main for 6.0.11" by @HuiSF in #12834
- chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #12833
- chore(ci): fix canary tests by @ashwinkumar6 in #12821
- chore(auth): update isAuthenticated predicate by @israx in #12838
- release: Amplify JS release by @ashwinkumar6 in #12840
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.12
2024-01-10 Amplify JS release - [email protected]
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.11
2024-01-04 Amplify JS release - [email protected]
What's Changed
- feat(auth): standalone enable oauth listener for MPAs by @HuiSF in #12731
- fix(auth): oAuthStore is used before a valid OAuth config is confirmed by @HuiSF in #12748
- revert(auth): standalone enable oauth listener for MPAs by @AllanZhengYP in #12753
- chore(github-actions): enable e2e in-app test by @Samaritan1011001 in #12769
- fix(integ-test): correct integ sample path by @Samaritan1011001 in #12773
- feat(ci): allow 0BSD license by @ashwinkumar6 in #12761
- fix(api): issue 12756 by exporting CONNECTION_STATE_CHANGE as a value by @timheilman in #12757
- fix: i18n default language resolution by @jimblanc in #12786
- refactor(datastore): Refactor test names and make subscription events more sample app like by @stocaaro in #12740
- fix(api-rest): omit no credentials error and make unauth request by @AllanZhengYP in #12736
- feat(auth): standalone enable oauth listener for MPAs by @HuiSF in #12768
- fix: Recreate Analytics clients when credentials change by @jimblanc in #12789
- fix(auth): replace window history with current browser session's state by @israx in #12781
- chore: Update bug report template by @nadetastic in #12793
- release(required): Amplify JS release by @jimblanc in #12796
New Contributors
- @timheilman made their first contribution in #12757
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.10
2023-12-21 Amplify JS release - [email protected]
What's Changed
- ci: add next.js data client e2e by @iartemiev in #12726
- fix(api): overwrite mismatch content type for FormData by @AllanZhengYP in #12720
- refactor(datastore): Move conflict resolution tests to their own file by @stocaaro in #12728
- feat(geo): support Language options in map searches by @roelvandenbrand in #11178
- fix: Multi-level item in selectionSet is not received by @erickriva in #12701
- refactor(datastore): Refactor conflict resolution tests optimize for concise/readable by @stocaaro in #12732
- release: Amplify JS release by @AllanZhengYP in #12741
New Contributors
- @roelvandenbrand made their first contribution in #11178
- @erickriva made their first contribution in #12701
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.9