File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.24.0] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.23.3...0.24.0 ) - 2021-02-04
4
+
5
+ - Move up to JDK 11, drop support for JDK 8
6
+
7
+ ## [ 0.23.4] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.23.3...0.23.4 ) - 2021-01-17
8
+
9
+ - correct authentication error that was causing a problem with Azure
10
+
3
11
## [ 0.23.3] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.23.2...0.23.3 ) - 2020-10-29
4
12
5
13
- add EventDeserializer.CompatibilityMode.INTEGER_AS_BYTE_ARRAY if you want raw integer data
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.zendesk</groupId >
6
6
<artifactId >mysql-binlog-connector-java</artifactId >
7
- <version >0.23.4-SNAPSHOT </version >
7
+ <version >0.24.0 </version >
8
8
9
9
<name >mysql-binlog-connector-java</name >
10
10
<description >MySQL Binary Log connector</description >
You can’t perform that action at this time.
0 commit comments