Skip to content

Commit eb1d7a6

Browse files
Release 0.7
1 parent afe2799 commit eb1d7a6

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)