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 42
42
# The short X.Y version.
43
43
version = '6.0'
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '6.0'
45
+ release = '6.0.1 '
46
46
47
47
# There are two options for replacing |today|: either, you set today to some
48
48
# 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
8
8
9
9
.. _releasenotes60 :
10
10
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
+
11
33
Version 6.0 (August 2017)
12
34
-------------------------
13
35
You can’t perform that action at this time.
0 commit comments