-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGELOG
46 lines (34 loc) · 1.12 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
0.14.0
- Updated lz4 to v1.9.2 (includes fix for CVE-2019-17543)
0.13.0
- Updated lz4 to v1.8.3 (data corruption fix for v1.8.2)
0.12.0
- Updated lz4 to v1.8.2
- Confirmed compatibility with Python 3.7
0.11.0
- Updated lz4 to v1.8.1 (faster/stronger ultra modes, levels 10+)
- Minor documentation clarification about compression levels.
0.10.0
- Updated lz4 to v1.8.0
- Support for fast acceleration via negative compression levels
- Support for block checksums
0.9.7
- Allow for any bytes-like objects as input (e.g. memoryview)
0.9.6
- Windows build compatibility
0.9.5
- Potential reference leak fix (on LZ4FError being raised)
0.9.4
- Updated lz4 to v1.7.5 (Note: Available compression levels have changed)
- Use lz4 constants for available compression levels
- Use LZ4_VERSION_STRING to propagate underlying lz4 version
- Update tests to reflect new compression levels
0.9.3
- Allow for lack of stdin/stdout/stdout buffer access (#3, https://github.com/windreamer)
0.9.2
- Fix index in argv (Jan Špaček)
- License information update
0.9.1
- Fixup Python 2/3 compat layer for nose (Mathias Laurin)
0.9.0
- Initial public release