File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,22 @@ Version 8.3 (TBD)
13
13
#) Updated embedded ODPI-C to `version 4.3.0
14
14
<https://oracle.github.io/odpi/doc/releasenotes.html#
15
15
version-4-3-tbd> `__.
16
+
17
+
18
+ Version 8.2.1 (June 2021)
19
+ -------------------------
20
+
21
+ #) Updated embedded ODPI-C to `version 4.2.1
22
+ <https://oracle.github.io/odpi/doc/releasenotes.html#
23
+ version-4-2-1-june-1-2021> `__.
24
+ #) Added support for caching the database version in pooled connections with
25
+ Oracle Client 19 and earlier (later Oracle Clients handle this caching
26
+ internally). This optimization eliminates a round-trip previously often
27
+ required when reusing a pooled connection.
28
+ #) Fixed a regression with error messages when creating a connection fails.
16
29
#) Fixed crash when using the deprecated parameter name `keywordParameters `
17
30
with :meth: `Cursor.callproc() `.
18
- #) Improved the test suite.
31
+ #) Improved documentation and the test suite.
19
32
20
33
21
34
Version 8.2 (May 2021)
You can’t perform that action at this time.
0 commit comments