This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
New features
- Added extensions, supports codec registrar.
- Added option
sslHostnameVerifier
of configuration. - Added
SslContextBuilder
customizer supports. - Added the TUNNEL into SSL modes.
- Added time zone supports, which contains
ZonedDateTime
,OffsetDateTime
,Instant
andOffsetTime
codec supports. - Added TCP NoDelay of configuration.
- Added TCP KeepAlive of configuration.
Features change
- Changed the SSL key and SSL certificate configuration of client.
- Changed the
MySqlConnectionFactoryProvider
whenunixSocket
is set, ignore the host and all SSL options.
Fixed bugs
- Fixed BOOLEAN (TINYINT(1)) decoding supports.
- Fixed datetime/timestamp microseconds encoding/decoding in text protocol.