@@ -7,12 +7,12 @@ cx_Oracle Release Notes
77
88For any deprecations, see :ref: `Deprecations <deprecations >`.
99
10- Version 8.2 (TBD )
11- -----------------
10+ Version 8.2 (May 2021 )
11+ ----------------------
1212
1313#) Updated embedded ODPI-C to `version 4.2.0
1414 <https://oracle.github.io/odpi/doc/releasenotes.html#
15- version-4-2-tbd > `__.
15+ version-4-2-may-18-2021 > `__.
1616#) Threaded mode is now always enabled when creating connection pools with
1717 :meth: `cx_Oracle.SessionPool() `. Any `threaded ` parameter value is ignored.
1818#) Added :meth: `SessionPool.reconfigure() ` to support pool reconfiguration.
@@ -24,7 +24,7 @@ Version 8.2 (TBD)
2424 pool. In addition, the attribute
2525 :data: `SessionPool.max_sessions_per_shard ` was added in order to permit
2626 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.
2828#) Added parameter `stmtcachesize ` to :meth: `cx_Oracle.connect() ` and
2929 :meth: `cx_Oracle.SessionPool() ` in order to permit specifying the size of
3030 the statement cache during the creation of pools and standalone
@@ -41,7 +41,8 @@ Version 8.2 (TBD)
4141 significantly improves the performance of methods
4242 :meth: `SodaDatabase.createCollection() ` (when not specifying a value for
4343 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).
4546#) Added support for supplying hints to SODA operations. A new non-terminal
4647 method :meth: `~SodaOperation.hint() ` was added and a `hint ` parameter was
4748 added to the methods :meth: `SodaCollection.insertOneAndGet() `,
0 commit comments