mysql2 v0.4.7 Release Notes

Release Date: 2017-07-01 // almost 7 years ago
  • ๐Ÿ†• New Features

    • โž• Add Mysql2::Client#closed? (#796)
    • Adding support for MYSQL_ENABLE_CLEARTEXT_PLUGIN flag (#845)

    ๐Ÿ›  Bugfixes

    • Avoid invalidating re-assigned socket fd by fixing connected check (#847)
    • ๐Ÿ›  Fix use after free of client field when closing with reconnect option (#846)
    • ๐Ÿ›  Fix segfault for Mysql2::Statement#fields on non-SELECT queries (#860)

    ๐Ÿ”„ Changes

    • ๐Ÿ‘Œ Support for MariaDB 10.2 (#857 and others)
    • โœ… Close several unclosed clients in tests (#848)
    • ๐Ÿ“„ Docs: Fix link in readme (#854)
    • ๐Ÿ›  Fix incorrect use of word "deprecated" (#855)
    • ๐Ÿ›  Fix leaky test that caused a re-assigned socket to be closed on GC. (#853)
    • โœ… Wait for close to be processed by server in test for Threads_connected (#850)
    • ๐Ÿ›  Fix flaky test that used Process.wait without specifying a pid (#849)