You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a few enhancements ready to ship, so our small, planned patch release has turned into a feature release. Python-oracledb 3.1 has:
Advanced Queueing in Thin mode now supports JSON payloads, and bulk enqueueing and dequeuing. These changes continue the progress towards Thin mode parity with Thick mode. AQ support was also extended to the python-oracledb async API too.
The python-oracledb data frame query functionality was extended with support for CLOB, BLOB, and RAW data types.
Support for scrollable cursors was added to python-oracledb Thin mode. Scrollable cursors are now useable in both modes.
The other notable change was that we dropped support for Python 3.8, which the upstream maintainers already ceased supporting last year.
We had a few enhancements ready to ship, so our small, planned patch release has turned into a feature release. Python-oracledb 3.1 has:
The full release notes are here.
For completeness my blog announcement is here.
The text was updated successfully, but these errors were encountered: