-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all #52
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
=========================================
+ Coverage 2.70% 2.99% +0.29%
=========================================
Files 21 20 -1
Lines 1516 1369 -147
=========================================
Hits 41 41
+ Misses 1464 1317 -147
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
5ffcfa9
to
b3efc57
Compare
|
392f4e5
to
d10cb4f
Compare
db357aa
to
6c6c7ea
Compare
6c6c7ea
to
f2af11d
Compare
This PR contains the following updates:
5d25da1
->9fd6049
9d023cd
->2640f1f
v1.0.1
->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 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 if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.