-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 767ec9c
authored
fix(deps): Update dependency grpcio to v1.74.0 (#308)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [grpcio](https://grpc.io) ([source](https://redirect.github.com/grpc/grpc)) | minor | `==1.73.0` -> `==1.74.0` |
---
### Release Notes
<details>
<summary>grpc/grpc (grpcio)</summary>
### [`v1.74.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.74.0)
[Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.73.1...v1.74.0)
This is release 1.74.0 ([gee](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
This release contains refinements, improvements, and bug fixes, with highlights listed below.
## Core
- \[OTel C++, Posix EE] Plumb TCP write timestamps and metrics to OTel tracers. ([#​39946](https://redirect.github.com/grpc/grpc/pull/39946))
- \[EventEngine] Fix Python reconnect issues: use iomgr backup poller when EE is disabled. ([#​39894](https://redirect.github.com/grpc/grpc/pull/39894))
- \[Python] Upgrade Pytype (Part - 1). ([#​39816](https://redirect.github.com/grpc/grpc/pull/39816))
- \[Python] Upgrade black. ([#​39774](https://redirect.github.com/grpc/grpc/pull/39774))
- \[event_engine] Implement fork support in Posix Event Engine. ([#​38980](https://redirect.github.com/grpc/grpc/pull/38980))
- \[http2] Fix GRPC_ARG_HTTP2\_STREAM_LOOKAHEAD_BYTES for when BDP is disabled. ([#​39585](https://redirect.github.com/grpc/grpc/pull/39585))
## Objective-C
- \[dep] Upgrade Protobuf Version 31.1. ([#​39916](https://redirect.github.com/grpc/grpc/pull/39916))
## PHP
- \[PHP] Fully qualify stdClass with global namespace. ([#​39996](https://redirect.github.com/grpc/grpc/pull/39996))
- \[php] Fix PHPDoc so that UnaryCall defines the proper return type. ([#​37563](https://redirect.github.com/grpc/grpc/pull/37563))
- fix typing of nullable parameters. ([#​39199](https://redirect.github.com/grpc/grpc/pull/39199))
## Python
- Fix gRPC Python docs website layout - use spaces optimally. ([#​40073](https://redirect.github.com/grpc/grpc/pull/40073))
## Ruby
- \[Ruby] Add rubygems support for linux-gnu and linux-musl platforms . ([#​40174](https://redirect.github.com/grpc/grpc/pull/40174))
- \[ruby] enable EE fork support. ([#​39786](https://redirect.github.com/grpc/grpc/pull/39786))
- \[ruby] Return nil for c functions expected to return a VALUE. ([#​39214](https://redirect.github.com/grpc/grpc/pull/39214))
- \[ruby] remove connectivity state watch thread, fix cancellations from spurious signals. ([#​39409](https://redirect.github.com/grpc/grpc/pull/39409))
- \[ruby] Drop Ruby 3.0 support. ([#​39607](https://redirect.github.com/grpc/grpc/pull/39607))
### [`v1.73.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.73.1)
[Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.73.0...v1.73.1)
This is release 1.73.1 ([gradient](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
This release contains refinements, improvements, and bug fixes, with highlights listed below.
## Python
- \[Backport of [#​39894](https://redirect.github.com/grpc/grpc/issues/39894) to v1.73.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: [#​38290](https://redirect.github.com/grpc/grpc/issues/38290), [#​39113](https://redirect.github.com/grpc/grpc/issues/39113), [#​39631](https://redirect.github.com/grpc/grpc/issues/39631) ([#​39950](https://redirect.github.com/grpc/grpc/issues/39950)).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent 76715b8 commit 767ec9cCopy full SHA for 767ec9c
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments