blackbeam/mysql_async
 Watch   
 Star   
 Fork   
2025-05-06 15:10:30
mysql_async

v0.36.1

  • fix binlog feature build (#347)
  • bump mysql_common to v0.35.4 for blackbeam/rust_mysql_common#170

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.36.0...v0.36.1

2025-04-25 18:08:23
mysql_async

v0.36.0

What's Changed

New Contributors

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.35.1...v0.36.0

2025-01-10 13:18:09
mysql_async
2025-01-02 20:09:28
mysql_async

v0.35.0

Breaking

What's Changed

New Contributors

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.34.2...v0.35.0

2024-08-13 15:42:08
mysql_async

v0.34.2

What's Changed

New Contributors

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.34.1...v0.34.2

2024-03-20 14:47:33
mysql_async

v0.34.1

What's Changed

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.34.0...v0.34.1

2024-03-19 15:34:44
mysql_async

v0.34.0

What's Changed

New Contributors

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.33.0...v0.34.0

2023-11-08 23:39:50
mysql_async

v0.33.0

What's new

Fixes

Internal Improvements

New Contributors

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.32.2...v0.33.0

2023-04-22 17:44:54
mysql_async

v0.32.2

Improvements

Changes

New Contributors

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.32.1...v0.32.2

2023-04-14 14:34:59
mysql_async

v.0.32.1

  • fix regression introduced in v0.32.0 (reported by @cloneable in #243)

  • add a set of commands to execute each time Conn::reset or Conn::change_user is performed.

    New APIs:

    • Opts::setup
    • OptsBuilder::setup
  • add a way to opt out of pooled connection reset:

    Pooled connection reset is now the default but comes with a performance cost. Please read the docs on PoolOpts::with_reset_connection

    New APIs:

    • PoolOpts::with_reset_connection
    • PoolOpts::reset_connection
    • Conn::reset_connection

Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.32.0...v0.32.1