File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 94
94
0.11 07/02/2017
95
95
* Implement Heartbeat (#191)
96
96
* Fix handling of JSON data (#182)
97
+
98
+ 0.12 04/04/2017
99
+ * Clear table_map if RotateEvent has timestamp of 0 (#197)
100
+ * Add support for ignored_tables and ignored_schema (#201)
101
+ * failed to get table information (#199)
Original file line number Diff line number Diff line change @@ -312,14 +312,16 @@ Other contributors:
312
312
* Giovanni F. MySQL 5.7 support https://github.com/26fe
313
313
* Igor Mastak intvar event https://github.com/mastak
314
314
* Xie Zhenye fix missing update _ next_seq_no https://github.com/xiezhenye
315
- * Abrar Sheikh: Time as mysql.timedelta https://github.com/abrarsheikh
315
+ * Abrar Sheikh: Multiple contributions https://github.com/abrarsheikh
316
316
* Keegan Parker: secondary database for reference schema https://github.com/kdparker
317
+ * Troy J. Farrell Clear table_map if RotateEvent has timestamp of 0 https://github.com/troyjfarrell
318
+ * Zhanwei Wang Fail to get table informations https://github.com/wangzw
317
319
318
320
Thanks to GetResponse for their support
319
321
320
322
Licence
321
323
=======
322
- Copyright 2012-2016 Julien Duponchelle
324
+ Copyright 2012-2017 Julien Duponchelle
323
325
324
326
Licensed under the Apache License, Version 2.0 (the "License");
325
327
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.11 '
51
+ version = '0.12 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.11 '
53
+ release = '0.12 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run(self):
34
34
unittest .main (tests , argv = sys .argv [:1 ])
35
35
36
36
37
- version = "0.11 "
37
+ version = "0.12 "
38
38
39
39
setup (
40
40
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments