Skip to content

Commit 2ef7a92

Browse files
committed
Add 0.21.0 release notes
1 parent 5dde1e6 commit 2ef7a92

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.21.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.20.1...0.21.0) - 2020-06-08
6+
7+
### Fixed
8+
- Potential deadlock when keepAlive is on ([#321](https://github.com/shyiko/mysql-binlog-connector-java/issues/321)).
9+
10+
### Changed
11+
- `BinaryLogClient.LifecycleListener::onConnect()` order relative to keepAlive thread `start()`.
12+
Calling `disconnect()` inside `onConnect()` is now guaranteed to terminate keepAlive thread ([#213](https://github.com/shyiko/mysql-binlog-connector-java/pull/213),
13+
[260](https://github.com/shyiko/mysql-binlog-connector-java/pull/260)).
14+
A side effect of this change is that throwing RuntimeException inside `onConnect()` will no longer prevent keepAlive thread from starting.
15+
516
## [0.20.1](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.20.0...0.20.1) - 2019-05-12
617

718
### Added

0 commit comments

Comments
 (0)