Skip to content

Rust engine v0.4.0

Choose a tag to compare

@github-actions github-actions released this 05 May 06:11
· 78 commits to main since this release
92029e9

Published to crates.io: https://crates.io/crates/sqlrite-engine/0.4.0

[dependencies]
sqlrite-engine = "0.4.0"
// The [lib] name stays `sqlrite`, so the import alias is
// the short one even though the package name is longer.
use sqlrite::{Database, ExecutionResult};

See the umbrella release v0.4.0 for the full changelog.

What's Changed

  • fix(release): bump-version.sh rewrites inter-workspace dep pins (SQLR-9) by @joaoh82 in #88
  • feat(storage): free-list + VACUUM to reclaim orphan pages (SQLR-6) by @joaoh82 in #89
  • Release v0.4.0 by @github-actions[bot] in #90

Full Changelog: sdk/go/v0.3.0...sqlrite-v0.4.0