comparison contrib/python-zstandard/NEWS.rst @ 30822:b54a2984cdd4

zstd: vendor python-zstandard 0.6.0 Commit 63c68d6f5fc8de4afd9bde81b13b537beb4e47e8 from https://github.com/indygreg/python-zstandard is imported without modifications (other than removing unwanted files). This includes minor performance and feature improvements. It also changes the vendored zstd library from 1.1.1 to 1.1.2. # no-check-commit
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 14 Jan 2017 19:41:43 -0800
parents b86a448a2965
children c32454d69b85
comparison
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.