All Versions
15
Latest Version
Avg Release Cycle
29 days
Latest Release
1796 days ago

Changelog History
Page 2

  • v0.21.0 Changes

    November 28, 2019

    ๐Ÿ”„ Changes:

    • ๐Ÿš€ see notes on release v0.21.0-alpha.1;
    • ๐Ÿš€ see notes on release v0.21.0-alpha.2;
    • ๐Ÿš€ see notes on release v0.21.0-alpha.4;
    • โšก๏ธ the tokio crate version was updated to 0.2;
    • โšก๏ธ the bytes crate version was updated to 0.5.2;
    • โšก๏ธ the mysql_common crate version was updated to 0.20.0;
  • v0.21.0-alpha.4 Changes

    November 04, 2019

    ๐Ÿ”„ Changes:

    • โšก๏ธ mysql_common was updated:
      • codec replaced by mysql_common codec;
      • compression support was introduced (see docs on OptsBuilder::compression);
    • falure was replaced by thiserror (by @udoprog in #78);
    • ๐Ÿ›  #79 was fixed;
    • ๐Ÿ›  #82 was fixed by @tomhoule;
    • ๐Ÿ›  #57 fixed:
      • PoolOptions structure was introduced;
      • inactive_connection_ttl and ttl_check_interval options were introduced.
  • v0.21.0-alpha.2 Changes

    October 01, 2019
    • ๐Ÿ›  #73 fixed;
    • pin-project, futures-*, and tokio* versions bumped (#75).
  • v0.21.0-alpha.1 Changes

    September 20, 2019
    • ๐Ÿ‘Œ Support for std::future and async/await was added by @jonhoo (#71)
  • v0.20.0 Changes

    August 19, 2019
    • WhiteListFsLocalInfileHandler was switched from mio to tokio::fs::File, mio dependency was removed (#61, #62 by @travismiller)
    • Pool was reimplemented to be fully async (#66 by @jonhoo, #70 by @udoprog)