File tree 2 files changed +5
-5
lines changed
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
7
7
8
8
For deprecations, see :ref: `Deprecations <deprecations >`.
9
9
10
- oracledb 1.3.0 (TBD )
11
- --------------------
10
+ oracledb 1.3.0 (March 2023 )
11
+ ---------------------------
12
12
13
13
Thin Mode Changes
14
14
+++++++++++++++++
15
15
16
16
#) Added direct support for the Oracle Database 21c JSON data type, removing
17
17
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.
20
18
#) Added implementation for :data: `ConnectionPool.timeout ` to allow pools to
21
19
shrink to ``min `` connections.
22
20
#) Added check to prevent adding too many elements to bounded database
23
21
collections.
24
22
#) Removed internally set fixed size for database collections. Collections of
25
23
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.
26
26
#) Detect the time zone on the OS and set the session timezone using this
27
27
value to be consistent with thick mode
28
28
(`issue 144 <https://github.com/oracle/python-oracledb/issues/144 >`__).
Original file line number Diff line number Diff line change 30
30
# file doc/src/conf.py both reference this file directly.
31
31
#------------------------------------------------------------------------------
32
32
33
- __version__ = "1.3.0b1 "
33
+ __version__ = "1.3.0 "
You can’t perform that action at this time.
0 commit comments