5e9058393f
Add missing-includes.patch: add missed headers previously included via absl (gh#grpc/grpc#41305); upstream commit.
Dominique Leuenberger2026-01-26 11:58:04 +00:00
9221130f96
Accepting request 1317622 from network
Ana Guerrero2025-11-13 17:24:06 +00:00
b96f39409e
* Update to version 1.76.0. * Minor rebase of fix-return-values.patch to apply cleanly. * Drop setting _default_patch_fuzz to 2 as all patches have been rebased to apply cleanly.
Atri Bhattacharya2025-11-13 15:13:39 +00:00
6d43d5ed21
Accepting request 1313308 from network
Ana Guerrero2025-10-24 15:23:34 +00:00
b7e7014f53
- Update to version 1.75.1 * Release grpcio wheels with Python 3.14 support (#40403) * Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations. (#40447) * This also addresses previously reported issues with empty error message on Python interpreter exit (Error in sys.excepthook:/Original exception was: empty): (#36655), (#38679), (#33342) * Python 3.14: preserve current behavior when using grpc.aio async methods outside of a running event loop. (#40750) * Note: using async methods outside of a running event loop is discouraged by Python, and will be deprecated in future gRPC releases. Please use the asyncio.run() function (or asyncio.Runner for custom loop factories). For interactive mode, use dedicated asyncio REPL: python -m asyncio. - from version 1.75.0 * [Security] Cherry Pick Spiffe Verification. (#40515) * [Python][Typeguard] Part 3 - Add Typeguard to AIO stack in tests. (#40217) * [c-ares] update version to 1.34.5. (#39508) * [pick_first] fix bug that caused us to stop attempting to connect. (#40162) * [OTel C++] Implement retry metrics. (#39195) * Fix data race by adding custom getter for state property with @synchronized locking. (#40146) * gRPC Python (grpcio) now depends on typing-extensions~=4.13. (#40137) * Update musllinux wheels from musllinux_1_1 to musllinux_1_2. (#40317) * Dropping musllinux_1_1 because it reached EOL in November 2024 * Reference on musllinux platform tags: PEP 656 * grpc.aio typehint fixes. (#40215, #40217)
Atri Bhattacharya2025-10-24 04:57:21 +00:00
ca852efda5
* Update to version 1.74.0. * Update fix-return-values.patch for new version (copied from obs://devel:tools/grpc/return-values.patch).
Atri Bhattacharya2025-08-03 08:26:53 +00:00
078f79dff0
Accepting request 1293843 from network
Ana Guerrero2025-07-17 15:18:36 +00:00
ebbf72c6b6
add missing CVE+bugzilla refs: - Update to version 1.68.1 (CVE-2024-11407, bsc#1233821): - Update to version 1.67.1 (CVE-2024-7246, bsc#1228919):
Marcus Meissner2025-04-25 12:47:24 +00:00
e783f98748
- Update to version 1.69.0 * [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997) - from version 1.68.2 * No Python-specific changes.
Atri Bhattacharya2025-01-25 08:32:29 +00:00
5eb0de3581
Accepting request 1233017 from network
Ana Guerrero2024-12-22 17:05:13 +00:00
fb7d63cec2
Accepting request 1223599 from network
Ana Guerrero2024-11-12 18:23:34 +00:00
cfea6d07d9
- Update to version 1.67.1: * Add templating and support for Python 3.13 * Add templating and support for Python 3.13 * Change warning to RuntimeError for version incompatibility. * reflection returns original_request. - Added fix-return-values.patch for compile failures - Removed obsolete terminate.patch
Dirk Mueller2024-11-12 09:38:20 +00:00
8dbdfce956
Accepting request 1188357 from network
Ana Guerrero2024-07-19 13:27:24 +00:00
0cfd67da8d
Accepting request 1151936 from home:rjschwei:branches:network
Atri Bhattacharya2024-02-29 15:16:12 +00:00
dd6b602871
Accepting request 1150048 from home:badshah400:branches:network
Atri Bhattacharya2024-02-27 16:52:43 +00:00
38f7d0d170
Accepting request 1145435 from network
Ana Guerrero2024-02-09 22:54:20 +00:00
1ac1286fd0
- update to 1.60.1: * Revert change to print backtrace in server in our build setup using aarch64 kernels * This release contains refinements, improvements, and bug fixes. * This is release 1.41.0 (goat) of gRPC Core.
Dirk Mueller2024-02-09 12:10:51 +00:00
2d1d4cc6d2
Accepting request 1145128 from home:glaubitz:branches:network
Dirk Mueller2024-02-08 18:25:22 +00:00
67ac73ece3
Accepting request 1142661 from network
Ana Guerrero2024-01-30 17:25:46 +00:00
c09e213f84
Accepting request 1142199 from home:glaubitz:branches:network
Atri Bhattacharya2024-01-29 21:38:25 +00:00
77ce887973
Accepting request 1133625 from network
Ana Guerrero2023-12-17 20:32:45 +00:00
15fdd4bbbf
Accepting request 1133469 from home:badshah400:branches:network
Dirk Mueller2023-12-16 19:14:10 +00:00
c5be3d67ea
Accepting request 1129158 from network
Ana Guerrero2023-11-27 21:44:27 +00:00
dcf5b7c8bc
Accepting request 1128504 from home:alarrosa:branches:network
Atri Bhattacharya2023-11-27 14:41:28 +00:00
90ec871bbf
Accepting request 1121402 from network
Ana Guerrero2023-10-31 19:26:14 +00:00
666ad9871a
Accepting request 1121395 from home:badshah400:branches:network
Marcus Meissner2023-10-31 09:36:03 +00:00
e2cb055297
Accepting request 1115700 from network
Ana Guerrero2023-10-05 18:04:09 +00:00
78d40564aa
Accepting request 1114533 from home:badshah400:branches:network
Atri Bhattacharya2023-10-05 00:39:51 +00:00
d51d919a59
- update to 1.46.3: * backport: xds: use federation env var to guard new-style resource name parsing * This release contains refinements, improvements, and bug fixes.
Dirk Mueller2022-06-04 15:07:57 +00:00