Skip to content

Version 1.3.0 Alpha-Without-Tokio 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cljoly cljoly released this 11 Aug 12:21
· 32 commits to master since this release
v1.3.0-alpha-without-tokio.1
6d9f0c2

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

  • Apply minor or patch updates to the dependencies
  • Update development dependencies
  • Make CI testing more reproducible by forcing the use of Cargo.lock

What's Changed

Full Changelog: v1.2.0...v1.3.0-alpha-without-tokio.1