File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- # cx_Oracle version 8.3 (Development)
1
+ # cx_Oracle version 8.3
2
2
3
3
cx_Oracle is a Python extension module that enables access to Oracle
4
4
Database. It conforms to the [ Python database API 2.0
Original file line number Diff line number Diff line change 42
42
# The short X.Y version.
43
43
version = '8.3'
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '8.3.0-dev '
45
+ release = '8.3.0'
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 @@ -7,13 +7,15 @@ cx_Oracle Release Notes
7
7
8
8
For any deprecations, see :ref: `Deprecations <deprecations >`.
9
9
10
- Version 8.3 (TBD )
11
- -----------------
10
+ Version 8.3 (November 2021 )
11
+ ---------------------------
12
12
13
13
#) Updated embedded ODPI-C to `version 4.3.0
14
14
<https://oracle.github.io/odpi/doc/releasenotes.html#
15
- version-4-3-tbd > `__.
15
+ version-4-3-november-4-2021 > `__.
16
16
#) Added official support for Python 3.10.
17
+ #) Support for dequeuing messages from Oracle Transactional Event Queue (TEQ)
18
+ queues was restored.
17
19
#) Corrected calculation of attribute :data: `MessageProperties.msgid `. Note
18
20
that the attribute is now also read only.
19
21
#) Binary integer variables now explicitly convert values to integers (since
Original file line number Diff line number Diff line change 16
16
pkg_resources .require ("setuptools>=40.6.0" )
17
17
18
18
# define build constants
19
- BUILD_VERSION = "8.3.0-dev "
19
+ BUILD_VERSION = "8.3.0"
20
20
21
21
# setup extra link and compile args
22
22
extra_link_args = []
You can’t perform that action at this time.
0 commit comments