Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-auth-library-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.0
Choose a base ref
...
head repository: googleapis/google-auth-library-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.2.0
Choose a head ref
  • 6 commits
  • 41 files changed
  • 6 contributors

Commits on Jun 27, 2025

  1. chore(owlbot-nodejs): install 3.13.5 Python (#2042)

    * chore: install higher version of Python
    
    * chore: update to python 3.15
    
    * update lagging dependency
    
    * fix vulnerability
    
    * change the version
    
    Source-Link: googleapis/synthtool@ca4c7ce
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:6062c519ce78ee08490e7ac7330eca80f00f139ef1a241c5c2b306550b60c728
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    bd7e4e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. chore(deps): upgrade sinon to 21 (#2050)

    * chore(deps): upgrade sinon to 21
    
    * specify which timers to fake
    
    * use @feywind's util for timers
    
    * add crucial file
    leahecole authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    4915e97 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    b8adc26 View commit details
    Browse the repository at this point in the history
  2. chore: add node 24 in node ci test (#2051)

    Source-Link: googleapis/synthtool@1218bc2
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:66c44f0ad8f6caaa4eb3fbe74f8c2b4de5a97c2b930cee069e712c447723ba95
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leah E. Cole <[email protected]>
    3 people authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    be4ce78 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. feat: X509 cert authentication (#2055)

    * feat: Implement X509 Cert Based Authentication (#2036)
    
    * chore(owlbot-nodejs): install 3.13.5 Python (#2042)
    
    * chore: install higher version of Python
    
    * chore: update to python 3.15
    
    * update lagging dependency
    
    * fix vulnerability
    
    * change the version
    
    Source-Link: googleapis/synthtool@ca4c7ce
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:6062c519ce78ee08490e7ac7330eca80f00f139ef1a241c5c2b306550b60c728
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    * chore(deps): upgrade sinon to 21 (#2050)
    
    * chore(deps): upgrade sinon to 21
    
    * specify which timers to fake
    
    * use @feywind's util for timers
    
    * add crucial file
    
    * fix(deps): update dependency @googleapis/iam to v30 (#2052)
    
    * chore: add node 24 in node ci test (#2051)
    
    Source-Link: googleapis/synthtool@1218bc2
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:66c44f0ad8f6caaa4eb3fbe74f8c2b4de5a97c2b930cee069e712c447723ba95
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leah E. Cole <[email protected]>
    
    * Included initial interfaces and options for creating x509client.
    
    * Added implementation for x509provider
    
    * Augmented logic for well-known cert config.
    
    * Added changes to create CertificateSubjectTokenSupplier
    
    * Added feature to call STS endpoint with the leaf certificate as trust chain.
    
    * Added logic to use trust chains.
    
    * Cleaned up certificateSubjectTokenSupplier and added mtlsClientTransporter logic to IdentityPoolClients Transporter
    
    * Added tests for certificateConfig type externalClient
    
    * All x509 auth logic in src/auth/certificatesubjecttokensupplier.ts
    
    * Added tests for malformed cert_config file, malfor
    med certificate in trust chain.
    
    * Added unit tests for util
    
    ---------
    
    Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leah E. Cole <[email protected]>
    Co-authored-by: Mend Renovate <[email protected]>
    
    * feat: Async X509 file Operations (#2054)
    
    * chore(owlbot-nodejs): install 3.13.5 Python (#2042)
    
    * chore: install higher version of Python
    
    * chore: update to python 3.15
    
    * update lagging dependency
    
    * fix vulnerability
    
    * change the version
    
    Source-Link: googleapis/synthtool@ca4c7ce
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:6062c519ce78ee08490e7ac7330eca80f00f139ef1a241c5c2b306550b60c728
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    * chore: add node 24 in node ci test (#2051)
    
    Source-Link: googleapis/synthtool@1218bc2
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:66c44f0ad8f6caaa4eb3fbe74f8c2b4de5a97c2b930cee069e712c447723ba95
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leah E. Cole <[email protected]>
    
    * X509 Cert Auth now does only async file reads
    
    * Fixed any linter error in util
    
    ---------
    
    Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leah E. Cole <[email protected]>
    
    * feat: x509 async Readme Update (#2056)
    
    
    * Added readme changes.
    
    * Addressed PR comments.
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Readme changes transferred from Readme.md to readme-partials.yaml for Yoshi bot compliance
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leah E. Cole <[email protected]>
    Co-authored-by: Mend Renovate <[email protected]>
    5 people authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    6ac9ab4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. chore(main): release 10.2.0 (#2053)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    7ebb3c8 View commit details
    Browse the repository at this point in the history
Loading