Sourced from zlib-ng's releases.
version 1.0.0
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.
Sourced from zlib-ng's changelog.
version 1.0.0
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.
018aed8
Merge pull request #70
from pycompression/3.14threaded5c48059
Enable GIL_NOT_USED798fa1a
Also test on 3.14 threadede163b2b
Merge pull request #69
from pycompression/release_1.0.02a3d6bf
Update bundled zlib-ng to 2.2.55d4d68b
Run on latest macos0baca00
Prepare release 1.0.0faea9dc
Merge pull request #67
from pycompression/fixasan402d8c9
Fix improper URL for readthedocs67fe5ce
Fix an issue where some tests failed because they ignored
PYTHONPATH