Skip to content

version 1.0.0

Latest
Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 10 Sep 12:04
· 1 commit to develop since this release
018aed8

The library has been running without issues as a dependency in quite a few
projects and is now stable enough for the first major version.

  • Updated bundled zlib-ng to 2.2.5.
  • Python 3.14 is supported.
  • Python 3.8 and 3.9 are no longer supported.
  • Fix an issue where flushing using igzip_threaded caused a gzip end of stream
    and started a new gzip stream. In essence creating a concatenated gzip
    stream. Now it is in concordance with how single threaded gzip streams
    are flushed using Z_SYNC_FLUSH.
  • Switched to setuptools-scm for building the package rather than versioningit.
  • Test files are added to the source distribution.
  • Fix an issue where some tests failed because they ignored PYTHONPATH.