Tags: weiznich/diesel_async
Tags
Diesel-Async 0.5.0 * Added type `diesel_async::pooled_connection::mobc::PooledConnection` * MySQL/MariaDB now use `CLIENT_FOUND_ROWS` capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands. * The minimal supported rust version is now 1.78.0 * Add a `SyncConnectionWrapper` type that turns a sync connection into an async one. This enables SQLite support for diesel-async * Add support for `diesel::connection::Instrumentation` to support logging and other instrumentation for any of the provided connection impls. * Bump minimal supported mysql_async version to 0.34
Diesel-Async 0.4 * Add a `AsyncConnectionWrapper` type to turn a `diesel_async::AsyncConnection` into a `diesel::Connection`. This might be used to execute migrations via `diesel_migrations`. * Add some connection pool configurations to specify how connections in the pool should be checked if they are still valid
Diesel async 0.2.0 * [#38](#38) Relax the requirements for borrowed captures in the transaction closure * [#41](#41) Remove GAT workarounds from various traits (Raises the MSRV to 1.65) * [#42](#42) Add an additional `AsyncDieselConnectionManager` constructor that allows to specify a custom connection setup method to allow setting up postgres TLS connections * Relicense the crate under the MIT or Apache 2.0 License
PreviousNext