Skip to content

Commit 1f6ad44

Browse files
committed
v0.30.0
1 parent 4204da0 commit 1f6ad44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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+
27
## [0.29.2](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.29.2...0.29.1) - 2024-04-22
38

49
- avoid SSL deadlocks using opt-in SO_LINGER with value of 0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.zendesk</groupId>
66
<artifactId>mysql-binlog-connector-java</artifactId>
7-
<version>0.29.2</version>
7+
<version>0.30.0</version>
88

99
<name>mysql-binlog-connector-java</name>
1010
<description>MySQL Binary Log connector</description>

0 commit comments

Comments
 (0)