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.134.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.136.0
Choose a head ref
  • 18 commits
  • 299 files changed
  • 4 contributors

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

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

Commits on Jul 29, 2023

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

Commits on Jul 30, 2023

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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    2b1c61f View commit details
    Browse the repository at this point in the history
  2. chore(all): update all (#2092)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/genproto/googleapis/bytestream](https://togithub.com/googleapis/go-genproto) | require | digest | `659f7aa` -> `23370e0` |
    | [google.golang.org/genproto/googleapis/rpc](https://togithub.com/googleapis/go-genproto) | require | digest | `659f7aa` -> `23370e0` |
    | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.56.2` -> `v1.57.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.57.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.57.0): Release 1.57.0
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.56.2...v1.57.0)
    
    ### API Changes
    
    -   resolver: remove deprecated `Target.Scheme` and `Target.Authority`.  Use `URL.Scheme` and `URL.Host` instead, respectively ([#&#8203;6363](https://togithub.com/grpc/grpc-go/issues/6363))
    
    ### Behavior Changes
    
    -   client: percent-encode the default authority for the channel ([#&#8203;6428](https://togithub.com/grpc/grpc-go/issues/6428))
    -   xds: require EDS service name to be set in a CDS cluster with an 'xdstp' resource name (gRFC A47) ([#&#8203;6438](https://togithub.com/grpc/grpc-go/issues/6438))
    
    ### New Features
    
    -   reflection: support the v1 reflection service and update `Register` to register both v1alpha and v1 ([#&#8203;6329](https://togithub.com/grpc/grpc-go/issues/6329))
    -   xds: add support for string matcher in RBAC header matching ([#&#8203;6419](https://togithub.com/grpc/grpc-go/issues/6419))
    -   alts: add support for `GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES` env var ([#&#8203;6267](https://togithub.com/grpc/grpc-go/issues/6267))
    -   balancer/weightedroundrobin: de-experimentalize name of LB policy ([#&#8203;6477](https://togithub.com/grpc/grpc-go/issues/6477))
    
    ### Bug Fixes
    
    -   status: `status.FromError` now returns an error with `codes.Unknown` when the error implements the `GRPCStatus()` method, and calling `GRPCStatus()` returns `nil` ([#&#8203;6374](https://togithub.com/grpc/grpc-go/issues/6374))
        -   Special Thanks: [@&#8203;atollena](https://togithub.com/atollena)
    -   server: fix bug preventing TCP user timeout from being set on the connection when TLS is used ([#&#8203;6321](https://togithub.com/grpc/grpc-go/issues/6321))
        -   Special Thanks: [@&#8203;tobotg](https://togithub.com/tobotg)
    -   client: eliminate connection churn during an address update that differs only in balancer attributes ([#&#8203;6439](https://togithub.com/grpc/grpc-go/issues/6439))
    -   clusterresolver: handle EDS nacks, resource-not-found errors, and DNS Resolver errors correctly ([#&#8203;6436](https://togithub.com/grpc/grpc-go/issues/6436), [#&#8203;6461](https://togithub.com/grpc/grpc-go/issues/6461))
    -   xds/ringhash: cache connectivity state of subchannels inside picker to avoid rare races ([#&#8203;6351](https://togithub.com/grpc/grpc-go/issues/6351))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on Monday" (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://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/google-api-go-client).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    06fee15 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Aug 2, 2023

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

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

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

Commits on Aug 5, 2023

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

Commits on Aug 6, 2023

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

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    8fbf572 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.135.0 (#2088)

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    8029f73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c62e5c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    919cee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    113082d View commit details
    Browse the repository at this point in the history
Loading