From 4229a6d8ad4a5291eac04eda16c5b0079fafb2cc Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 1 Jun 2021 13:02:07 -0600 Subject: [PATCH] cx_Oracle 8.2.1 is about to be released. --- doc/src/release_notes.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index bad5547..f308aa8 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -13,9 +13,22 @@ Version 8.3 (TBD) #) Updated embedded ODPI-C to `version 4.3.0 `__. + + +Version 8.2.1 (June 2021) +------------------------- + +#) Updated embedded ODPI-C to `version 4.2.1 + `__. +#) 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 the test suite. +#) Improved documentation and the test suite. Version 8.2 (May 2021)