Updated changelog, issued 0.3.3rc1 release candidate
This commit is contained in:
parent
17386d20fd
commit
74f29128e3
|
@ -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
|
||||
~~~~~
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from .const import Status
|
||||
from .exceptions import GRPCError
|
||||
|
||||
__version__ = '0.3.2'
|
||||
__version__ = '0.3.3rc1'
|
||||
|
||||
__all__ = (
|
||||
'Status',
|
||||
|
|
Loading…
Reference in New Issue