Update to version 1.68.2. #1
30
grpc.changes
30
grpc.changes
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 11:29:50 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.68.2:
|
||||
* C++: [CI] Added a gRPC_BUILD_TESTS guard to third_party protos
|
||||
(gh#grpc/grpc#38182)
|
||||
- Changes from version 1.68.1:
|
||||
* Core: [xDS RBAC] Support string_match in HeaderMatcher
|
||||
(gh#grpc/grpc#38185, gh#grpc/grpc#38198)
|
||||
- Changes from version 1.68.0:
|
||||
* Core:
|
||||
- [XdsClient][Backport] Add missing authority to XdsClient
|
||||
metrics scope (gh#grpc/grpc#38009, gh#grpc/grpc#38023)
|
||||
- [Release] Bump core version in preparation for 1.68 Branch
|
||||
Cut (gh#grpc/grpc#37941)
|
||||
- [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful
|
||||
GOAWAYs (gh#grpc/grpc#37939)
|
||||
- [ruby] reduce INFO log for server CQ pluck registration to
|
||||
DEBUG (gh#grpc/grpc#37633)
|
||||
- [EventEngine] Enable the PosixEventEngine client experiment
|
||||
(gh#grpc/grpc#35985)
|
||||
- [chttp2_server] Fix race between connection starting and it
|
||||
being orphaned (gh#grpc/grpc#37683)
|
||||
- [Chttp2Server] Fix race between connection manager updates
|
||||
and handshake (gh#grpc/grpc#37772)
|
||||
- [xds] Fix XdsClient race between ResourceDoesNotExist timer
|
||||
and receiving resources (gh#grpc/grpc#37678)
|
||||
* C++: [Build] Bumped the minimum version of cmake
|
||||
(gh#grpc/grpc#37702)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 09:40:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define lver 40
|
||||
%define lverp 1_63
|
||||
%define lver 44
|
||||
%define lverp 1_68
|
||||
%define src_install_dir /usr/src/%name
|
||||
Name: grpc
|
||||
Version: 1.63.0
|
||||
Version: 1.68.2
|
||||
Release: 0
|
||||
Summary: HTTP/2-based Remote Procedure Call implementation
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -13,11 +13,11 @@ would warn, given all three cases return.
|
||||
src/core/lib/promise/party.h | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
Index: grpc-1.61.0/src/core/lib/promise/party.h
|
||||
Index: grpc-1.68.2/src/core/lib/promise/party.h
|
||||
===================================================================
|
||||
--- grpc-1.61.0.orig/src/core/lib/promise/party.h
|
||||
+++ grpc-1.61.0/src/core/lib/promise/party.h
|
||||
@@ -538,6 +538,7 @@ class Party : public Activity, private W
|
||||
--- grpc-1.68.2.orig/src/core/lib/promise/party.h
|
||||
+++ grpc-1.68.2/src/core/lib/promise/party.h
|
||||
@@ -269,6 +269,7 @@ class Party : public Activity, private W
|
||||
Crash(
|
||||
"unreachable: promises should not be repolled after completion");
|
||||
}
|
||||
@@ -25,7 +25,7 @@ Index: grpc-1.61.0/src/core/lib/promise/party.h
|
||||
}
|
||||
|
||||
// Outside party poll: check whether the spawning party has completed this
|
||||
@@ -550,6 +552,7 @@ class Party : public Activity, private W
|
||||
@@ -281,6 +282,7 @@ class Party : public Activity, private W
|
||||
case State::kResult:
|
||||
return std::move(result_);
|
||||
}
|
||||
|
||||
BIN
v1.63.0.tar.gz
LFS
BIN
v1.63.0.tar.gz
LFS
Binary file not shown.
BIN
v1.68.2.tar.gz
LFS
Normal file
BIN
v1.68.2.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user