Updated changelog, issued 0.3.3rc1 release candidate

This commit is contained in:
Vladimir Magamedov 2020-06-12 14:09:26 +03:00
parent 17386d20fd
commit 74f29128e3
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changelog
=========
0.3.3 (dev)
~~~~~~~~~~~
- Added ``http2_connection_window_size`` and ``http2_stream_window_size``
config values, using 4 MiB as a default for both values instead of 64 KiB
(HTTP/2 default)
0.3.2
~~~~~

View File

@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError
__version__ = '0.3.2'
__version__ = '0.3.3rc1'
__all__ = (
'Status',