@@ -7,12 +7,12 @@ cx_Oracle Release Notes
7
7
8
8
For any deprecations, see :ref: `Deprecations <deprecations >`.
9
9
10
- Version 8.2 (TBD )
11
- -----------------
10
+ Version 8.2 (May 2021 )
11
+ ----------------------
12
12
13
13
#) Updated embedded ODPI-C to `version 4.2.0
14
14
<https://oracle.github.io/odpi/doc/releasenotes.html#
15
- version-4-2-tbd > `__.
15
+ version-4-2-may-18-2021 > `__.
16
16
#) Threaded mode is now always enabled when creating connection pools with
17
17
:meth: `cx_Oracle.SessionPool() `. Any `threaded ` parameter value is ignored.
18
18
#) Added :meth: `SessionPool.reconfigure() ` to support pool reconfiguration.
@@ -24,7 +24,7 @@ Version 8.2 (TBD)
24
24
pool. In addition, the attribute
25
25
:data: `SessionPool.max_sessions_per_shard ` was added in order to permit
26
26
making adjustments after the pool has been created. They are usable when
27
- using Oracle Client version 18.4 and higher.
27
+ using Oracle Client version 18.3 and higher.
28
28
#) Added parameter `stmtcachesize ` to :meth: `cx_Oracle.connect() ` and
29
29
:meth: `cx_Oracle.SessionPool() ` in order to permit specifying the size of
30
30
the statement cache during the creation of pools and standalone
@@ -41,7 +41,8 @@ Version 8.2 (TBD)
41
41
significantly improves the performance of methods
42
42
:meth: `SodaDatabase.createCollection() ` (when not specifying a value for
43
43
the metadata parameter) and :meth: `SodaDatabase.openCollection() `. Caching
44
- is available when using Oracle Client version 19.11 and higher.
44
+ is available when using Oracle Client version 21.3 and higher (or Oracle
45
+ Client 19 from 19.11).
45
46
#) Added support for supplying hints to SODA operations. A new non-terminal
46
47
method :meth: `~SodaOperation.hint() ` was added and a `hint ` parameter was
47
48
added to the methods :meth: `SodaCollection.insertOneAndGet() `,
0 commit comments