| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-02 | 2.4 kB | |
| Release v1.82.0 source code.tar.gz | 2026-07-02 | 16.1 MB | |
| Release v1.82.0 source code.zip | 2026-07-02 | 23.9 MB | |
| Totals: 3 Items | 40.0 MB | 0 | |
This is release gRPC Core 1.82.0 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes. This is release 1.82.0 (glacier) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- [call creds] Add support for looking up and attaching regional access boundary policy metadata. (#41594)
- Unregister CFStream callbacks during endpoint shutdown. (#42211)
- Fix fd 0 incorrectly treated as invalid across POSIX socket code. (#41764)
- [xDS] enable new ORCA-to-LRS propagation behavior (gRFC A85). (#42411)
- [RetryFilter::LegacyCallData]: avoid tripping abseil nullopt assertion. (#42405)
- [xds] Implement A114: WRR support for custom backend metrics. (#41750)
PHP
- [Backport][v1.82.x][PHP] Add PIE support for PHP extention. (#42873)
Python
- [Python] [Pyright] Part 2 - Pyright for src/python/grpcio/grpc/aio/_call.py. (#42272)
- [Python][aio] Fix issue [#42393]: 100% CPU when Python run with -O flag. (#42470)
- [Python] [Typeguard] Part 6 - Add Typeguard SYNC Stack in tests. (#40353)
- [Python] [Pyright] Part 3 - Pyright for src/python/grpcio/grpc/aio/_metadata.py. (#42273)
- [Python] Cancel calls without closing channels in fork child. (#41784)