We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb4600 commit eb738fdCopy full SHA for eb738fd
1 file changed
HISTORY.rst
@@ -10,6 +10,11 @@ dev
10
``ValueError``. Note that ``InvalidFrameError`` is a ``ValueError`` subclass.
11
- Invalid RST_STREAM frame bodies now raise ``InvalidFramError``, not
12
13
+- Canonicalized the names of ``SettingsFrame.SETTINGS_MAX_FRAME_SIZE`` and
14
+ ``SettingsFrame.SETTINGS_MAX_HEADER_LIST_SIZE`` to match their peers, by
15
+ adding new properties ``SettingsFrame.MAX_FRAME_SIZE`` and
16
+ ``SettingsFrame.SETTINGS_MAX_HEADER_LIST_SIZE``. The old names are still
17
+ present, but will be deprecated in 4.0.0.
18
19
**Bugfixes**
20
0 commit comments