Skip to content

Commit ae95cfd

Browse files
author
Arthur Gautier
committed
Release 0.13
Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent 9f0e418 commit ae95cfd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,10 @@
9999
* Clear table_map if RotateEvent has timestamp of 0 (#197)
100100
* Add support for ignored_tables and ignored_schema (#201)
101101
* failed to get table information (#199)
102+
103+
0.13 18/04/2017
104+
* Fixup gtid parsing (#204)
105+
This remove duplicate event from your stream if you use auto_position (the
106+
first one in the stream used to be a duplicate on reconnection, this is no
107+
longer the case).
108+
* Fix struct.pack in ReportSlave (#194)

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.12"
37+
version = "0.13"
3838

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

0 commit comments

Comments
 (0)