Skip to content

Rust engine v0.5.1

Choose a tag to compare

@github-actions github-actions released this 05 May 11:25
· 74 commits to main since this release
99c353c

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

[dependencies]
sqlrite-engine = "0.5.1"
// 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.5.1 for the full changelog.

What's Changed

  • fix(storage): pre-collect preferred-pool pages before staging (SQLR-1) by @joaoh82 in #93
  • Release v0.5.1 by @joaoh82 in #94

Full Changelog: sdk/go/v0.5.0...sqlrite-v0.5.1