-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: Amplify JS v6 Initial Release #12461
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: initial commit for geo v6 migration * chore(geo): more v6 migration, turn on ts strict * chore: combine tsconfigs * chore: upgrade geo ts version * chore: export geo from aws-amplify base package * chore: get everything working with new types, etc * chore: move geo size limit check to aws-amplify * fix core unit tests * chore: make region required and fix some optional chaining * chore: fix parseAwsExports import path * fix size limits * fix sie limit again * Update packages/geo/package.json Co-authored-by: Jim Blanchard <[email protected]> * address feedback * fix more bundle * turn off skip lib check * more bundle size tweaks --------- Co-authored-by: Aaron S <[email protected]> Co-authored-by: Jim Blanchard <[email protected]>
Co-authored-by: Aaron S <[email protected]>
…#12032) * chore(analytics): setup module for analytics service provider kinesis * remove identifyUser api for kinesis * update APIs size limit
* refactor: Update UserProfile shape * Address comments --------- Co-authored-by: Jim Blanchard <[email protected]>
* feat: add web browser native module * remove usage of the build script and webpack * Resolve comments * update tsconfig * Fix xcworkspace and compare with case insensitive * update yarn.lock * Fix indentation --------- Co-authored-by: Hui Zhao <[email protected]> Co-authored-by: Jim Blanchard <[email protected]>
* fix(geo): fix geo export from umbrella package * add it to umbrella package files * remove unnecessary check * Update packages/aws-amplify/__tests__/exports.test.ts Co-authored-by: Jim Blanchard <[email protected]> --------- Co-authored-by: Jim Blanchard <[email protected]>
* fix(auth): rename internal type AuthUserAttribute * address feedback --------- Co-authored-by: ashwinkumar6 <[email protected]>
* feat(storage): add sendUserAttributeVerificationCode api * address feedback * address feedback --------- Co-authored-by: ashwinkumar6 <[email protected]> Co-authored-by: israx <[email protected]>
Co-authored-by: Jim Blanchard <[email protected]>
* chore(analytics): Update input type per API review * Update inline docs --------- Co-authored-by: ManojNB <[email protected]>
* Replacing zen-observables with rxjs
* chore: add getNewDeviceMetadata API * chore: use getNewDeviceMetadata API across other APIs * chore: add unit tests * chore: clean up * chore: set up bundle size limits * increase bundle size * adding missing deviceMetadata * feedback * bundle size limit increase * address feedback
* chore: Minor cleanup of web browser module * Update missed inmport
- move the generateRandomString out from Util to utils
* test: update tsc compliance test to target ts4.2 to support rxjs * chore: update yarn.lock --------- Co-authored-by: Jim Blanchard <[email protected]>
* chore: remove geo exports from umbrella package * Removed read me from geo --------- Co-authored-by: Jim Blanchard <[email protected]>
* feat(auth): add updateUserAttribute API * fix: resolve merge conflicts * fix: address feedback Co-authored-by: Hui Zhao <[email protected]> * fix: update unit test * fix: code cleanup --------- Co-authored-by: ashwinkumar6 <[email protected]> Co-authored-by: Hui Zhao <[email protected]> Co-authored-by: Aaron S <[email protected]>
…lize (#12039) * chore(analytics): setup module for analytics service provider personalize * rename type module for inputs * add aws personalize client dependency * scope down export statement * update the module size limits --------- Co-authored-by: Jim Blanchard <[email protected]>
* chore: add getNewDeviceMetadata API * chore: use getNewDeviceMetadata API across other APIs * chore: add unit tests * chore: clean up * chore: set up bundle size limits * increase bundle size * adding missing deviceMetadata * feedback * bundle size limit increase * address feedback * chore: add getDeviceMetadata function * chore: include deviceKey * chore: fix and cleanup signIn tests * chore: address feedback
…hs (#12079) * fix: ranming of folder and imports * fix: new line eof and some folder names * fix: make notificaitons private false and fix lint errros * chore: remove certain tests that can be added incrementally later * fix: add test folder structure * fix: added todo for coverage --------- Co-authored-by: Jim Blanchard <[email protected]>
--------- Co-authored-by: Jim Blanchard <[email protected]>
* fix(interactions): align type names and use named params * fix(interactions): unit test --------- Co-authored-by: Ashwin Kumar <[email protected]> Co-authored-by: Venkata Ramyasri Kota <[email protected]>
* feat: add new types * feat: add signInDetails to AuthUser * fix typo * chore: add unit tests * chore: expose CognitoAuthUser * chore: address feedback
Co-authored-by: Ashwin Kumar <[email protected]>
…12452) Co-authored-by: Chris F <[email protected]>
elorzafe
approved these changes
Oct 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kvramyasri7
approved these changes
Oct 27, 2023
david-mcafee
approved these changes
Oct 27, 2023
calebpollman
approved these changes
Oct 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
reesscot
approved these changes
Oct 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
svidgen
approved these changes
Oct 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Initial release of Amplify JS v6. Will be published to the
v6
tag without a pre-release ID.latest
will still point to v5 after this is deployed.Issue #, if available
Description of how you validated changes
Unit & integ tests, manual testing.
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.