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: v9.4.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: v9.4.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 1, 2023

  1. fix: Support 404 When GaxiosError != GaxiosError (#1707)

    * fix: Support 404 When GaxiosError != GaxiosError
    
    * fix: optionalize
    
    * refactor: Even more robust for `GaxiosError` != `GaxiosError`
    
    Older versions of gaxios may not have `.status`, but only `.response.status`
    d-goog authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    704674f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 9.4.1 (#1708)

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