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 54237f8 commit 9d715a5Copy full SHA for 9d715a5
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## [0.28.3](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.28.3...0.28.1) - 2023-10-19
3
+
4
+- around patch around pulling column signed-ness
5
+- make mariadb_slave_compat field configurable
6
7
## [0.28.1](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.28.1...0.28.0) - 2023-07-07
8
9
- Fix a signedness bug, see #108
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.28.2</version>
+ <version>0.28.3</version>
<name>mysql-binlog-connector-java</name>
10
<description>MySQL Binary Log connector</description>
0 commit comments