@@ -13,6 +13,36 @@ oracledb 1.1.0 (TBD)
1313Thin Mode Changes
1414+++++++++++++++++
1515
16+ #) Internally make use of the `TCP_NODELAY ` socket option to remove delays
17+ in socket reads.
18+
19+ Thick Mode Changes
20+ ++++++++++++++++++
21+
22+ #) Added support for getting the message id of the AQ message which generated
23+ a notification.
24+ #) Added the ability to use `externalauth ` as a connection parameter for
25+ standalone connections in addition to creating pools. For standalone
26+ connections, this parameter is optional.
27+
28+ Common Changes
29+ ++++++++++++++
30+
31+ #) Fixed bug with the deferral of type assignment when creating variables for
32+ :func: `Cursor.executemany() `
33+ (`issue 35 <https://github.com/oracle/python-oracledb/issues/35 >`__).
34+ #) Added method :func: `oracledb.is_thin_mode() ` to support determining whether
35+ the driver is using thin mode or not
36+ (`issue 16 <https://github.com/oracle/python-oracledb/issues/10 >`__).
37+ #) Improved samples and documentation.
38+
39+
40+ oracledb 1.0.2 (July 2022)
41+ --------------------------
42+
43+ Thin Mode Changes
44+ +++++++++++++++++
45+
1646#) Connecting to a database with national character set `UTF8 ` is now
1747 supported; an error is now raised only when the first attempt to use
1848 NCHAR, NVARCHAR2 or NCLOB data is made
@@ -24,33 +54,21 @@ Thin Mode Changes
2454 `tcp `, a more meaningful exception is now raised:
2555 `DPY-2029: https_proxy requires use of the tcps protocol `.
2656#) Fixed a bug that caused TLS renegotiation to be skipped in some
27- configurations
57+ configurations, thereby causing the connection to fail to be established
2858 (https://github.com/oracle/python-oracledb/discussions/34).
29- #) Internally make use of the `TCP_NODELAY ` socket option to remove delays
30- in socket reads.
3159
3260Thick Mode Changes
3361++++++++++++++++++
3462
35- #) Added support for getting the message id of the AQ message which generated
36- a notification.
3763#) Fixed the ability to use external authentication with connection pools.
38- #) Added the ability to use `externalauth ` as a connection parameter for
39- standalone connections in addition to creating pools. For standalone
40- connections, this parameter is optional.
4164
4265Common Changes
4366++++++++++++++
4467
4568#) The compiler flag ``-arch x86_64 `` no longer needs to be explicitly
4669 specified when building from source code on macOS (Intel x86) without
4770 Universal Python binaries.
48- #) Fixed bug with the deferral of type assignment when creating variables for
49- :func: `Cursor.executemany() `
50- (`issue 35 <https://github.com/oracle/python-oracledb/issues/35 >`__).
51- #) Added method :func: `oracledb.is_thin_mode() ` to support determining whether
52- the driver is using thin mode or not
53- (`issue 16 <https://github.com/oracle/python-oracledb/issues/10 >`__).
71+ #) Binary packages have been added for the Linux ARM 64-bit platform.
5472#) Improved samples and documentation.
5573
5674
0 commit comments