mysql2 v0.4.6 Release Notes

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

    None.

    ๐Ÿ›  Bugfixes

    • Mysql2::Error: This connection is still waiting for a result, try again once you have the result (#772)
    • ๐Ÿ– Handle being terminated while reading query result (#811 )
    • ๐Ÿ›  Fix segfault on SIGINT race condition (#816, #813)
    • ๐Ÿ‘ Better error messages when the connection options have errors (#831)

    ๐Ÿ”„ Changes

    • ๐Ÿšš Use bool instead of my_bool which has been removed since MySQL 8.0.1 (#840, #838)
    • Reminder for Mac users to install xcode-select (#832)
    • โšก๏ธ Update Travis CI and AppVeyor matrix (#820, #819, #812)
    • โšก๏ธ Update Travis CI for MySQL 8.0 tests (#818, #817)