2023-04-28 07:50:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 28 06:28:42 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.54.0:
|
|
|
|
* Fix DeprecationWarning when calling asyncio.get_event_loop()
|
|
|
|
(gh#grpc/grpc#32533).
|
|
|
|
* Remove references to deprecated syntax field
|
|
|
|
(gh#grpc/grpc#32497).
|
|
|
|
|
2022-12-05 17:29:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 5 14:48:42 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.51.1:
|
|
|
|
* No Linux specific changes.
|
|
|
|
- Changes from version 1.51.0:
|
|
|
|
* Fix lack of cooldown between poll attempts
|
|
|
|
(gh#grpc/grpc#31550).
|
|
|
|
* Remove enum and future (gh#grpc/grpc#31381).
|
|
|
|
* [Remove Six] Remove dependency on six (gh#grpc/grpc#31340).
|
|
|
|
* Update xds-protos package to pull in protobuf 4.X
|
|
|
|
(gh#grpc/grpc#31113).
|
|
|
|
|
2022-11-01 19:27:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 31 10:13:01 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.50.0:
|
|
|
|
* No specific changes to tools.
|
|
|
|
|
2022-10-16 18:22:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 15 21:56:46 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
|
|
|
|
|
|
|
- Update to version 1.49.1:
|
|
|
|
* Support Python 3.11. (#30818)
|
|
|
|
* Add type stub generation support to grpcio-tools. (#30498)
|
|
|
|
|
2022-09-05 10:25:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 1 03:49:58 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.48.0:
|
|
|
|
* [Aio] Ensure Core channel closes when deallocated
|
|
|
|
[gh#grpc/grpc#29797].
|
|
|
|
* [Aio] Fix the wait_for_termination return value
|
|
|
|
[gh#grpc/grpc#29795].
|
|
|
|
|
2022-06-22 11:09:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 21 23:33:09 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.46.3:
|
|
|
|
* No tools specific updates, but sync with python-grpcio.
|
|
|
|
|
2022-05-07 15:58:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 6 17:41:44 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.46.0:
|
|
|
|
* Add Python GCF Distribtest [gh#grpc/grpc#29303].
|
|
|
|
* Add Python Reflection Client [gh#grpc/grpc#29085].
|
|
|
|
* Revert "Fix prefork handler register's default behavior"
|
|
|
|
[gh#grpc/grpc#29229].
|
|
|
|
* Fix prefork handler register's default behavior
|
|
|
|
[gh#grpc/grpc#29103].
|
|
|
|
* Fix fetching CXX variable in setup.py [gh#grpc/grpc#28873].
|
|
|
|
|
2022-05-02 07:35:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 23 22:11:46 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.45.0:
|
|
|
|
* Reimplement Gevent Integration [gh#grpc/grpc#28276].
|
|
|
|
* Support musllinux binary wheels on x64 and x86
|
|
|
|
[gh#grpc/grpc#28092].
|
|
|
|
* Increase the Python protobuf requirement to >=3.12.0
|
|
|
|
[gh#grpc/grpc#28604].
|
|
|
|
|
2022-02-20 15:57:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 19 17:07:24 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.44.0:
|
|
|
|
* Add python async example for hellostreamingworld using
|
|
|
|
generator (gh#grpc/grpc#27343).
|
|
|
|
* Disable __wrap_memcpy hack for Python builds
|
|
|
|
(gh#grpc/grpc#28410).
|
|
|
|
* Bump Bazel Python Cython dependency to 0.29.26
|
|
|
|
(gh#grpc/grpc#28398).
|
|
|
|
* Fix libatomic linking on Raspberry Pi OS Bullseye
|
|
|
|
(gh#grpc/grpc#28041).
|
|
|
|
* Allow generated proto sources in remote repositories for
|
|
|
|
py_proto_library (gh#grpc/grpc#28103).
|
|
|
|
|
2022-02-09 21:26:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 9 00:15:42 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.43.0:
|
|
|
|
* [Aio] Validate the input type for set_trailing_metadata and
|
|
|
|
abort (gh#grpc/grpc#27958).
|
|
|
|
|
2021-10-22 16:20:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 21 13:27:57 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.41.0:
|
|
|
|
* Add Python 3.10 support and drop 3.5 (gh#grpc/grpc#26074).
|
|
|
|
* [Aio] Remove custom IO manager support (gh#grpc/grpc#27090).
|
|
|
|
|
2021-08-07 13:15:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 4 11:25:19 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.39.0:
|
|
|
|
* Python AIO: Match continuation typing on Interceptors
|
|
|
|
(gh#grpc/grpc#26500).
|
|
|
|
* Workaround #26279 by publishing manylinux_2_24 wheels instead
|
|
|
|
of manylinux2014 on aarch64 (gh#grpc/grpc#26430).
|
|
|
|
* Fix zlib unistd.h import problem (gh#grpc/grpc#26374).
|
|
|
|
* Handle gevent exception in gevent poller (gh#grpc/grpc#26058).
|
|
|
|
|
2021-07-04 19:11:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 30 20:01:15 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.38.1:
|
|
|
|
* Backport gh#grpc/grpc#26430 and gh#grpc/grpc#26435 to v1.38.x
|
|
|
|
(gh#grpc/grpc#26436).
|
|
|
|
|
2021-05-26 12:54:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 23 00:58:51 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.38.0:
|
|
|
|
* Add grpcio-admin Python package (gh#grpc/grpc#26166).
|
|
|
|
* Add CSDS API to Python (gh#grpc/grpc#26114).
|
|
|
|
* Expose code and details from context on the server side
|
|
|
|
(gh#grpc/grpc#25457).
|
|
|
|
* Explicitly import importlib.abc; required on Python 3.10.
|
|
|
|
Fixes #26062 (gh#grpc/grpc#26083).
|
|
|
|
* Fix potential deadlock on the GIL in AuthMetdataPlugin
|
|
|
|
(gh#grpc/grpc#26009).
|
|
|
|
* Introduce new Python package "xds_protos"
|
|
|
|
(gh#grpc/grpc#25975).
|
|
|
|
* Remove async mark for set_trailing_metadata interface
|
|
|
|
(gh#grpc/grpc#25814).
|
|
|
|
|
2021-03-05 07:53:17 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-05-09 14:23:08 +00:00
|
|
|
Sat May 8 14:21:53 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.37.1:
|
|
|
|
* No user visible changes.
|
|
|
|
- Changes from version 1.37.0:
|
|
|
|
* Clarify Guarantees about grpc.Future Interface
|
|
|
|
(gh#grpc/grpc#25383).
|
|
|
|
* [Aio] Add time_remaining method to ServicerContext
|
|
|
|
(gh#grpc/grpc#25719).
|
|
|
|
* Standardize all environment variable boolean configuration in
|
|
|
|
python's setup.py (gh#grpc/grpc#25444).
|
|
|
|
* Fix Signal Safety Issue (gh#grpc/grpc#25394).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-03-05 07:53:17 +00:00
|
|
|
Thu Mar 4 22:54:17 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.36.1:
|
|
|
|
* Core: back-port: add env var protection for google-c2p
|
|
|
|
resolver (gh#grpc/grpc#25569).
|
|
|
|
|
2021-02-25 16:46:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 25 09:59:16 UTC 2021 - munix9@googlemail.com
|
|
|
|
|
|
|
|
- Update to version 1.35.0:
|
|
|
|
* Implement Python Client and Server xDS Creds.
|
|
|
|
(gh#grpc/grpc#25365)
|
|
|
|
* Add %define _lto_cflags %{nil} (boo#1182659) (rh#1893533)
|
|
|
|
|
2021-01-16 12:20:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 13 22:14:36 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.34.1:
|
|
|
|
* Backport "Lazily import grpc_tools when using runtime
|
|
|
|
stub/message generation" to 1.34.x (gh#grpc/grpc#25011).
|
|
|
|
- Changes from version 1.34.0:
|
|
|
|
* Incur setuptools as an dependency for grpcio_tools
|
|
|
|
(gh#grpc/grpc#24752).
|
|
|
|
* Stop the spamming log generated by ctrl-c for AsyncIO server
|
|
|
|
(gh#grpc/grpc#24718).
|
|
|
|
* [gRPC Easy] Make Well-Known Types Available to Runtime
|
|
|
|
Protos.(#24478)
|
|
|
|
* Make Python 2 an optional dependency for Bazel build
|
|
|
|
(gh#grpc/grpc#24407).
|
|
|
|
* [Linux] [macOS] Support pre-compiled Python 3.9 wheels
|
|
|
|
(gh#grpc/grpc#24356).
|
|
|
|
- Use pytest for testing; add BuildRequires: python-pytest.
|
|
|
|
|
2020-11-03 08:17:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 31 11:19:42 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.33.2:
|
|
|
|
* Make version check for importlib.abc in grpcio-tools more
|
|
|
|
stringent (gh#grpc/grpc#24098).
|
|
|
|
|
2020-10-26 14:14:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 21 22:02:23 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.33.1:
|
|
|
|
* No release documentation.
|
|
|
|
- Adjust BuildRequires and Requires on python-grpcio to ensure
|
|
|
|
version lock-in.
|
|
|
|
|
2020-08-20 10:53:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 29 15:43:40 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Initial package.
|