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 5050* Avoid named parameters passed to packet because it's slower
5151* Filter table and schema event
5252* 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:
291291* Darioush Jalali Python 2.6 backport https://github.com/darioush
292292* Arthur Gautier gtid https://github.com/baloo
293293* 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
295295* Wang, Xiaozhe cleanup https://github.com/chaoslawful
296296* siddontang improvements https://github.com/siddontang
297297* Cheng Chen Python 2.6 compatibility https://github.com/cccc1999
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.6 '
51+ version = '0.7 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.6 '
53+ release = '0.7 '
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 @@ -35,7 +35,7 @@ def run(self):
3535 unittest .main (tests , argv = sys .argv [:1 ])
3636
3737
38- version = "0.6 "
38+ version = "0.7 "
3939
4040setup (
4141 name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments