AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 5.2.0: * Add a new ENABLE_CONNECT_PROTOCOL settings paramter. * Fix collections.abc deprecation.
- Remove superfluous devel dependency for noarch package
- Update to version 5.1.0 API Changes (Backward-compatible)** * Added support for ``DataFrame.data`` being a ``memoryview`` object.
- 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
- 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
- Initial package (4.0.1)