-
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
chore: Merge from main #11452
chore: Merge from main #11452
Conversation
…eware (aws-amplify#11188) * feat(clients): middleware interface and retry middleware * test(clients): retry middleare unit test * fix(clients): middleware type to include options * feat(clients): add retry middleware unit test and update interface * chore(clients): update bundle size limit for fetch and retry * chore(clients): add retry docs; fix format * fix(clients): address feedbacks
…fy#11212) * fix(retry): add metadata to returns from retry middldeware; fix minor bugs * feat(clients): address retry middleware feedbacks Co-authored-by: Chris F <5827964+cshfang@users.noreply.github.com>
* feat(clients): implement service API composer * chore(clients): rename middleware interface * feat(clients): middleware handler interface can be non request/response interface * chore(clients): move fetch handler to handlers folder * feat(clients): implement user agent middleware * feat(clients): implement unauth aws transfer handler * feat(clients): implement api handler composer * feat(clients): implement cognito-identity client * chore(clients): update bundle size limit * feat(clients): add serde utils; remove retry in api handler composer * feat(clients): integrate cognito-identity client to Credentials class * fix(clients): make retryDecider interface async * chore: move cognito client to dev dep * chore(clients): use Pascale path name * fix(clients): handle fetch response.body undefined in RN * chore: publish under v5-custom-clients dist-tag * fix(clients): read body once for errors
…plify#11266) * test(clients): add cognito-identity functional test * chore(clients): prefer destructuring parameters at top
* feat(clients): Add custom signature v4 signer * Updated docstrings * Extracted common code * Use == null instead of isNil * Add unit tests * Add missing licensing headers * Use test case options in presign tests * Fixed comment * Add test for data hashing with SourceData keys * Remove buffer dependency * Remove internal sdk dependency
* feat(clients): Add signing middleware * Use closure for clock offset * Add bundle size test entry * Address comments
…s-amplify#11311) * feat(clients): support CN partition by adding DNS suffix resolver * chore(clients): update bundle size test limit * fix(clients): address feedbacks * chore: update bundle size limit
* feat(clients) Add updateEndpoint API * Rename handler
* feat(clients) Add putEvents API * Add additional verification for expected date format * Mark API as internal
* feat(clients) Add getInAppMessages API * Update unit test
Co-authored-by: Allan Zheng <zheallan@amazon.com>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## feat/user-agent-enhancements/main #11452 +/- ##
=====================================================================
+ Coverage 83.14% 83.34% +0.20%
=====================================================================
Files 260 294 +34
Lines 20429 20787 +358
Branches 4402 4482 +80
=====================================================================
+ Hits 16985 17325 +340
- Misses 3158 3175 +17
- Partials 286 287 +1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…-enhancements/main-merge-0602
Description of changes
Merge the main with custom cognito identity pool client and pinpoint client, to the user-agent enhancement branch. It attempts apply new user-agent utils to custom clients
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.