File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## [ 0.22.2] ( https://github.com/osheroff/mysql-binlog-connector-java/compare/0.22.0...0.22.2 ) - 2020-04-29
417
518- Fix bugs in 0.22.0 involving nested JSON objects.
Original file line number Diff line number Diff line change 44
55 <groupId >com.zendesk</groupId >
66 <artifactId >mysql-binlog-connector-java</artifactId >
7- <version >0.23.2 </version >
7+ <version >0.23.3 </version >
88
99 <name >mysql-binlog-connector-java</name >
1010 <description >MySQL Binary Log connector</description >
You can’t perform that action at this time.
0 commit comments