Skip to content

Commit e572870

Browse files
Release note tweaks.
1 parent cc091c4 commit e572870

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

doc/src/release_notes.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,34 @@ oracledb 3.1.1 (TBD)
1717
Thin Mode Changes
1818
+++++++++++++++++
1919

20-
#) Fixed bug with some databases when a connection is killed. In some
21-
scenarios :meth:`Connection.is_healthy()` would have incorrectly returned
22-
the value *True* and in other cases a possible hang could occur.
23-
24-
Thick Mode Changes
25-
++++++++++++++++++
20+
#) Fixed bug with :meth:`Connection.is_healthy()` after a session is killed,
21+
such as by a DBA running ALTER SYSTEM KILL SESSION. Previously, in some
22+
databases, it could incorrectly return *True*, while in other cases it
23+
could hang.
2624

2725
Common Changes
2826
++++++++++++++
2927

30-
#) Fixed a bug resulting in a segfault when attempting to use an
31-
:ref:`output type handler <outputtypehandlers>` while fetching data frames
32-
with :meth:`Connection.fetch_df_all()` and
33-
:meth:`Connection.fetch_df_batches()`
34-
(`issue 486 <https://github.com/oracle/python-oracledb/issues/486>`__).
3528
#) Added support for using the Cython 3.1 release
3629
(`issue 493 <https://github.com/oracle/python-oracledb/issues/493>`__).
37-
#) Miscellaneous grammar and spelling fixes by John Bampton
38-
(`PR 479 <https://github.com/oracle/python-oracledb/pull/479>`__).
30+
#) Improvements to data frame fetching with :meth:`Connection.fetch_df_all()`
31+
and :meth:`Connection.fetch_df_batches()`:
32+
33+
- Added support for converting an :ref:`OracleDataFrame
34+
<oracledataframeobj>` object to a foreign data frame object more than
35+
once
36+
(`issue 470 <https://github.com/oracle/python-oracledb/issues/470>`__).
37+
- Fixed a bug resulting in a segfault when attempting to use an
38+
:ref:`output type handler <outputtypehandlers>` while fetching data frames
39+
(`issue 486 <https://github.com/oracle/python-oracledb/issues/486>`__).
40+
- Fixed memory corruption in data frame queries
41+
(`issue 489 <https://github.com/oracle/python-oracledb/issues/489>`__).
42+
3943
#) Fixed parsing of the connection string in the
4044
:ref:`Azure App Centralized Configuration Provider
4145
<azureappstorageprovider>`.
42-
#) Fixed memory corruption in DataFrame queries
43-
(`issue 489 <https://github.com/oracle/python-oracledb/issues/489>`__).
44-
#) Added support for converting an OracleDataFrame object to a foreign data
45-
frame object more than once
46-
(`issue 470 <https://github.com/oracle/python-oracledb/issues/470>`__)
46+
#) Miscellaneous grammar and spelling fixes by John Bampton
47+
(`PR 479 <https://github.com/oracle/python-oracledb/pull/479>`__).
4748

4849

4950
oracledb 3.1.0 (April 2025)

0 commit comments

Comments
 (0)