@@ -17,10 +17,6 @@ oracledb 2.2.0 (TBD)
1717Thin Mode Changes
1818+++++++++++++++++
1919
20- #) Fixed bug that prevented error ``ORA-01403: no data found `` from being
21- raised when executing a PL/SQL block
22- (`issue 321 <https://github.com/oracle/python-oracledb/issues/321 >`__).
23-
2420Thick Mode Changes
2521++++++++++++++++++
2622
@@ -42,8 +38,24 @@ Common Changes
4238 string `` is now raised consistently for both Thick and Thin modes.
4339 Previously, Thin mode was raising the error
4440 ``DPY-4030: invalid DRCP pool boundary {boundary} ``.
45- #) Tightened definition of easy connect string regular expression to avoid
46- parsing errors with connect descriptors containing the ``/ `` character.
41+
42+
43+ oracledb 2.1.2 (April 2024)
44+ ---------------------------
45+
46+ Thin Mode Changes
47+ +++++++++++++++++
48+
49+ #) Fixed bug that prevented error ``ORA-01403: no data found `` from being
50+ raised when executing a PL/SQL block
51+ (`issue 321 <https://github.com/oracle/python-oracledb/issues/321 >`__).
52+
53+ Common Changes
54+ ++++++++++++++
55+
56+ #) Fixed the internal regular expression used for parsing :ref: `Easy Connect
57+ <easyconnect>` strings to avoid errors with connection string arguments
58+ containing the ``/ `` character.
4759
4860
4961oracledb 2.1.1 (March 2024)
@@ -68,12 +80,6 @@ Thin Mode Changes
6880#) Network packet output is now immediately flushed in order to avoid
6981 losing output due to buffering when multiple threads are running.
7082
71- Thick Mode Changes
72- ++++++++++++++++++
73-
74- Common Changes
75- ++++++++++++++
76-
7783
7884oracledb 2.1.0 (March 2024)
7985---------------------------
0 commit comments