We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ba553 commit 185fcccCopy full SHA for 185fccc
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## [0.26.1](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.26.0...0.26.1) - 2022-07-18
3
+
4
+- fix deadlock with disconnect and keepalive thread.
5
6
## [0.26.0](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.25.6...0.26.0) - 2022-07-15
7
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.26.0</version>
+ <version>0.26.1</version>
8
9
<name>mysql-binlog-connector-java</name>
10
<description>MySQL Binary Log connector</description>
0 commit comments