SHA256
1
0
forked from pool/grpc

6 Commits
master ... dev

Author SHA256 Message Date
af5ccb17cc Update return-values.patch. 2025-07-27 13:35:01 +05:30
1014536cf3 Test update to version 1.74.0 2025-07-26 23:13:42 +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,20 +3,19 @@ Sun Jul 27 08:00:17 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.74.0: - Update to version 1.74.0:
* Core: * 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). 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). poller when EE is disabled (gh#grpc/grpc#39894).
* [Python] Upgrade Pytype (Part - 1) (gh#grpc/grpc#39816). - [Python] Upgrade Pytype (Part - 1) (gh#grpc/grpc#39816).
* [Python] Upgrade black (gh#grpc/grpc#39774). - [Python] Upgrade black (gh#grpc/grpc#39774).
* [event_engine] Implement fork support in Posix Event Engine - [event_engine] Implement fork support in Posix Event Engine
(gh#grpc/grpc#38980). (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). BDP is disabled (gh#grpc/grpc#39585).
- Update return-values.patch with a couple more missed return - Update return-values.patch with a couple more missed return
values from non-void functions. values from non-void functions.
- Bump so version in shlib package name. - Bump so version in shlib package name.
- Re-base telemetry.patch for updated version.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 8 16:09:54 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com> Sun Jun 8 16:09:54 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>