@@ -24,7 +24,7 @@ Thin Mode Changes
2424#) Added support for property :attr: `ConnectionPool.max_lifetime_session `
2525 (`issue 410 <https://github.com/oracle/python-oracledb/issues/410 >`__).
2626#) Added parameter :data: `ConnectParams.use_sni ` to specify that the TLS SNI
27- extension should be used to reduce the number of TLS neegotiations that are
27+ extension should be used to reduce the number of TLS negotiations that are
2828 needed to connect to the database.
2929#) Added parameter :data: `ConnectParams.instance_name ` to specify the instance
3030 name to use when connecting to the database. Added support for setting the
@@ -96,7 +96,7 @@ Common Changes
9696 :meth: `AsyncConnection.fetch_df_batches() ` to fetch data as DataFrames
9797 compliant with the Python DataFrame Interchange protocol. See
9898 :ref: `dataframeformat `.
99- #) Added support for Oracle Database 23ai SPARSE vectors.
99+ #) Added support for Oracle Database 23.7 SPARSE vectors.
100100#) Added support for :ref: `naming and caching connection pools
101101 <connpoolcache>` during creation, and retrieving them later from the
102102 python-oracledb pool cache with :meth: `oracledb.get_pool() `.
@@ -158,6 +158,7 @@ Common Changes
158158#) Internal change: improve handling of metadata.
159159#) Internal build tool change: bumped minimum Cython version to 3.0.10 to
160160 avoid bug in earlier versions.
161+ #) Improved test suite and documentation.
161162
162163
163164oracledb 2.5.1 (December 2024)
0 commit comments