File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 50
50
* Avoid named parameters passed to packet because it's slower
51
51
* Filter table and schema event
52
52
* PyPy support
53
+
54
+ 0.7 21/06/2015
55
+ * Partial fix for dropped columns blowing up replication when replaying binlog with past events
56
+ * Skipping GTID tests on DBs not set up to support GTID
57
+ * Adding support for skipping the binlog until reaching specified timestamp.
58
+ * Add support for BeginLoadQueryEvent and ExecuteLoadQueryEvent
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ Other contributors:
291
291
* Darioush Jalali Python 2.6 backport https://github.com/darioush
292
292
* Arthur Gautier gtid https://github.com/baloo
293
293
* Jasonz bug fixes https://github.com/jasonzzz
294
- * Bartek Ogryczak cleanup https://github.com/vartec
294
+ * Bartek Ogryczak cleanup and improvements https://github.com/vartec
295
295
* Wang, Xiaozhe cleanup https://github.com/chaoslawful
296
296
* siddontang improvements https://github.com/siddontang
297
297
* Cheng Chen Python 2.6 compatibility https://github.com/cccc1999
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.6 '
51
+ version = '0.7 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.6 '
53
+ release = '0.7 '
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 @@ -35,7 +35,7 @@ def run(self):
35
35
unittest .main (tests , argv = sys .argv [:1 ])
36
36
37
37
38
- version = "0.6 "
38
+ version = "0.7 "
39
39
40
40
setup (
41
41
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments