contrib/python-zstandard/NEWS.rst
changeset 30822 b54a2984cdd4
parent 30435 b86a448a2965
child 30895 c32454d69b85
equal deleted inserted replaced
30821:7005c03f7387 30822:b54a2984cdd4
     1 Version History
     1 Version History
     2 ===============
     2 ===============
       
     3 
       
     4 0.6.0 (released 2017-01-14)
       
     5 ---------------------------
       
     6 
       
     7 * Support for legacy zstd protocols (build time opt in feature).
       
     8 * Automation improvements to test against Python 3.6, latest versions
       
     9   of Tox, more deterministic AppVeyor behavior.
       
    10 * CFFI "parser" improved to use a compiler preprocessor instead of rewriting
       
    11   source code manually.
       
    12 * Vendored version of zstd updated to 1.1.2.
       
    13 * Documentation improvements.
       
    14 * Introduce a bench.py script for performing (crude) benchmarks.
       
    15 * ZSTD_CCtx instances are now reused across multiple compress() operations.
       
    16 * ZstdCompressor.write_to() now has a flush() method.
       
    17 * ZstdCompressor.compressobj()'s flush() method now accepts an argument to
       
    18   flush a block (as opposed to ending the stream).
       
    19 * Disallow compress(b'') when writing content sizes by default (issue #11).
       
    20 
       
    21 0.5.2 (released 2016-11-12)
       
    22 ---------------------------
       
    23 
       
    24 * more packaging fixes for source distribution
       
    25 
       
    26 0.5.1 (released 2016-11-12)
       
    27 ---------------------------
       
    28 
       
    29 * setup_zstd.py is included in the source distribution
     3 
    30 
     4 0.5.0 (released 2016-11-10)
    31 0.5.0 (released 2016-11-10)
     5 ---------------------------
    32 ---------------------------
     6 
    33 
     7 * Vendored version of zstd updated to 1.1.1.
    34 * Vendored version of zstd updated to 1.1.1.