Skip to content

Commit 5b0a47e

Browse files
Prepare release 0.31
1 parent 3957b7e commit 5b0a47e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,7 @@
172172

173173
0.30 28/04/2022
174174
* Fix decoding large json arrays
175-
* Handle null json
175+
* Handle null json
176+
177+
0.31 12/03/2023
178+
* Fix parse error for query_events with MariaDB

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Other contributors:
329329
* Garen Chan Support PyMysql with a version greater than 0.9.3 https://github.com/garenchan
330330
* Mike Ascah: Add logic to handle inlined ints in large json documents ttps://github.com/mascah
331331
* Hiroaki Kawai: PyMySQL 1.0 support (https://github.com/hkwi)
332-
* Dongwook Chan: Support for ZEROFILL, Correct timedelta value for negative MySQL TIME datatype, Fix parsing of row events for MySQL8 partitioned table, Parse status variables in query event, Parse status variables in query event (https://github.com/dongwook-chan)
332+
* Dongwook Chan: Support for ZEROFILL, Correct timedelta value for negative MySQL TIME datatype, Fix parsing of row events for MySQL8 partitioned table, Parse status variables in query event, Parse status variables in query event , Fix parse errors with MariaDB (https://github.com/dongwook-chan)
333333
* Paul Vickers: Add support for specifying an end log_pos (https://github.com/paulvic)
334334
* Samira El Aabidi: Add support for MariaDB GTID (https://github.com/Samira-El)
335335
* Oliver Seemann: Handle large json, github actions (https://github.com/oseemann)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.30'
51+
version = '0.31'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.30'
53+
release = '0.31'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(self):
3434
unittest.main(tests, argv=sys.argv[:1])
3535

3636

37-
version = "0.30"
37+
version = "0.31"
3838

3939
setup(
4040
name="mysql-replication",

0 commit comments

Comments
 (0)