Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 11:16:36 UTC Now

2019-10-24 18:24:27 UTC MAIN commitmail json YAML

grpc: updated to 1.24.3

Release v1.24.3
This release contains refinements, improvements, and bug fixes.

Release v1.24.2
This release contains refinements, improvements, and bug fixes.

Release v1.24.1
This release contains refinements, improvements, and bug fixes.

Release v1.24.0
This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

gRPC Core starts to have a dependency against the C++ standard library such as libstdc++.so depending on the platform. This applies to all wrapped libraries and they have this new dependency, too. (For more detail, see the proposal)
Remove call from queued picks when failing it due to channel destruction.
Catch the error if socket initialization fails.
Do not create streams after a GOAWAY has been received.
Prevent HTTP2 parser from queueing a lot of induced frames.
Send RPC deadline to server in cronet header.
Mandate static string for host and method passed to grpc_channel_register.
Fail SEND_MESSAGE ops if stream is closed for writes.
Add Delegating Channel.
C++

Allow call credentials interception at PRE_SEND_INITIAL_METADATA.
Upgrade to Bazel 0.29 (including Windows RBE).
Update Google Benchmark v1.5.0 to get CMake < 3.6 fix.
Fix a big source of races in CHTTP2 code.
Channel idleness atomic.
Update C++ code generation to work with Bazel 0.29 .

(adam)