File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 8484* PyMYSQL 0.7
8585* Add more contributors
8686
87- 0.10 NOT YET RELEASED
87+ 0.10 30/11/2016
8888* row-events: TIME is now encoded as python.timedelta
89+ * Allow users to define ctl_connection_settings and the option to fail when table information is unavailable (#176)
90+ * Decode gtid from network packet
91+ * fixed count of fetched events
92+ * unittest2 is only a test requirement
Original file line number Diff line number Diff line change @@ -309,9 +309,9 @@ Other contributors:
309309* Giacomo Lozito Explicit close stream connection on exception https://github.com/giacomolozito
310310* Giovanni F. MySQL 5.7 support https://github.com/26fe
311311* Igor Mastak intvar event https://github.com/mastak
312- * Xie Zhenye fix: missing update _ next_seq_no https://github.com/xiezhenye
313- * Abrar Sheikh: Time as mysql.timedelta
314- * Keegan Parker secondary database for reference schema https://github.com/kdparker
312+ * Xie Zhenye fix missing update _ next_seq_no https://github.com/xiezhenye
313+ * Abrar Sheikh: Time as mysql.timedelta https://github.com/abrarsheikh
314+ * Keegan Parker: secondary database for reference schema https://github.com/kdparker
315315
316316Thanks to GetResponse for their support
317317
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.9 '
51+ version = '0.10 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.9 '
53+ release = '0.10 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run(self):
3434 unittest .main (tests , argv = sys .argv [:1 ])
3535
3636
37- version = "0.9 "
37+ version = "0.10 "
3838
3939setup (
4040 name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments