You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New features:
* LOAD LOCAL support
* Allow usage of the socket backend for gen_tcp/inet
(experimental feature in OTP/23)
Important fixes:
* Ping response handling fixed
* server_name_indication defaults to host option
Other:
* Augmented and improved typing
New features:
* Authentication method 'cached_sha2_password'
* Reset connection command
* Asynchronous and lazy connect modes
* Normal exit (no error) if the server disconnects
* Slow query logging
Important fixes:
* Deadlock handling fixed for MySQL 5.7
Other:
* Travis CI tests using multiple MySQL and MariaDB versions