This repository was archived by the owner on Dec 13, 2023. It is now read-only.
New features
- Added extensions, supports codec registrar.
- Added option
sslHostnameVerifierof configuration. - Added
SslContextBuildercustomizer supports. - Added the TUNNEL into SSL modes.
- Added time zone supports, which contains
ZonedDateTime,OffsetDateTime,InstantandOffsetTimecodec 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
MySqlConnectionFactoryProviderwhenunixSocketis 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.