Skip to content

Commit 7b69516

Browse files
committed
Updated changelog.md
1 parent 1817d0f commit 7b69516

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
2+
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.1.3...HEAD)
66
### Added
77
- Support for COM_BINLOG_DUMP_GTID (`BinaryLogClient`::[gtidSet](https://github.com/shyiko/mysql-binlog-connector-java/commit/3f30768791ef61ab0a83bd2bdb98af80bc799abd#diff-7addc4e3eed6e9254e088abc015ac8adR229)) ([#41](https://github.com/shyiko/mysql-binlog-connector-java/issues/41)).
8+
- Support for authentication via empty password ([#39](https://github.com/shyiko/mysql-binlog-connector-java/issues/39)).
9+
10+
### Changed
11+
- Server error reporting ([#37](https://github.com/shyiko/mysql-binlog-connector-java/issues/37)).
12+
WARNING: If you are using exception message to identify specific server errors - you'll need to switch to
13+
`ServerException`::[errorCode](https://github.com/shyiko/mysql-binlog-connector-java/commit/1817d0ff709c65c31af9236dcc4e50cc3ad1023b#diff-0dff747d57cb3f5f0548be89a81e29f8R37) (as message no longer includes error code).
814

915
### Fixed
1016
- `EventHeaderV4Deserializer` eventLength handling ([#35](https://github.com/shyiko/mysql-binlog-connector-java/issues/35)).

0 commit comments

Comments
 (0)