Updated changelog, issued 0.3.0rc3 release candidate

This commit is contained in:
Vladimir Magamedov 2019-05-23 16:07:09 +03:00
parent 655dc3f510
commit 3c0dee635c
2 changed files with 11 additions and 2 deletions

View File

@ -1,9 +1,12 @@
Changelog
=========
0.3.0rc2
0.3.0rc3
~~~~~~~~
- Added example of using ``ProcessPoolExecutor`` for CPU-intensive tasks
- Covered examples and most user-facing apis with type annotations, many
thanks and credit to Callum Ryan @c-ryan747 for his work on #64
- Fixed implicit trailers-only response for streaming calls
- Added ``end`` argument to the ``client.Stream.send_request`` method
- **BREAKING:** Removed deprecated ``end`` argument from the
@ -20,6 +23,12 @@ Changelog
- Implemented ability to listen for "events" from grpclib, see
:doc:`../events` for more information
0.2.5
~~~~~
- Fixed ``protocol.Stream.send_data`` method to properly wait for a positive
window size
0.2.4
~~~~~

View File

@ -1 +1 @@
__version__ = '0.3.0rc2'
__version__ = '0.3.0rc3'