Skip to content

Commit 7f12d73

Browse files
Preparing to release python-oracledb 1.3.0.
1 parent f35d6be commit 7f12d73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: doc/src/release_notes.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ python-oracledb Release Notes
77

88
For deprecations, see :ref:`Deprecations <deprecations>`.
99

10-
oracledb 1.3.0 (TBD)
11-
--------------------
10+
oracledb 1.3.0 (March 2023)
11+
---------------------------
1212

1313
Thin Mode Changes
1414
+++++++++++++++++
1515

1616
#) Added direct support for the Oracle Database 21c JSON data type, removing
1717
the need to use an output type handler.
18-
#) Added support for connecting to databases that accept passwords longer than
19-
30 UTF-8 encoded bytes.
2018
#) Added implementation for :data:`ConnectionPool.timeout` to allow pools to
2119
shrink to ``min`` connections.
2220
#) Added check to prevent adding too many elements to bounded database
2321
collections.
2422
#) Removed internally set fixed size for database collections. Collections of
2523
any size supported by the database can now be created.
24+
#) Added support for connecting to databases that accept passwords longer than
25+
30 UTF-8 encoded bytes.
2626
#) Detect the time zone on the OS and set the session timezone using this
2727
value to be consistent with thick mode
2828
(`issue 144 <https://github.com/oracle/python-oracledb/issues/144>`__).

Diff for: src/oracledb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
# file doc/src/conf.py both reference this file directly.
3131
#------------------------------------------------------------------------------
3232

33-
__version__ = "1.3.0b1"
33+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)