Skip to content

Release 0.0.18

Choose a tag to compare

@terricain terricain released this 09 Jul 19:59
884802c

CHANGES

  • Updated to support latest PyMySQL changes.
  • aiomysql now sends client connection info.
  • MySQL8+ Support including sha256_password and cached_sha2_password authentication plugins.
  • Default max packet length sent to the server is no longer 1.
  • Fixes issue where cursor.nextset can hang on query sets that raise errors.