@@ -7,6 +7,10 @@ python-oracledb Release Notes
77
88For deprecations, see :ref: `Deprecations <deprecations >`.
99
10+ Release changes are listed as affecting Thin Mode (the default runtime behavior
11+ of python-oracledb), as affecting the optional :ref: `Thick Mode
12+ <enablingthick>`, or as affecting 'Common' for changes that impact both modes.
13+
1014oracledb 2.2.0 (TBD)
1115--------------------
1216
@@ -61,7 +65,7 @@ Thin Mode Changes
6165 Database 11g.
6266#) Internal change: tightened up code looking for the end of a database
6367 request.
64- #) Internal change: packet output is now immediately flushed in order to avoid
68+ #) Network packet output is now immediately flushed in order to avoid
6569 losing output due to buffering when multiple threads are running.
6670
6771Thick Mode Changes
@@ -86,7 +90,7 @@ Thin Mode Changes
8690 :meth: `oracledb.create_pool() ` and :meth: `oracledb.create_pool_async() `.
8791 - Improved the performance of connection creation by reducing the number of
8892 round trips required for all connections.
89- - Added support for TCP fast open for applications connecting from within
93+ - Added support for TCP Fast Open for applications connecting from within
9094 the OCI Cloud network to Oracle Autonomous Database Serverless (ADB-S),
9195 enabled by the new ``use_tcp_fast_open `` parameter to
9296 :meth: `oracledb.connect() `, :meth: `oracledb.connect_async() `,
@@ -97,7 +101,7 @@ Thin Mode Changes
97101 - Support for asyncio is no longer considered a pre-release.
98102 - Internal change to improve handling of packets.
99103 - Fixed bug when using :ref: `DRCP <drcp >`.
100- - Fixed bug in processing metadata that spans multiple packets.
104+ - Fixed bug in processing metadata that spans multiple network packets.
101105 - Fixed bug when connecting to a database using listener redirects
102106 (`issue 285 <https://github.com/oracle/python-oracledb/issues/285 >`__).
103107
@@ -129,7 +133,7 @@ Thick Mode Changes
129133 allows for seamless transfer of extended data types.
130134#) Fixed bug when calling :meth: `SodaDoc.getContent() ` for SODA documents
131135 that do not contain JSON.
132- #) Corrected support for sharding .
136+ #) Corrected support for Oracle Sharding .
133137#) Errors ``DPY-4011: the database or network closed the connection `` and
134138 ``DPY-4024: call timeout of {timeout} ms exceeded `` now retain the original
135139 error message raised by the Oracle Client library.
0 commit comments