fix: update all dependencies#245
Conversation
ℹ️ Artifact update noticeFile name: benchmarks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: postgresql/samples/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: samples/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
olavloite
left a comment
There was a problem hiding this comment.
The PR description contains mentions of 'deprecated' features in the release notes for google.golang.org/grpc (specifically 'deprecated gzip Compressor' and 'deprecated WithCompressor dial option'). Additionally, the release notes describe behavior changes, such as making the Load Balancing policy registry case-sensitive and removing support for an experimental environment variable, which could introduce breaking changes.
This PR contains the following updates:
v0.286.0→v0.287.0b703f56→925bb5dv1.81.1→v1.82.0Release Notes
googleapis/google-api-go-client (google.golang.org/api)
v0.287.0Compare Source
Features
grpc/grpc-go (google.golang.org/grpc)
v1.82.0: Release 1.82.0Compare Source
Behavior Changes
GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKINGenvironment varibale. Strict incoming RPC path validation (which has been the default sincev1.79.3) can no longer be disabled. (#9112)16MBto8KB. This may be enabled by settingGRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#9019)GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false(and file an issue) to revert to case-insensitive behavior. (#9017)New Features
NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#8877)GRPC_GO_SERVER_GOROUTINE_LABELSthat controls settingruntime/pprof.Labelson goroutines spawned by the server. SetGRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=trueto add thegrpc.methodlabel on goroutines spawned to handle incoming requests. (#9082)Bug Fixes
gzipCompressor (used via the deprecatedWithCompressordial option), enforce theMaxRecvMsgSizelimit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#9114)grpc.previous-rpc-attempts, at the call level and not the attempt level. (#8923)Close()is always called on readers returned fromCompressor.Decompressif possible. (#9135)LastMessageSentTimestampandLastMessageReceivedTimestampfields inSocketMetricsto ensure they contain correct timestamp values. (#9109)Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 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 was generated by Mend Renovate. View the repository job log.