engine
engine copied to clipboard
Bump google.golang.org/grpc from 1.29.1 to 1.32.0
Bumps google.golang.org/grpc from 1.29.1 to 1.32.0.
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.32.0
Dependencies
- Remove Go 1.9 support; assume go1.12 build tag (#3767)
New Features
- grpc: add ServiceRegistrar interface; bump up support package version. (#3816; #3818)
- xds: add LRS balancing policy (#3799)
Bug Fixes
- server: prevent hang in Go HTTP transport in some error cases (#3833)
- server: respond correctly to client headers with END_STREAM flag set (#3803)
- eds: fix priority timeout failure when EDS removes all priorities (#3830)
Release 1.31.1
- eds: fix priority timeout failure when EDS removes all priorities (#3839)
Release 1.31.0
API Changes
- balancer: remove deprecated type aliases (#3742)
New Features
- The following new xDS functionalities are added in this release (xDS features supported in a given release are documented here):
- service config: add default method config support (#3684)
- Special Thanks: @amenzhinsky
- credentials/sts: PerRPCCreds Implementation (#3696)
- credentials: check and expose SPIFFE ID (#3626)
- protoc-gen-go-grpc: support for proto3 field presence (#3752)
Bug Fixes
- client: set auth header to localhost for unix target (#3730)
Documentation
- doc: mark CustomCodec as deprecated (#3698)
- examples: cleanup README.md (#3738)
- doc: fix references to status methods (#3702)
- Special Thanks: @evanlimanto
Release 1.30.1
- eds: fix priority timeout failure when EDS removes all priorities (#3840)
Commits
5e8f833Change version to 1.32.0 (#3844)44d73dfcmd/protoc-gen-go-grpc: rework service registration (#3828)410880deds: fix priority timeout failure when EDS removes all priorities (#3830)0e72e09server: prevent hang in Go HTTP transport in some error cases (#3833)b9bc8e7End stream flag bugfix (#3803)e14f1c2certprovider: API update to include certificate name. (#3797)6c0171frls: Update rls protos and code/test to reflect those changes. (#3832)d16bb4ctransport: use escaped string instead of int->string conversion (#3831)f640ae6security/authorization: util function for converting CEL expression string (#...0f73133xds: Export a WatchListener() method on the xdsClient. (#3817)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)