Skip to content

Releases: googleapis/python-crc32c

v1.6.0

03 Sep 11:32
ee5c209
Compare
Choose a tag to compare

1.6.0 (2024-08-29)

Features

  • Add support for python 3.12 (#177) (5ff1207)
  • Build using Visual Studio 17 2022 instead of Visual Studio 16 2019 (c1c8c59)

Bug Fixes

  • Drop support for python 3.7 and 3.8 (c1c8c59)
  • Drop support for Windows 32bit which is not supported in Visual Studio 17 2022 (c1c8c59)
  • Remove manylinux1 which is no longer supported by PyPA (#186) (79edb3f)

v1.6.0rc0

29 Aug 22:19
Compare
Choose a tag to compare
v1.6.0rc0 Pre-release
Pre-release

1.6.0rc0 (2024-08-29)

Features

  • Add support for python 3.12 (#177) (5ff1207)
  • Build using Visual Studio 17 2022 instead of Visual Studio 16 2019 (c1c8c59)

Bug Fixes

  • Drop support for python 3.7 and 3.8 (c1c8c59)
  • Drop support for Windows 32bit which is not supported in Visual Studio 17 2022 (c1c8c59)
  • Remove manylinux1 which is no longer supported by PyPA (#186) (79edb3f)

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)