Version 1.3.0 Alpha-Without-Tokio 1 #183
cljoly
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Major Changes
This is an alpha version to start integrating rusqlite 0.32.1. Unfortunately, at this time, tokio-rusqlite is did not update to rusqlite 0.32.1. So we are temporarily removing the async features, while we figure out a way to bring them back. To be clear, we intend to support the async features going forward, this is a temporary change in a specifically tagged version.
Effectively, this version allows interested parties to opt-in to the updated rusqlite version of this library.
Rusqlite was updated from 0.31.0 to 0.32.1. Please see the release notes for 0.32.0 and for 0.32.1
Minimum Rust Version
Rust 1.77
Documentation
Various documentation improvements and clarification. In particular, call out that if a rusqlite error is encountered during a migration, the next migrations in the list are not applied.
Other
What's Changed
tokio-rusqlite
and bump rusqlite to 0.32 #181cargo --locked
in CI by @cljoly in test: usecargo --locked
in CI #159Full Changelog: v1.2.0...v1.3.0-alpha-without-tokio.1
This discussion was created from the release Version 1.3.0 Alpha-Without-Tokio 1.
Beta Was this translation helpful? Give feedback.
All reactions