Skip to content
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(required): Amplify JS release #11744

Merged
merged 21 commits into from
Aug 10, 2023
Merged

release(required): Amplify JS release #11744

merged 21 commits into from
Aug 10, 2023

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    765bd78 View commit details
    Browse the repository at this point in the history
  2. chore: add canary tests (#11721)

    * chore: add canary testing
    
    ---------
    
    Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    3 people committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    736e31c View commit details
    Browse the repository at this point in the history
  3. fix: update on-schedule-canary-test.yml (#11733)

    Update on-schedule-canary-test.yml
    yingku committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    17e8b79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3714c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    933b8bf View commit details
    Browse the repository at this point in the history
  2. chore: update react-native version (#11734)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a2410b3 View commit details
    Browse the repository at this point in the history
  3. feat: custom user agent InternalCognitoUser (#11709)

    * chore: port code from CognitoUser and CognitoUserPool to internals
    
    * chore: delete InternalCognitoUserPool - separate PR
    
    * chore: update imports and class name
    
    * feat: add userAgentValue param to cognito client api's
    
    * feat: add userAgentValue param to InternalCognitoUser api's, pass to client
    
    * feat: make CognitoUser extend InternalCognitoUser and override api's
    
    * test: update tests to work with additional param, minor fix
    
    * chore: clean up unused imports and const's
    
    * feat: add missing userAgentValue param
    
    * chore: add new param to documentation comments
    
    * build: export InternalCognitoUser from internals scope
    
    * fix: remove default from InternalCognitoUser to fix scoped export
    
    * fix: fix typo causing signOut failure
    
    * build: correct index.d.ts files with changes
    
    * test: revert auth tests
    
    * chore: increase bundle size limits
    
    * chore: simplify InternalCognitoUser import
    
    ---------
    
    Co-authored-by: israx <70438514+israx@users.noreply.github.com>
    erinleigh90 and israx committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4115295 View commit details
    Browse the repository at this point in the history
  4. chore: run canary everyday at 9am (#11735)

    * chore: run canary everyday at 9am
    
    * chore: code cleanup
    
    Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com>
    
    * chore: update canary cron to 9amPDT
    
    * chore: code cleanup
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com>
    3 people committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c244ea4 View commit details
    Browse the repository at this point in the history
  5. feat: custom user agent Auth changes for UI handoff (#11606)

    * chore: copy Auth code to InternalAuth
    
    * feat: add customUserAgentDetails param to InternalAuth methods
    
    * feat: make AuthClass extend InternalAuthClass, override functions with extra param
    
    * build: export auth internals from /internals scope
    
    * fix: changes signUp back to method type instead of prop so Auth can extend the method
    
    * chore: update auth lint settings to allow class arrow functions to end in semi-colon
    
    * fix: add overloaded method signature back in - unrelated change
    
    * test: fix auth tests by mocking InternalAuthClass instead of AuthClass
    
    * chore: change arrow methods to normal functions
    
    * fix: remove async from overridden async functions
    
    * chore: increase bundle size limits
    
    * fix: remove internalSignUp and fix rest attr with overload and any
    
    * fix: remove internalSignUp and fix rest attr with overload and any
    
    * chore: update jsdocs
    
    * chore: increase bundle size limits
    erinleigh90 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2790f04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50675e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    028fd40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115d96e View commit details
    Browse the repository at this point in the history
  3. feat: custom user agent InternalCognitoUserPool (#11716)

    * chore: port CognitoUserPool over to InternalCognitoUserPool
    
    * chore: restore CognitoUserPool
    
    * feat: add userAgentValue parameter to signUp
    
    * feat: update class name and imports
    
    * feat: make CognitoUserPool extend internal and override signUp
    
    * feat: export InternalCognitoUserPool from internals index
    
    * feat: send userAgentValue to client service call
    
    * test: fix internalsIndex test
    
    * build: export InternalCognitoUserPool from internals scope
    
    * chore: update CognitoUserPool type to extend internal
    
    * Apply suggestions from code review
    
    Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
    
    * chore: remove unnecessary test on internals index
    
    * chore: increase bundle size limit
    
    ---------
    
    Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
    Co-authored-by: israx <70438514+israx@users.noreply.github.com>
    3 people committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    94bfc5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    711a761 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a00704d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6cb690 View commit details
    Browse the repository at this point in the history
  7. chore: update increase run count for unstable integ tests (#11758)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b496da6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. chore: bump commonmarker from 0.23.9 to 0.23.10 in /docs (#11754)

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.9 to 0.23.10.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md)
    - [Commits](gjtorikian/commonmarker@v0.23.9...v0.23.10)
    
    ---
    updated-dependencies:
    - dependency-name: commonmarker
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
    dependabot[bot] and jimblanc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ff94dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57127c5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release'

    jimblanc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    47f4641 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9073cba View commit details
    Browse the repository at this point in the history