We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c4097 commit f608aa8Copy full SHA for f608aa8
changelog.md
@@ -2,6 +2,14 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
13
## [0.4.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.3.3...0.4.0) - 2016-08-15
14
15
### Added
0 commit comments