Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Mar 2, 2024

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.61.1 -> v1.62.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.62.0: Release 1.62.0

Compare Source

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#​6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#​6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#​6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#​6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#​6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#​6919)

[!NOTE]
The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.


Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added the fix label Mar 2, 2024
@cq-bot
Copy link
Contributor Author

cq-bot commented Mar 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@github-actions
Copy link

github-actions bot commented Mar 4, 2024

⏱️ Benchmark results

  • Glob-8 ns/op: 90.96

@kodiakhq kodiakhq bot merged commit d907120 into main Mar 4, 2024
@kodiakhq kodiakhq bot deleted the renovate/google-golang-modules branch March 4, 2024 12:22
kodiakhq bot pushed a commit that referenced this pull request Mar 6, 2024
🤖 I have created a release *beep* *boop*
---


## [4.32.1](v4.32.0...v4.32.1) (2024-03-06)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 814bf88 ([#1540](#1540)) ([e80fb24](e80fb24))
* **deps:** Update google.golang.org/genproto/googleapis/api digest to df926f6 ([#1541](#1541)) ([9d8a3ec](9d8a3ec))
* **deps:** Update google.golang.org/genproto/googleapis/rpc digest to df926f6 ([#1543](#1543)) ([9315c16](9315c16))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.1 ([#1549](#1549)) ([3112739](3112739))
* **deps:** Update module github.com/klauspost/compress to v1.17.7 ([#1544](#1544)) ([4e04027](4e04027))
* **deps:** Update module github.com/klauspost/cpuid/v2 to v2.2.7 ([#1545](#1545)) ([0fff7ed](0fff7ed))
* **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.18 ([#1546](#1546)) ([45fa641](45fa641))
* **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#1547](#1547)) ([cd3488a](cd3488a))
* **deps:** Update module google.golang.org/grpc to v1.62.0 ([#1550](#1550)) ([9ccec98](9ccec98))
* **deps:** Update module google.golang.org/grpc to v1.62.0 ([#1551](#1551)) ([d907120](d907120))
* MixedBatchWriter should nil the slice instead of zeroing ([#1553](#1553)) ([f565da8](f565da8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants