Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

0.24

Choose a tag to compare

@boardy boardy released this 08 Sep 22:22
· 13 commits to master since this release

A couple of bug fixes and improvements as follows:

  • Fixed issue with MySQL 5.7 where the authentication would send a malformed packet caused by some MySQL servers requiring the password to be NULL terminated and some MySQL servers don't.
  • Fixed issue where reading authentication seed bytes where it was hard coded to UTF-8 instead of using the charset object as set by reading the server language from the MySQL welcome packet.
  • Updated gradle build tools and targeting latest Android SDK (Android 9 (Android Pie)).