Skip to content

Commit 4194b77

Browse files
0.2 release
1 parent 3bc9a85 commit 4194b77

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
0.1 01/05/2013
22
* Initial Release with MySQL 5.5 and MySQL 5.6 support
3+
4+
0.2 13/10/2013
5+
* Make it work under pymysql 0.6
6+
* Ignore position of some events
7+
* Fix FormatDescriptionEvent has zero log_pos
8+
* Support checksum for mysql 5.6
9+
* Add feature to start stream from position
10+
* Change names of events to V2
11+
* Added NotImplementedEvent for a few events that we currently don't need
12+
* Support null events and a slight change of names
13+
* Support MySQL Broken Dates :(
14+
* Introduce data objects for Table / Column
15+
* Add support for TINYINT(1) to bool() Mapping

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525
unittest.main(tests, argv=sys.argv[:1])
2626

2727

28-
version = "0.1.0"
28+
version = "0.2.0"
2929

3030
setup(
3131
name="mysql-replication",

0 commit comments

Comments
 (0)