File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Release History
22===============
33
4- 3.1.0dev0
5- ---------
4+ 3.1.0 (2019-01-22)
5+ ------------------
66
77API Changes (Backward-Incompatible)
88~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
1010- ``h2.connection.H2Connection.data_to_send `` first and only argument ``amt ``
1111 was renamed to ``amount ``.
12+ - Support for Python 3.3 has been removed.
1213
1314API Changes (Backward-Compatible)
1415~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -23,10 +24,14 @@ API Changes (Backward-Compatible)
2324- Added ``ENABLE_CONNECT_PROTOCOL `` to ``h2.settings.SettingCodes ``.
2425- Support ``CONNECT `` requests with a ``:protocol `` pseudo header
2526 thereby supporting RFC 8441.
27+ - A limit to the number of closed streams kept in memory by the
28+ connection is applied. It can be configured by
29+ ``h2.connection.H2Connection.MAX_CLOSED_STREAMS ``.
2630
2731Bugfixes
2832~~~~~~~~
2933
34+ - Debug logging when stream_id is None is now fixed and no longer errors.
3035
31363.0.1 (2017-04-03)
3237------------------
Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '3.1.0'
5959# The full version, including alpha/beta/rc tags.
60- release = '3.1.0dev0 '
60+ release = '3.1.0 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 55
66A HTTP/2 implementation.
77"""
8- __version__ = '3.1.0dev0 '
8+ __version__ = '3.1.0 '
You can’t perform that action at this time.
0 commit comments