Skip to content

Releases: googleapis/python-crc32c

v1.5.0

31 Aug 17:38
55e54f7
Compare
Choose a tag to compare

1.5.0 (2022-08-31)

Features

Bug Fixes

Documentation

  • fix changelog header to consistent size (#136) (0fb3b88)

v1.4.0

31 Aug 16:45
1eec92a
Compare
Choose a tag to compare

1.4.0 (2022-03-10)

Features

Bug Fixes

v1.3.0

05 Oct 22:02
b1a8d14
Compare
Choose a tag to compare

Features

v1.2.0

20 Sep 20:02
90c73bf
Compare
Choose a tag to compare

Features

Documentation

  • update list of supported wheel platforms / architectures (#105) (edc8d2d)

v1.1.5

07 Sep 21:17
80e1d7c
Compare
Choose a tag to compare

Bug Fixes

  • revert to silent fallback to pure-Python build (#93) (789a420)
  • fix segfault on MacOS 11 ("Big Sur") for Python < 3.9 (#93) (789a420)

v1.1.4

02 Sep 16:47
96f8132
Compare
Choose a tag to compare

Bug Fixes

  • advise setting 'CRC32C_PURE_PYTHON' after build failure (#84) (6aa1cd6)
  • restore building 'manylinux1' wheels (#87) (ebb9c68)
  • use correct Python 3.10 specifier (#88) (0c1b740)

v1.1.3

30 Aug 20:17
4e0029d
Compare
Choose a tag to compare

Performance Improvements

  • replace CFFI with a native C extension (#76) (b1bf461)

v1.1.2

20 Jan 17:32
bfe9dd1
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • add aarch64 to the readme as produced wheels (#62) (4ef317d)

v1.1.1

14 Jan 16:51
25957d5
Compare
Choose a tag to compare

Bug Fixes

  • Update CI to use GitHub actions and build for osx, windows, linux (#51) (66f49b8)

Documentation

  • simplify main readme that is shown on pypi, add additional BUILDING.md (#54) (93e021f)

v1.1.0

14 Dec 19:19
a9a8020
Compare
Choose a tag to compare

Features

  • add Python 3.9 support, drop Python 3.5 support (#42) (1d7fe63), closes #38

Bug Fixes