Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
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.6.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: v8.7.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 17, 2022

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

Commits on Oct 25, 2022

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

Commits on Nov 3, 2022

  1. fix: Validate url domain for aws metadata urls (#1484)

    * fix: Validate url domain for aws metadata urls
    
    * lint
    
    * refactor and add test for ipv6
    
    * update undefined check
    sai-sunder-s authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6dc4e58 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. feat: Introduce environment variable for quota project (#1478)

    * feat: Introduce environment variable for quota project
    
    * remove new line
    
    * add awaits
    
    * clean up cached cred logic
    
    * add explicit quota project
    
    * remove explicit value
    
    * enhance test
    
    Co-authored-by: Daniel Bankhead <danielbankhead@google.com>
    sai-sunder-s and d-goog authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8706abc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. refactor: Validate AWS Metadata URLs (#1486)

    Notes:
    - Validates a URL's `hostname` rather than`host`
    - Added test for URL with port
    - Uses static variables for AWS metadata IP Addresses
    - `RangeError` rather than `Error`
    - Separated validators from setters in `constructor`
    d-goog authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    515441f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. chore(main): release 8.7.0 (#1477)

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