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-api-go-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.209.0
Choose a base ref
...
head repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.210.0
Choose a head ref
  • 11 commits
  • 152 files changed
  • 6 contributors

Commits on Nov 22, 2024

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

Commits on Nov 26, 2024

  1. fix(gensupport): context cancel error check (#2890)

    Previously, if an rCtx wasn't created with chunkTransferTimeout and the parent context had a timeout, calling cancel under the same conditions caused a crash due to invalid memory access. This occurred if the parent context's timeout was triggered.
    Tulsishah authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f57c82d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a990614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ee8349 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    2657039 View commit details
    Browse the repository at this point in the history
  2. feat: Async refresh dry run in parallel with sync refresh (#2849)

    * feat: Add async refresh dry run
    
    * add meter provider and attributes
    
    * adding error handler instead of metrics
    
    * Rename variable and add comment
    
    * adding more comments
    
    * Updating oauth2adapt
    bhshkh authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    acd2581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1b41c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

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

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    efded92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4bf86 View commit details
    Browse the repository at this point in the history
Loading