File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 4242# The short X.Y version.
4343version = '6.0'
4444# The full version, including alpha/beta/rc tags.
45- release = '6.0'
45+ release = '6.0.1 '
4646
4747# There are two options for replacing |today|: either, you set today to some
4848# non-false value, then it is used:
Original file line number Diff line number Diff line change @@ -8,6 +8,28 @@ cx_Oracle Release Notes
88
99.. _releasenotes60 :
1010
11+ Version 6.0.1 (August 2017)
12+ ---------------------------
13+
14+ #) Update to `ODPI-C 2.0.1
15+ <https://oracle.github.io/odpi/doc/releasenotes.html
16+ #version-2-0-1-august-18-2017> `__.
17+
18+ - Ensure that queries registered via :meth: `Subscription.registerquery() `
19+ do not prevent the associated connection from being closed
20+ (`ODPI-C issue 27 <https://github.com/oracle/odpi/issues/27 >`__).
21+ - Deprecated attribute :attr: `Subscription.id ` as it was never intended to
22+ be exposed (`ODPI-C issue 28
23+ <https://github.com/oracle/odpi/issues/28> `__). It will be dropped in
24+ version 6.1.
25+ - Add support for DML returning statements that require dynamically
26+ allocated variable data (such as CLOBs being returned as strings).
27+
28+ #) Correct packaging of Python 2.7 UCS4 wheels on Linux
29+ (`issue 64 <https://github.com/oracle/python-cx_Oracle/issues/64 >`__).
30+ #) Updated documentation.
31+
32+
1133Version 6.0 (August 2017)
1234-------------------------
1335
You can’t perform that action at this time.
0 commit comments