Accepting request 1011023 from home:stroeder:devel
Update to release 1.50.0 Note: In my home project this only builds on Factory/Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/1011023 OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=128
This commit is contained in:
parent
21d99c0ce7
commit
5fef54f37c
25
grpc.changes
25
grpc.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 18:04:19 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to release 1.50.0
|
||||
* Core
|
||||
- Derive EventEngine from std::enable_shared_from_this. (#31060)
|
||||
- Revert "Revert "[chttp2] fix stream leak with queued flow control
|
||||
update and absence of writes (#30907)" (#30991)". (#30992)
|
||||
- [chttp2] fix stream leak with queued flow control update and absence of writes. (#30907)
|
||||
- Remove gpr_codegen. (#30899)
|
||||
- client_channel: allow LB policy to communicate update errors to resolver. (#30809)
|
||||
- FaultInjection: Fix random number generation. (#30623)
|
||||
* C++
|
||||
- OpenCensus Plugin: Add measure and views for started RPCs. (#31034)
|
||||
* C#
|
||||
- Grpc.Tools: Parse warnings from libprotobuf (fix #27502). (#30371)
|
||||
- Grpc.Tools add support for env variable GRPC_PROTOC_PLUGIN (fix #27099). (#30411)
|
||||
- Grpc.Tools document AdditionalImportDirs. (#30405)
|
||||
- Fix OutputOptions and GrpcOutputOptions (issue #25950). (#30410)
|
||||
* Python
|
||||
- Support Python 3.11. (#30818)
|
||||
* Ruby
|
||||
- Fix ruby windows ucrt build. (#31051)
|
||||
- Drop support for ruby 2.5. (#30699)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 08:43:56 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define lver 27
|
||||
%define lverp 1_49
|
||||
%define lver 28
|
||||
%define lverp 1_50
|
||||
%define src_install_dir /usr/src/%name
|
||||
Name: grpc
|
||||
Version: 1.49.1
|
||||
Version: 1.50.0
|
||||
Release: 0
|
||||
Summary: HTTP/2-based Remote Procedure Call implementation
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5071b630e2a14707ad060636990f1b25b0984bd168c7ea1ab95e48a3bdc0081f
|
||||
size 8357937
|
3
v1.50.0.tar.gz
Normal file
3
v1.50.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76900ab068da86378395a8e125b5cc43dfae671e09ff6462ddfef18676e2165a
|
||||
size 8434016
|
Loading…
Reference in New Issue
Block a user