Skip to content
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

deps: Update Non-major dependency updates #944

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/auth v0.14.1 -> v0.15.0 age adoption passing confidence
github.com/go-sql-driver/mysql v1.8.1 -> v1.9.0 age adoption passing confidence
golang.org/x/net v0.35.0 -> v0.37.0 age adoption passing confidence
golang.org/x/oauth2 v0.26.0 -> v0.28.0 age adoption passing confidence
golang.org/x/time v0.10.0 -> v0.11.0 age adoption passing confidence
google.golang.org/api v0.220.0 -> v0.224.0 age adoption passing confidence
google.golang.org/grpc v1.70.0 -> v1.71.0 age adoption passing confidence

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/auth)

v0.15.0

  • firestore: beta release. See the
    announcement.

  • errorreporting: The existing package has been redesigned.

  • errors: This package has been removed. Use errorreporting.

go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.9.0

Compare Source

Major Changes
  • Implement zlib compression. (#​1487)
  • Supported Go version is updated to Go 1.21+. (#​1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#​1609)
  • Config object can have custom dial function. (#​1527)
Bugfixes
  • Fix auth errors when username/password are too long. (#​1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#​1640)
  • Fix auth switch request handling. (#​1666)
Other changes
  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#​1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#​1595, #​1601, #​1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#​1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#​1660)
googleapis/google-api-go-client (google.golang.org/api)

v0.224.0

Compare Source

Features
Bug Fixes

v0.223.0

Compare Source

Features
Bug Fixes
  • Copy AllowHardBoundTokens option from old auth to new auth. (#​3030) (8cb69d6)

v0.222.0

Compare Source

Features

v0.221.0

Compare Source

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

v1.71.0: Release 1.71.0

Compare Source

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#​8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#​8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#​8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#​8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#​7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#​8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#​7969, #​7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#​8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#​7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#​7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#​8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#​8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#​8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#​8033)
  • rls: Fix a bug where RLS channel updates could be lost during startup. (#​8055)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#​8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#​7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#​8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#​8098)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


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

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

Sorry, something went wrong.

@renovate-bot renovate-bot requested a review from a team as a code owner February 13, 2025 00:33
@renovate-bot renovate-bot changed the title deps: Update Non-major dependency updates deps: Update module google.golang.org/api to v0.221.0 Feb 13, 2025
Copy link

forking-renovate bot commented Feb 13, 2025

ℹ 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):

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

Details:

Package Change
go 1.23 -> 1.23.7
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 -> v0.0.0-20250227231956-55c901821b1e
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.5
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 -> v0.59.0
golang.org/x/crypto v0.33.0 -> v0.36.0
golang.org/x/sync v0.11.0 -> v0.12.0
golang.org/x/sys v0.30.0 -> v0.31.0
golang.org/x/text v0.22.0 -> v0.23.0
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250106144421-5f5ef82da422
google.golang.org/protobuf v1.36.4 -> v1.36.5

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependency-updates branch from 9f0df9c to c0b5143 Compare February 13, 2025 19:42
@renovate-bot renovate-bot changed the title deps: Update module google.golang.org/api to v0.221.0 deps: Update Non-major dependency updates Feb 18, 2025
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependency-updates branch 4 times, most recently from 7402e9a to 9df2d84 Compare February 24, 2025 20:44
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependency-updates branch 2 times, most recently from 3e93835 to b6b3fd1 Compare March 3, 2025 14:04
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependency-updates branch 3 times, most recently from 021e2c7 to e867267 Compare March 5, 2025 20:55
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependency-updates branch from e867267 to bc50af9 Compare March 6, 2025 21:19
@hessjcg hessjcg enabled auto-merge (squash) March 6, 2025 22:39
@hessjcg hessjcg merged commit 9302408 into GoogleCloudPlatform:main Mar 6, 2025
12 checks passed
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.

None yet

3 participants