Skip to content

v0.1.28

Choose a tag to compare

@affandar affandar released this 23 Apr 20:35
· 13 commits to main since this release

Changed

  • TLS backend — Switched the optional sqlite feature's SQLx runtime feature from runtime-tokio-rustls to runtime-tokio-native-tls. This eliminates the transitive dependency on the ring crate (not FIPS compliant for our policy requirements). The Linux crypto path now goes through OpenSSL via native-tls; macOS uses Secure Transport, Windows uses SChannel. No source code or runtime behavior changes. (#12)

📦 Crates.io: https://crates.io/crates/duroxide/0.1.28
📜 Full changelog: https://github.com/microsoft/duroxide/blob/main/CHANGELOG.md#0128---2026-04-23