Update ODPI-C and tweak release notes in preparation for release of

cx_Oracle 8.2.1.
This commit is contained in:
Anthony Tuininga 2021-06-01 11:47:31 -06:00
parent 76b855e98f
commit 3cfa063835
2 changed files with 8 additions and 3 deletions

View File

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

2
odpi

@ -1 +1 @@
Subproject commit 9f4744fd2591f0274ae8c2bbc2a8bce8def6e11c
Subproject commit e2e5f7ad1a17ee12b8055709326bd3c394cc94c8