Updated changelog, issued 0.3.0rc3 release candidate
This commit is contained in:
parent
655dc3f510
commit
3c0dee635c
|
@ -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
|
||||
~~~~~
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.3.0rc2'
|
||||
__version__ = '0.3.0rc3'
|
||||
|
|
Loading…
Reference in New Issue