Skip to content

Commit 169db75

Browse files
committed
Prepare release 8.0.21
1 parent 8332b5a commit 169db75

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGES.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
88
Full release notes:
99
http://dev.mysql.com/doc/relnotes/connector-python/en/
1010

11+
v8.0.21
12+
=======
13+
14+
- WL#13874: Dockerize test suite
15+
- WL#13847: Add support for context managers
16+
- WL#13059: Add schema validation support
17+
- WL#12501: Connection compression
18+
- BUG#31060730: Skip pure Python tests if Protobuf is not available
19+
- BUG#30996790: Fix connect_timeout option behavior
20+
- BUG#30950184: Fix error when using the fractional part in DATETIME
21+
- BUG#29808262: Fix BLOB types conversion
22+
- BUG#29181907: Fix discovering of MySQL libraries
23+
- BUG#28627768: JSON_REPLACE not working correctly for SQL tables
24+
- BUG#27602636: Expressions in Table.update.set() raises an exception
25+
1126
v8.0.20
1227
=======
1328

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Introduction
1010
third-party software which may be included in this distribution of
1111
MySQL Connector/Python 8.0.
1212

13-
Last updated: February 2020
13+
Last updated: March 2020
1414

1515
Licensing Information
1616

cpyint

lib/mysql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
as mysql.connector.version.
3333
"""
3434

35-
VERSION = (8, 0, 20, '', 1)
35+
VERSION = (8, 0, 21, '', 1)
3636

3737
if VERSION[3] and VERSION[4]:
3838
VERSION_TEXT = '{0}.{1}.{2}{3}{4}'.format(*VERSION)

0 commit comments

Comments
 (0)