Skip to content

Releases: sergey-dryabzhinsky/python-zstd

Version 1.5.2.2 (1.5.2-r2)

17 Apr 18:03

Choose a tag to compare

Changes

Fix tests strings.

Nothing else matters changed.

Version 1.5.2.1

17 Apr 15:22

Choose a tag to compare

Version 1.5.2.1 Pre-release
Pre-release

Quick fix for build via pypy3.9 - they not implemented bpo-40421 in full.

BROKEN TESTS

Version 1.5.2.0

16 Apr 12:56

Choose a tag to compare

Changes

Update bundled libzstd to 1.5.2.

BUILD FAILS ON PYPY-3.9

Version 1.5.1.0

03 Jan 02:44

Choose a tag to compare

  • update libzstd to 1.5.1 - follow upstream
  • fix passing VERSION string to compiler, thanks to @hoffmang9

Version 1.5.0.4

03 Dec 05:41

Choose a tag to compare

Same as 1.5.0.3, but tests are fixed: update all version strings

Version 1.5.0.3

02 Dec 17:10

Choose a tag to compare

Version 1.5.0.3 Pre-release
Pre-release

Compatibility with python 3.8 - 3.11 (@vstinner)

BROKEN TESTS

Version 1.5.0.2

19 May 05:15

Choose a tag to compare

  • simplify tests
  • add new function for them: ZSTD_external(): 0/1

Version 1.5.0.1

19 May 01:50
1d44656

Choose a tag to compare

  • fix build - missing new file: zstd_errors.h

Version 1.5.0.0

15 May 10:43

Choose a tag to compare

Version 1.5.0.0 Pre-release
Pre-release
  • Removed old function which generated custom block header
  • Updated zstd to new upstream version 1.5.0
  • Fix and simplify unit tests

BUILD BROKEN

Version 1.4.9.1

16 Apr 18:45

Choose a tag to compare

  • Fix python 3.8+ warnings about rigth size_t type for # formats
  • Update unittests - use os.environ everywhere