Release 0.0.18
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.