File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ python-oracledb Release Notes
77
88For deprecations, see :ref: `Deprecations <deprecations >`.
99
10- oracledb 1.3.0 (TBD )
11- --------------------
10+ oracledb 1.3.0 (March 2023 )
11+ ---------------------------
1212
1313Thin 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 >`__).
Original file line number Diff line number Diff line change 3030# file doc/src/conf.py both reference this file directly.
3131#------------------------------------------------------------------------------
3232
33- __version__ = "1.3.0b1 "
33+ __version__ = "1.3.0 "
You can’t perform that action at this time.
0 commit comments