Releases: mkleehammer/pyodbc
5.3.0 with wheels for Python 3.14
Version 5.3.0 has been released with wheels for versions 3.9 - 3.14
What's Changed
- Add support for Python 3.14 including wheels, all on PyPI now, by @keitherskine
- Drop support for EOL Python 3.8 by @MatthijsKok in #1445
- Port SQLite tests to pytest by @shramov in #1440
- Use
HOMEBREW_PREFIXto locate Homebrew by @RA80533 in #1212 - Do not perform type check on NULL pointer by @shramov in #1439
New Contributors
- @keitherskine gets all the credit for wheel support and adding 3.14 to the build list.
- @MatthijsKok made their first contribution in #1445
- @shramov made their first contribution in #1440
- @RA80533 made their first contribution in #1212
Full Changelog: 5.2.0...5.3.0
Release 5.2.0 with wheels for Python 3.13
Thanks to @keitherskine there are now wheels for 5.13. There are aiso a few bug fixes that were ready to go.
5.1.0 with Mac ARM (M1 & M2) binaries
Mac M1 & M2 binaries are available going forward.
GitHub added new Mac ARM action runners which is what we use to build each release.
Thanks to @keitherskine who made all this happen. Not only did he write the original release code for all of the other versions, he jumped on the new Mac runner as soon as it was available.
I'd also like to thank the many people working through the Mac binary confusion, testing and providing work arounds until this runner was available: @Carreau @ndmlny-qs @jordantshaw @gabalafou @v-chojas and many others on the Issue.
If you are a Mac user, please let us know how this works for you.
5.0.1 with fix for Azure tokens / binary attrs_before
This is a bug fix for 5.0.0 that restores the ability to pass bytes objects in the attrs_before parameter when connecting. This is often used for Azure with a token. Issue #1289
5.0.0 Release
This is the first 3.x only pyodbc release, supporting Python 3.8-3.12.
The API is backwards compatible, so previous Python 3 products using pyodbc should not need any changes.
Please note that macOS ARM / Apple Silicon binary builds have been problematic due inconsistencies in the way unixODBC libraries can be installed. Please see the issues and discussions.
5.0.0 beta2 - Help test macOS Apple Silicon binary wheels
We're retrying macOS Apple Silicon wheels, for those with M1, M2, etc. chips. If you have one of these, please give this release a try so we know before the final 5.0.0 release in a few days.
This means you would not use Rosetta. Just install normally using pip install pyodbc==5.0.0b2. Don't use --no-binary.
For those wondering, the inability to supply these wheels has not been due to any pyodbc code issues. We use Github Actions to build all the different versions and it still doesn't have complete support for macOS Apple Silicon CI runners. At this time, only Intel is supported. However, we can cross-compile and generate ARM wheels on Intel, but we can't test them. That's why we need your help!
5.0.0 Beta 1
This is a beta release for the upcoming 5.0 that drops Python 2 and adds Python 3.12
Source and wheels for 5.0.0b1 is available on PyPI.
This beta restores fast_executemany, so it should be feature complete. If there are no serious issues reported, it will be released as 5.0.0 this week (before Python 3.12 is officially released).
5.0.0 alpha 2
This is a test release for the upcoming 5.0 that drops Python 2 and supports Python 3.12
Source and wheels for 5.0.0a2 is available on PyPI
Note that fastexecmany is not available in this release, but will be ported to the next.
Please give it a try and join the discussion here.
Bug fix
4.0.38 - Minor updates before 5.0
Version 5.0 is on its way and will drop support for Python 2. This release is a (hopefully
final) bug fix release for the 4.x line.
A big thanks to everyone involved:
- Keith Erskine did a ton of great work (as always) on the release automation.
- baluyotraf provided typing for Connection, Cursor, and connect parameters.
- Dongyoon Han corrected the install location of the pyi file.
- Michael Kleehammer fixed Unicode errors in repr(row)
- Keith fixed more typing related issues by removing TypeAlias
- arturxedex128 opened a security advisory for a buffer overflow if selecting a decimal more
than 100 digits long. Fixed by Michael Kleehammer.
Note that the 4.0.36 does not build with some versions of GCC. The 4.0.37 version is a fix for
this. Version 4.0.37 did not have the setup.py VERSION variable updated, so 4.0.38 is a fix for that!