Zlib-ng

Latest version: v0.4.3

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4.0

-----------------
+ Add a ``gzip_ng_threaded`` module that contains the ``gzip_ng_threaded.open``
function. This allows using multithreaded compression as well as escaping the
GIL.
+ The internal ``gzip_ng._GzipReader`` has been rewritten in C. As a result the
overhead of decompressing files has significantly been reduced.
+ The ``gzip_ng._GzipReader`` in C is now used in ``gzip_ng.decompress``. The
``_GzipReader`` also can read from objects that support the buffer protocol.
This has reduced overhead significantly.
+ Fix some unclosed buffer errors in the gzip_ng CLI.

0.3.0

-----------------
+ Source distributions on Linux now default to building with configure and
make as it is faster and has less dependencies than CMake.
+ Python 3.12 support was added. Python 3.7 support was dropped as it is end
of life.
+ Enabled installation on BSD
+ Update embedded zlib-ng version to 2.1.5. This comes with some speed
improvements and changes with regards to the compression levels. Also
several bugs were fixed. For full
details checkout the `zlib-ng 2.1.2 release notes
<https://github.com/zlib-ng/zlib-ng/releases/tag/2.1.2>`_ as well as

0.2.0

-----------------

0.1.0

-----------------
+ Build wheels for all three major operating systems.
+ Add a fully featured gzip application in python m zlib_ng.gzip_ng.
+ Port Cpython's gzip module to use zlib-ng.
+ Port CPython's zlib module to use zlib-ng.
+ Use zlib-ng version 2.0.6 as included statically linked version.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.