Releases: oracle/odpi
v2.4.0
This release adds a number of improvements to subscriptions of database changes and adds support for subscriptions of AQ messages being available to dequeue. It also adds support for timed waits when acquiring sessions from a pool along with a number of other small improvements. See the release notes for more information.
v2.3.2
ODPI-C v2.3.2 is now released. This release corrects a number of issues. See the release notes
for more information.
v2.3.1
ODPI-C v2.3.1 is now released. This release corrects a number of issues. See the release notes for more information.
v2.3.0
ODPI-C 2.3.0 is now released. This release addresses a number of issues, particularly support for binding long data and using DML returning with dpiStmt_executeMany(). See the full release notes for more information.
v2.2.1
ODPI-C v2.2.1 is now released. This release corrects a number of issues. See the release notes for more information.
v2.2.0
ODPI-C v2.2.0 is now released. The biggest enhancement for this release is the removal of the error "DPI-1054: connection cannot be closed when open statements or LOBs exist". Instead, ODPI-C keeps track of open statements and LOBs and closes them itself when the connection is closed. A number of other performance enhancements and bug fixes were also made. See the full release notes for more information.
v2.1.0
ODPI-C v2.1.0 is now released. This release has a number of small enhancements intended to build upon the release of 2.0 made a few months ago. Topping the list is support for accessing sharded databases, a new feature in Oracle Database 12.2. Support for creating connections using the SYSBACKUP, SYSDG, SYDKM and SYSRAC roles was also added, as was support for identifying the id of the transaction which spawned a subscription message. For those on Windows, improved error messages were created for when the wrong architecture Oracle Client is in the PATH environment variable. Improvements were also made to the debugging infrastructure and a number of bugs were squashed in preparation for the releases of cx_Oracle 6.1 and node-oracledb 2.0.15. The test suite has also been expanded considerably. See the full release notes for more information.