-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update module google.golang.org/grpc to v1.69.2 #687
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/google.golang.org-grpc-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+51
−16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
13 times, most recently
from
May 24, 2024 04:28
c0b92a7
to
cb79d02
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
8 times, most recently
from
May 31, 2024 06:32
877c327
to
621fb77
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
2 times, most recently
from
June 4, 2024 01:16
deaff9d
to
51b9352
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
3 times, most recently
from
June 7, 2024 18:12
fd3554d
to
d002dc7
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
October 7, 2024 09:52
eeaa8e0
to
6528ab5
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
2 times, most recently
from
November 6, 2024 00:10
309f85e
to
0bf42d4
Compare
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.67.1
fix(deps): update module google.golang.org/grpc to v1.68.0
Nov 7, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
November 7, 2024 20:11
0bf42d4
to
b15e5e2
Compare
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.68.0
fix(deps): update module google.golang.org/grpc to v1.68.1
Dec 4, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 4, 2024 19:58
b15e5e2
to
33a9927
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 12, 2024 20:01
33a9927
to
98c5f3c
Compare
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.68.1
fix(deps): update module google.golang.org/grpc to v1.69.0
Dec 12, 2024
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.69.0
fix(deps): update module google.golang.org/grpc to v1.69.0 - autoclosed
Dec 15, 2024
auto-merge was automatically disabled
December 15, 2024 21:12
Pull request was closed
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.69.0 - autoclosed
fix(deps): update module google.golang.org/grpc to v1.69.0
Dec 16, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 16, 2024 00:56
8f3e15f
to
98c5f3c
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
6 times, most recently
from
December 18, 2024 20:07
09ab53b
to
f9e24b1
Compare
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.69.0
fix(deps): update module google.golang.org/grpc to v1.69.2
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
4 times, most recently
from
December 23, 2024 03:11
637db45
to
d16a455
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 23, 2024 08:30
d16a455
to
63c675c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.63.2
->v1.69.2
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.69.2
: Release 1.69.2Compare Source
Bug Fixes
Metrics
/etc) that were moved to the stats package (#7929).v1.69.0
: Release 1.69.0Compare Source
Known Issues
grpc.NewClient
function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)New Features
pickfirst
LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimentalpickfirst
policy can be enabled by setting the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST
totrue
. (#7725, #7742)pick_first
load balancing policy (#7839)MethodHandler
, which is the type of an already-exported field inMethodDesc
(#7796)Bug Fixes
Behavior Changes
pick_first
LB policy to manage connections (#7826)API Changes
balancer.SubConn
interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)Performance Improvements
ReadAll()
method for more efficientio.Reader
consumption (#7653)Documentation
v1.68.2
: Release 1.68.2Compare Source
Dependencies
stats/opentelemetry
module and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpc
module (#7936)v1.68.1
: Release 1.68.1Compare Source
Bug Fixes
Dependencies
go1.22.7
togo1.22
. (#7831)v1.68.0
: Release 1.68.0Compare Source
Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)v1.67.3
: Release 1.67.3Compare Source
Dependencies
stats/opentelemetry
module and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpc
module.v1.67.2
: Release 1.67.2Compare Source
Bug Fixes
v1.67.1
: Release 1.67.1Compare Source
Bug Fixes
v1.67.0
: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3
: Release 1.66.3Compare Source
Bug Fixes
v1.66.2
: Release 1.66.2Compare Source
Dependencies
testing
package (#7579)flate
package (#7595)Bug Fixes
v1.66.1
Compare Source
v1.66.0
: Release 1.66.0Compare Source
New Features
ValueFromIncomingContext
(#7368)WaitForStateChange
andGetState
methods, which were previously experimental. (#7425)total_issued_requests
field. (#7544)Bug Fixes
conn.Write
returns errors (#7394)Performance Improvements
Codec
which uses buffer recycling for encoded message (#7356)mem
package to facilitate buffer reuse (#7432)v1.65.1
: Release 1.65.1Compare Source
Bug Fixes
v1.65.0
: Release 1.65.0Compare Source
Dependencies
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
is set to "true" (case insensitive). (#7184)New Features
WithMaxCallAttempts
to configure gRPC's retry behavior per-channel. (#7229)Bug Fixes
v1.64.1
: Release 1.64.1Compare Source
Dependencies
v1.64.0
: Release 1.64.0Compare Source
API Changes
InPayload.Data
andOutPayload.Data
; they were experimental and will be deleted in the next release (#7121)Behavior Changes
GRPC_GO_ADVERTISE_COMPRESSORS
to suppress setting supported compressors ingrpc-accept-encoding
header. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
SetMinResolutionInterval
to set the minimum interval at which DNS re-resolutions may occur (#6962)fmt.Stringer
interface for pretty printingPeer
, andfmt.Stringer
interface for pretty printingMD
(#7137)Performance Improvements
Bug Fixes
OutPayload
,InPayload
, andEnd
(#7096)Dependencies
github.com/golang/protobuf
module (#7122)Documentation
WithBlock
,WithReturnConnectionError
,FailOnNonTempDialError
which are ignored byNewClient
(#7097)Dial
andDialContext
. These will continue to be supported throughout 1.x, but are deprecated to direct users toNewClient
(See #7090 for more information)v1.63.3
: Release 1.63.3Compare Source
Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.