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 ba73ba8 commit ca59b1fCopy full SHA for ca59b1f
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [0.29.0](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.29.0...0.28.3) - 2023-11-29
3
+
4
+- add support for mysql8 specific metadata
5
6
## [0.28.3](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.28.3...0.28.1) - 2023-10-19
7
8
- around patch around pulling column signed-ness
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.28.3</version>
+ <version>0.29.0</version>
9
<name>mysql-binlog-connector-java</name>
10
<description>MySQL Binary Log connector</description>
0 commit comments