Closed renovate[bot] closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.57%. Comparing base (
c637c5e
) to head (8470018
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
0.4.1
->0.5.0
Release Notes
weiznich/diesel_async (diesel-async)
### [`v0.5.0`](https://togithub.com/weiznich/diesel_async/blob/HEAD/CHANGELOG.md#050---2024-07-19) [Compare Source](https://togithub.com/weiznich/diesel_async/compare/v0.4.1...v0.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.34Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.