Skip to content

Commit f608aa8

Browse files
committed
Updated the changelog
1 parent 29c4097 commit f608aa8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.4.1](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.4.0...0.4.1) - 2016-08-31
6+
7+
### Fixed
8+
- GTID "rollover".
9+
- binlog position tracking (`binaryLogClient.binlogPosition` is no longer updated on TABLE_MAP so that in case of
10+
reconnect (using a different instance of client) table mapping (used by *RowsEventDataDeserializer|s) could be
11+
reconstructed before hitting *RowsEvent.
12+
513
## [0.4.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.3.3...0.4.0) - 2016-08-15
614

715
### Added

0 commit comments

Comments
 (0)