Skip to content

Commit 3cfa063

Browse files
Update ODPI-C and tweak release notes in preparation for release of
cx_Oracle 8.2.1.
1 parent 76b855e commit 3cfa063

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

doc/src/release_notes.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ Version 8.2.1 (June 2021)
1212

1313
#) Updated embedded ODPI-C to `version 4.2.1
1414
<https://oracle.github.io/odpi/doc/releasenotes.html#
15-
version-4-2-1-tbd>`__.
15+
version-4-2-1-june-1-2021>`__.
16+
#) Added support for caching the database version in pooled connections with
17+
Oracle Client 19 and earlier (later Oracle Clients handle this caching
18+
internally). This optimization eliminates a round-trip previously often
19+
required when reusing a pooled connection.
20+
#) Fixed a regression with error messages when creating a connection fails.
1621
#) Fixed crash when using the deprecated parameter name `keywordParameters`
1722
with :meth:`Cursor.callproc()`.
18-
#) Improved test suite.
23+
#) Improved documentation and the test suite.
1924

2025

2126
Version 8.2 (May 2021)

odpi

0 commit comments

Comments
 (0)