Version 1.3.0 Alpha-Without-Tokio 1
Pre-releaseMajor 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
- chore!: temporarily remove async features by @xuxiaocheng0201 in #181
- chore: bump Cargo version by @cljoly in #154
- chore(deps): bump insta from 1.36.1 to 1.37.0 by @dependabot in #156
- chore(deps): bump insta from 1.37.0 to 1.38.0 by @dependabot in #157
- chore(deps): bump tokio from 1.36.0 to 1.37.0 by @dependabot in #158
- test: use
cargo --locked
in CI by @cljoly in #159 - chore(deps): bump anyhow from 1.0.81 to 1.0.82 by @dependabot in #160
- chore(deps): bump anyhow from 1.0.82 to 1.0.83 by @dependabot in #161
- chore(deps): bump insta from 1.38.0 to 1.39.0 by @dependabot in #162
- chore(deps): bump anyhow from 1.0.83 to 1.0.86 by @dependabot in #163
- chore(deps): bump tokio from 1.37.0 to 1.38.0 by @dependabot in #164
- chore(deps): bump include_dir from 0.7.3 to 0.7.4 by @dependabot in #165
- chore(deps): bump lazy_static from 1.4.0 to 1.5.0 by @dependabot in #166
- chore(deps): bump log from 0.4.21 to 0.4.22 by @dependabot in #167
- chore: clean-up Cargo.toml by @cljoly in #168
- chore: fix deprecated insta macro by @cljoly in #169
- chore(deps): bump tokio from 1.38.0 to 1.38.1 by @dependabot in #172
- fix: wrap migrations from AsyncMigrations in Arc by @cljoly in #174
- chore(deps): bump tokio from 1.38.1 to 1.39.1 by @dependabot in #175
- docs: fix indentation by @cljoly in #178
- refactor: Use workspace features for consistency by @cljoly in #176
- chore(deps): bump tokio from 1.39.1 to 1.39.2 by @dependabot in #179
- docs: document what happens with extra_check by @cljoly in #180
- Prepare an alpha version without tokio features by @cljoly in #182
- chore(deps): bump env_logger from 0.10.1 to 0.11.1 by @dependabot in #138
Full Changelog: v1.2.0...v1.3.0-alpha-without-tokio.1