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

Releases: BoardiesITSolutions/Android-MySQL-Connector

0.39_MySQL8

26 May 22:03

Choose a tag to compare

0.39_MySQL8 Pre-release
Pre-release

Fixes issue where there was an issue parsing MySQL Error Packets
Added support for Blob data when retrieving row field (was added in master but not in branch)

0.37_MySQL8

28 Feb 18:13

Choose a tag to compare

0.37_MySQL8 Pre-release
Pre-release

Fixed crash if selecting data from MySQL table where no rows were returned.

0.36_MySQL8

23 Feb 20:53

Choose a tag to compare

0.36_MySQL8 Pre-release
Pre-release

There has been multiple fixes and enhances for stability where certain timing issues within the library could cause a crash - but could sometimes work depending on what else the library was being instructed to do - e.g. if you connected and then instantly did a select the select could fail.

Improvements for larger data sets where it could get an unexpected packet in the response which would then cause the packet data processing to go wrong and then would cause an index out of bound exception.

Improvements for larger data sets where depending on how the TCP packets are split would mean that sometimes the library would inadvertently think that all data was retrieved when it actually hadn't and would therefore cause parse error as the data said there was more data, but the data buffer didn't collect everything from the socket.

0.34_MySQL8

14 Feb 18:15

Choose a tag to compare

0.34_MySQL8 Pre-release
Pre-release

Fixed broken issue from previous release

0.32_MySQL8

11 Feb 19:54

Choose a tag to compare

0.32_MySQL8 Pre-release
Pre-release

Fixes issue relating to MariaDB 10.4 where when a resultset is returned an exception is thrown.

0.31_MySQL8

26 Jan 20:57

Choose a tag to compare

0.31_MySQL8 Pre-release
Pre-release

Added a demo application to the project (another module called demoapplication). This shows you how to use the Android MySQL connector and allows you test connectivity to your database if you are having issues connecting in your development project.

0.30_MySQL8

26 Jan 14:09

Choose a tag to compare

0.30_MySQL8 Pre-release
Pre-release

Added support for TLS1.1, 1.2 and 1.3 (1.3 requires Android 10 minimum).

0.29_MySQL8

25 Jan 22:19

Choose a tag to compare

0.29_MySQL8 Pre-release
Pre-release

This release provides interim support for MySQL 8 which are described in the README, but to summarise, its requiring zstb compression to be disabled, force utf8 server language and using mysql_native_password by default instead of the new authentication mechanism.

0.28

22 Jan 18:35

Choose a tag to compare

Updated to migrate support packages to androidx and targets the latest Android API version (API 29)

0.27

29 Mar 18:18

Choose a tag to compare

Resolved issue where MySQL Query Response doesn't get processed correctly.