Skip to content

Tags: weiznich/diesel_async

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel-Async 0.6.1

* Fix features for some dependencies

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel-Async 0.6.0

* Allow to control the statement cache size
* Minimize dependencies features
* Bump minimal supported mysql_async version to 0.36.0
* Fixing a bug in how we tracked open transaction that could lead to dangling transactions is specific cases

v0.5.2

Toggle v0.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel-Async 0.5.2

* Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel Async 0.5.1

* Add crate feature `pool` for extending connection pool implements through external crate
* Implement `Deref` and `DerefMut` for `AsyncConnectionWrapper` to allow using it in an async context as well

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
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

v0.4.1

Toggle v0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel 0.4.1

* Fix feature flags for docs.rs

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
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

v0.3.2

Toggle v0.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel-Async 0.3.2

* Fix `TinyInt` serialization
* Check for open transactions before returning the connection to the pool

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel-async 0.3.1

* Fixes to the readme
* Implement `UpdateAndFetchResults` for pooled connections

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
weiznich Georg Semmler
Diesel-async 0.3.0

* Compatibility with diesel 2.1