Thread overview
mysql-native release 3.1.0
Mar 11, 2022
bauss
Mar 12, 2022
surlymoor
March 10, 2022

Pleased to announce a slight update to mysql-native. This version adds logging, which can possibly help diagnose issues. If you use it with vibe, it will use vibe logging, otherwise it will use std.experimental.logger.

There are no API changes in this release. However, it had to wait until DMD v2.099.0 was released to avoid spamming unsuspecting users with log messages (see the related change).

Please file an issue if you find problems with the logging, or would like to see certain operations logged.

Kudos to SingingBush for making this a reality!

-Steve

March 11, 2022

On Thursday, 10 March 2022 at 20:34:59 UTC, Steven Schveighoffer wrote:

>

Pleased to announce a slight update to mysql-native. This version adds logging, which can possibly help diagnose issues. If you use it with vibe, it will use vibe logging, otherwise it will use std.experimental.logger.

There are no API changes in this release. However, it had to wait until DMD v2.099.0 was released to avoid spamming unsuspecting users with log messages (see the related change).

Please file an issue if you find problems with the logging, or would like to see certain operations logged.

Kudos to SingingBush for making this a reality!

-Steve

Thank you Steve, appreciate the work on the project!

March 12, 2022

Thanks for the release. You guys are awesome!