SHA256
1
0
forked from pool/grpc

Accepting request 1114573 from home:badshah400:branches:devel:tools

* Update to version 1.59.0.
* Drop fix_grpconfig_cmake.patch: incorporated upstream.
* rpmlintrc: Drop unused filter for pem-certificate.

OBS-URL: https://build.opensuse.org/request/show/1114573
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=161
This commit is contained in:
2023-10-04 15:20:58 +00:00
committed by Git OBS Bridge
parent 7b722f42e4
commit 46c7c38a58
6 changed files with 26 additions and 45 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Sep 30 22:13:53 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.59.0:
* xds ssa: Remove environment variable protection for stateful
affinity (gh#grpc/grpc#34435).
* c-ares: fix spin loop bug when c-ares gives up on a socket
that still has data left in its read buffer
(gh#grpc/grpc#34185).
* Deps: Adding upb as a submodule (gh#grpc/grpc#34199).
* EventEngine: Update Cancel contract on closure deletion
timeline (gh#grpc/grpc#34167).
* csharp codegen: Handle empty base_namespace option value to
fix gh#grpc/grpc#34113 (gh#grpc/grpc#34137).
* Ruby:
- replace strdup with gpr_strdup (gh#grpc/grpc#34177).
- drop ruby 2.6 support (gh#grpc/grpc#34198).
- Drop fix_grpconfig_cmake.patch: incorporated upstream.
- rpmlintrc: Drop unused filter for pem-certificate.
-------------------------------------------------------------------
Thu Sep 14 13:06:18 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>