Update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1.33.2 (master) #1801
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.0
->v1.33.2
Release Notes
grpc/grpc-go
v1.33.2
Compare Source
v1.33.1
Compare Source
API Changes
New Features
Bug Fixes
v1.32.0
Compare Source
Dependencies
New Features
Bug Fixes
v1.31.1
Compare Source
v1.31.0
Compare Source
API Changes
New Features
Bug Fixes
Documentation
v1.30.1
Compare Source
v1.30.0
Compare Source
API Changes
xds
. This is the stable version of the schemexds-experimental
that was introduced in v1.28.0.xds-experimental
scheme will be removed in subsequent releases so you must switch toxds
scheme instead.xds
scheme is a client side implementation of xDSv2 APIs. This allows a gRPC client written in Go to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching, default path (“” or “/”) matching and cluster route action are supported. The features supported in a given release are documented here.balancer.Balancer
andbalancer.Picker
with theV2Balancer
andV2Picker
versions.balancer.ClientConn.UpdateBalancerState
.grpc.Balancer
, and all related functionality.naming
package.Behavior Changes
New Features
Performance Improvements
Bug Fixes
Documentation
v1.29.1
Compare Source
v1.29.0
Compare Source
New Features
Bug Fixes
Documentation
v1.28.1
Compare Source
v1.28.0
Compare Source
New Features
API Changes
Bug Fixes
Dependencies
v1.27.1
Compare Source
v1.27.0
Compare Source
API Changes
Behavior Changes
New Features
Bug Fixes
v1.26.0
Compare Source
API Changes
Behavior Changes
New Features
Performance Improvements
Bug Fixes
Documentation
v1.25.1
Compare Source
v1.25.0
Compare Source
API Changes
New Features
Performance Improvements
Bug Fixes
Documentation
v1.24.0
Compare Source
Dependencies
New Features
Performance Improvements
Bug Fixes
v1.23.1
Compare Source
server: set and advertise max frame size of 16KB (#3018)
grpclb: fix deadlock in grpclb connection cache (#3017)
Before the fix, if the timer to remove a SubConn fires at the same time
NewSubConn cancels the timer, it caused a mutex leak and deadlock.
v1.23.0
Compare Source
Security
API Changes
Behavior Changes
New Features
Performance Improvements
Bug Fixes
Documentation
v1.22.3
Compare Source
server: set and advertise max frame size of 16KB (#3018)
grpclb: fix deadlock in grpclb connection cache (#3017)
Before the fix, if the timer to remove a SubConn fires at the same time
NewSubConn cancels the timer, it caused a mutex leak and deadlock.
v1.22.2
Compare Source
Security
transport: block reading frames when too many transport control frames are queued (#2970)
Addresses CVE-2019-9512 (Ping Flood), CVE-2019-9514 (Reset Flood), and CVE-2019-9515 (Settings Flood).
v1.22.1
Compare Source
v1.22.0
Compare Source
New Features
Performance Improvements
Bug Fixes
Documentation
v1.21.4
Compare Source
v1.21.3
Compare Source
Security
transport: block reading frames when too many transport control frames are queued (#2970)
Addresses CVE-2019-9512 (Ping Flood), CVE-2019-9514 (Reset Flood), and CVE-2019-9515 (Settings Flood).
v1.21.2
Compare Source
v1.21.1
Compare Source
v1.21.0
Compare Source
New Features
Bug Fixes
Documentation
v1.20.1
Compare Source
v1.20.0
Compare Source
API Changes
Behavior Changes
New Features
Bug Fixes
v1.19.1
Compare Source
v1.19.0
Compare Source
API Changes
Behavior Changes
Bug Fixes
Documentation
v1.18.1
Compare Source
v1.18.0
Compare Source
API Changes
Behavior Changes
New Features
Bug Fixes
Documentation
v1.17.0
Compare Source
NOTICE
Upcoming connection establishment behavior change in the next release. Please see #2406 for more details.
Dependencies
New Features
Performance Improvements
Bug Fixes
Documentation
v1.16.0
Compare Source
New Features
Bug Fixes
Additional Notes
Special thanks @fastest963 for going above and beyond in helping us debug hard-to-reproduce transport issues.
v1.15.0
Compare Source
Dependencies
API Changes
New Features
Bug Fixes
v1.14.0
Compare Source
API Changes
Behavior Changes
New Features
Bug Fixes
Documentation
v1.13.0
Compare Source
API Changes
New Features
Bug Fixes
Documentation
v1.12.2
Compare Source
v1.12.1
Compare Source
v1.12.0
Compare Source
API Changes
Behavior Changes
New Features
Performance Improvements
Bug Fixes
Documentation
v1.11.3
Compare Source
v1.11.2
Compare Source
v1.11.1
Compare Source
v1.11.0
Compare Source
Dependencies
API Changes
New Features
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.