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: v8.1.1
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: v8.2.0
Choose a head ref
  • 3 commits
  • 17 files changed
  • 5 contributors

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    f483a68 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. feat: adds Pluggable Auth support (#1437)

    * feat!: Adding Pluggable Auth Support to ADC (#1419)
    
    * feat: Adding Pluggable Auth Support to ADC
    
    See go/pluggable-auth-design.
    Adding classes required for supporting pluggable auth and some functionality.
    Will add the implementation for running the executable and reading from a cached file in a later pull request.
    
    * fix: Correcting copyright year
    
    * fix: addressing code review comments
    
    * fix: Fixing interface description
    
    * fix: Comment typo
    
    * fix: Address code review comments
    
    * fix: Add comments to ExecutableResponse properties
    
    * fix: Addressing code review comments
    
    * feat: adding executable and file handling for Pluggable Auth Client (#1431)
    
    * feat: adding executable and file handling for pluggable auth client
    
    Added PluggableAuthHandler to run user provided executable and read from cached file output + associated tests.
    
    * fix: correcting pluggable auth credential source
    
    Adding 'executable' object under credential source for pluggable auth options.
    
    * fix: code review comments
    
    * fix: Fixing output file string variable name and failing tests
    
    * fix: code review comments + added readme documentation.
    
    * fix: addressing code review
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: addressing code review
    
    * fix: fixing test
    
    * fix: fixing linter warning
    
    * fix: Adding back in readme changes that got removed by owlbot
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leo <[email protected]>
    3 people authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ed7ef7a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. chore(main): release 8.2.0 (#1438)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1aecd1f View commit details
    Browse the repository at this point in the history
Loading