Skip to content

fix(deps): update all#500

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Open

fix(deps): update all#500
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cloud.google.com/go/alloydbconn v1.18.3v1.18.4 age confidence
cloud.google.com/go/spanner v1.91.0v1.92.0 age confidence
github.com/googleapis/go-sql-spanner v1.25.1v1.26.0 age confidence
github.com/jackc/pgx/v5 v5.9.2v5.10.0 age confidence
github.com/rickar/cal/v2 v2.1.27v2.1.28 age confidence
google.golang.org/grpc v1.81.1v1.82.0 age confidence

Release Notes

googlecloudplatform/alloydb-go-connector (cloud.google.com/go/alloydbconn)

v1.18.4

Compare Source

Bug Fixes
googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner)

v1.26.0

Compare Source

Features
  • Add directed_read connection variable (#​821) (e8b6af3)
  • Automatically set a default_sequence_kind on DDL failure (#​824) (1bc1d6d)
  • Retrieve read timestamp from read-only transaction (#​834) (3ba6ab1)
  • Support case-insensitive query parameter matching (#​823) (d0368f6)
  • Support SHOW TRANSACTION variables and transaction_isolation alias (#​822) (464bef4)
Bug Fixes
  • conn: Clone QueryOptions before modifying LastStatement field (#​820) (6eb8e2b)
  • examples: Wait for emulator port to open before executing samples (#​828) (f6fec0d)
  • ruby-wrapper: Resolve flakiness on Windows and path warning (#​829) (87617cf)
  • Support read-only transactions in RunTransaction (#​826) (1c33428)
  • test: Resolve flakiness in MaxIdleConnections tests (#​825) (fd7de25)
  • test: Resolve flakiness in TestStatementTimeout by adding delay to ExecuteSql (#​827) (318e4b4)
  • Update all dependencies (#​851) (f925772)
  • Update dependency io.grpc:grpc-bom to v1.82.1 (#​853) (107a767)
  • Update module cloud.google.com/go/longrunning to v1.1.0 (#​859) (e8e22d6)

v1.25.2

Compare Source

Bug Fixes
jackc/pgx (github.com/jackc/pgx/v5)

v5.10.0

Compare Source

rickar/cal (github.com/rickar/cal/v2)

v2.1.28

Compare Source

What's Changed

New Contributors

Full Changelog: rickar/cal@v2.1.27...v2.1.28

grpc/grpc-go (google.golang.org/grpc)

v1.82.0: Release 1.82.0

Compare Source

Behavior Changes

  • server: Remove support for GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING environment varibale. Strict incoming RPC path validation (which has been the default since v1.79.3) can no longer be disabled. (#​9112)
  • transport: Add environment variable to change the default max header list size from 16MB to 8KB. This may be enabled by setting GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#​9019)
  • balancer: Load Balancing policy registry is now case-sensitive. Set GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false (and file an issue) to revert to case-insensitive behavior. (#​9017)

New Features

  • experimental/stats: Expose a new API, NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#​8877)
  • client: Return a portion of the response body in the error message, when the client receives an unexpected non-gRPC HTTP response, to make debugging easier. (#​8929)
  • server: Add environment variable GRPC_GO_SERVER_GOROUTINE_LABELS that controls setting runtime/pprof.Labels on goroutines spawned by the server. Set GRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=true to add the grpc.method label on goroutines spawned to handle incoming requests. (#​9082)

Bug Fixes

  • xds/server: Fix a memory leak of HTTP filter instances occurring when route configurations are updated in-place during a Route Discovery Service (RDS) update. (#​9138)
  • grpc: In the deprecated gzip Compressor (used via the deprecated WithCompressor dial option), enforce the MaxRecvMsgSize limit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#​9114)
  • stats/opentelemetry: Record retry attempts, grpc.previous-rpc-attempts, at the call level and not the attempt level. (#​8923)
  • encoding: Ensure Close() is always called on readers returned from Compressor.Decompress if possible. (#​9135)
  • channelz: Fix the LastMessageSentTimestamp and LastMessageReceivedTimestamp fields in SocketMetrics to ensure they contain correct timestamp values. (#​9109)

Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) June 3, 2026 00:58
@renovate renovate Bot requested review from InfernoJJ and adamdecaf as code owners June 3, 2026 00:58
@renovate renovate Bot force-pushed the renovate/all branch from 1f2e0ac to 61fc448 Compare June 6, 2026 01:09
@renovate renovate Bot changed the title fix(deps): update all to v5.10.0 fix(deps): update all Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/all branch from 61fc448 to d7d4f1e Compare June 9, 2026 22:44
@renovate

renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 15 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.25.8
go.opentelemetry.io/otel v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.43.0 -> v1.44.0
cloud.google.com/go/longrunning v0.13.0 -> v1.1.0
github.com/googleapis/enterprise-certificate-proxy v0.3.15 -> v0.3.16
go.opentelemetry.io/otel/metric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk/metric v1.43.0 -> v1.44.0
golang.org/x/crypto v0.51.0 -> v0.53.0
golang.org/x/net v0.55.0 -> v0.56.0
golang.org/x/sync v0.20.0 -> v0.21.0
golang.org/x/sys v0.45.0 -> v0.46.0
golang.org/x/text v0.37.0 -> v0.38.0
google.golang.org/api v0.278.0 -> v0.286.0
google.golang.org/genproto/googleapis/api v0.0.0-20260504160031-60b97b32f348 -> v0.0.0-20260615183401-62b3387ff324
google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 -> v0.0.0-20260622175928-b703f567277d

@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from b6e0d8f to fad5b54 Compare June 22, 2026 18:35
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from ed4a664 to 101b919 Compare June 29, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants