Releases: googleapis/python-crc32c
Releases · googleapis/python-crc32c
v1.6.0
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
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
1.5.0 (2022-08-31)
Features
Bug Fixes
Documentation
- fix changelog header to consistent size (#136) (0fb3b88)
v1.4.0
1.4.0 (2022-03-10)
Features
Bug Fixes
v1.2.0
Features
Documentation
- update list of supported wheel platforms / architectures (#105) (edc8d2d)
v1.1.5
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
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
Performance Improvements
- replace CFFI with a native C extension (#76) (b1bf461)
v1.1.2
Bug Fixes
Documentation
- add aarch64 to the readme as produced wheels (#62) (4ef317d)