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 4204da0 commit 1f6ad44Copy full SHA for 1f6ad44
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+
3
+## [0.30.0](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.30.0...0.29.2) - 2024-08-14
4
5
+- Add support for MySQL 8.4
6
7
## [0.29.2](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.29.2...0.29.1) - 2024-04-22
8
9
- avoid SSL deadlocks using opt-in SO_LINGER with value of 0
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.29.2</version>
+ <version>0.30.0</version>
<name>mysql-binlog-connector-java</name>
10
<description>MySQL Binary Log connector</description>
0 commit comments