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.252.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.253.0
Choose a head ref
  • 11 commits
  • 315 files changed
  • 3 contributors

Commits on Oct 8, 2025

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

Commits on Oct 9, 2025

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

Commits on Oct 10, 2025

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

Commits on Oct 11, 2025

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

Commits on Oct 12, 2025

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

Commits on Oct 13, 2025

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

Commits on Oct 15, 2025

  1. chore(all): update all (#3343)

    This PR contains the following updates:
    
    | Package | Change | Age | Confidence | Type | Update |
    |---|---|---|---|---|---|
    | golang.org/x/net | `v0.44.0` -> `v0.46.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.44.0/v0.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor |
    | golang.org/x/oauth2 | `v0.31.0` -> `v0.32.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2foauth2/v0.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2foauth2/v0.31.0/v0.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor |
    | golang.org/x/time | `v0.13.0` -> `v0.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftime/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftime/v0.13.0/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor |
    | [google.golang.org/genproto/googleapis/bytestream](https://redirect.github.com/googleapis/go-genproto) | `7c0ddcb` -> `4626949` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgenproto%2fgoogleapis%2fbytestream/v0.0.0-20251014184007-4626949a642f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgenproto%2fgoogleapis%2fbytestream/v0.0.0-20251002232023-7c0ddcbb5797/v0.0.0-20251014184007-4626949a642f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | digest |
    | [google.golang.org/genproto/googleapis/rpc](https://redirect.github.com/googleapis/go-genproto) | `7c0ddcb` -> `4626949` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgenproto%2fgoogleapis%2frpc/v0.0.0-20251014184007-4626949a642f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgenproto%2fgoogleapis%2frpc/v0.0.0-20251002232023-7c0ddcbb5797/v0.0.0-20251014184007-4626949a642f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | digest |
    | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.75.1` -> `v1.76.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.75.1/v1.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.76.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.76.0): Release 1.76.0
    
    [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.75.1...v1.76.0)
    
    ### Dependencies
    
    - Minimum supported Go version is now 1.24 ([#&#8203;8509](https://redirect.github.com/grpc/grpc-go/issues/8509))
      - Special Thanks: [@&#8203;kevinGC](https://redirect.github.com/kevinGC)
    
    ### Bug Fixes
    
    - client: Return status `INTERNAL` when a server sends zero response messages for a unary or client-streaming RPC. ([#&#8203;8523](https://redirect.github.com/grpc/grpc-go/issues/8523))
    - client: Fail RPCs with status `INTERNAL` instead of `UNKNOWN` upon receiving http headers with status 1xx and  `END_STREAM` flag set. ([#&#8203;8518](https://redirect.github.com/grpc/grpc-go/issues/8518))
      - Special Thanks: [@&#8203;vinothkumarr227](https://redirect.github.com/vinothkumarr227)
    - pick\_first: Fix race condition that could cause pick\_first to get stuck in `IDLE` state on backend address change. ([#&#8203;8615](https://redirect.github.com/grpc/grpc-go/issues/8615))
    
    ### New Features
    
    - credentials: Add `credentials/jwt` package providing file-based JWT PerRPCCredentials (A97). ([#&#8203;8431](https://redirect.github.com/grpc/grpc-go/issues/8431))
      - Special Thanks: [@&#8203;dimpavloff](https://redirect.github.com/dimpavloff)
    
    ### Performance Improvements
    
    - client: Improve HTTP/2 header size estimate to reduce re-allocations. ([#&#8203;8547](https://redirect.github.com/grpc/grpc-go/issues/8547))
    - encoding/proto: Avoid redundant message size calculation when marshaling. ([#&#8203;8569](https://redirect.github.com/grpc/grpc-go/issues/8569))
      - Special Thanks: [@&#8203;rs-unity](https://redirect.github.com/rs-unity)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-api-go-client).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate-bot authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    8012a7b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

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

Commits on Oct 21, 2025

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

Commits on Oct 22, 2025

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