SHA256
1
0
forked from pool/grpc

5 Commits

Author SHA256 Message Date
c716d4498b Update to version 1.74.0.
Plus:
* so version bump in shlib package name.
* add fixes for more missed return values from non-void functions to
  return-values.patch
* minor rebase of terminate.patch for updated version.
2025-07-27 13:38:00 +05:30
cbf0b98048 merge upstream 2025-07-26 15:46:56 +02:00
Atri Bhattacharya
146ddd8e92 Bump so version in shlib package name to 48. 2025-06-08 22:09:18 +05:30
Atri Bhattacharya
f6f3705245 Rebase patches for update. 2025-06-08 21:44:47 +05:30
Atri Bhattacharya
974f1a7bb3 Update to version 1.73.0. 2025-06-08 21:43:31 +05:30

View File

@@ -3,15 +3,15 @@ Sun Jul 27 08:00:17 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.74.0:
* Core:
* [OTel C++, Posix EE] Plumb TCP write timestamps and metrics
- [OTel C++, Posix EE] Plumb TCP write timestamps and metrics
to OTel tracers (gh#grpc/grpc#39946).
* [EventEngine] Fix Python reconnect issues: use iomgr backup
- [EventEngine] Fix Python reconnect issues: use iomgr backup
poller when EE is disabled (gh#grpc/grpc#39894).
* [Python] Upgrade Pytype (Part - 1) (gh#grpc/grpc#39816).
* [Python] Upgrade black (gh#grpc/grpc#39774).
* [event_engine] Implement fork support in Posix Event Engine
- [Python] Upgrade Pytype (Part - 1) (gh#grpc/grpc#39816).
- [Python] Upgrade black (gh#grpc/grpc#39774).
- [event_engine] Implement fork support in Posix Event Engine
(gh#grpc/grpc#38980).
* [http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when
- [http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when
BDP is disabled (gh#grpc/grpc#39585).
- Update return-values.patch with a couple more missed return
values from non-void functions.