forked from pool/python-hyperframe
- Update to version 5.1.0
API Changes (Backward-compatible)**
* Added support for ``DataFrame.data`` being a ``memoryview``
object.
OBS-URL: https://build.opensuse.org/request/show/579954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperframe?expand=0&rev=5
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Feb 25 16:45:50 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Update to version 5.1.0
|
|
API Changes (Backward-compatible)**
|
|
* Added support for ``DataFrame.data`` being a ``memoryview``
|
|
object.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 22 12:10:15 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Update to version 5.0.0
|
|
Backwards Incompatible API Changes:
|
|
* Added support for unknown extension frames. These will be
|
|
returned in the new ExtensionFrame object. The flag information
|
|
for these frames is persisted in flag_byte if needed.
|
|
- Enabled tests
|
|
- Fixed source URL
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 6 19:04:06 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Update to version 4.0.2
|
|
* Fixed AltSvc stream association, which was incorrectly set
|
|
to ``'both'``: should have been ``'either'``.
|
|
* Fixed a bug where stream IDs on received frames were
|
|
allowed to be 32-bit, instead of 31-bit.
|
|
* Fixed a bug with frames that had the ``PADDING`` flag set
|
|
but zero-length padding, whose flow-controlled length was
|
|
calculated wrongly.
|
|
* Miscellaneous performance improvements to serialization
|
|
and parsing logic.
|
|
|
|
- Converted to single-spec
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 2 23:14:46 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Initial package (4.0.1)
|
|
|