File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.23.3] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.23.2...0.23.3 ) - 2020-10-29
4
+
5
+ - add EventDeserializer.CompatibilityMode.INTEGER_AS_BYTE_ARRAY if you want raw integer data
6
+ - don't crash on AWS Aurora's unknown event types
7
+
8
+ ## [ 0.23.2] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.23.1...0.23.2 ) - 2020-07-25
9
+
10
+ - ` connect ` now throws ` IllegalStateException ` when already connected
11
+
12
+ ## [ 0.23.1] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.22.2...0.23.1 ) - 2020-05-25
13
+
14
+ - this releases adds support for mysql 8's ` caching_sha2_password ` authentication method
15
+
3
16
## [ 0.22.2] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.22.0...0.22.2 ) - 2020-04-29
4
17
5
18
- Fix bugs in 0.22.0 involving nested JSON objects.
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.2 </version >
7
+ <version >0.23.3 </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