v0.1.28
Changed
- TLS backend — Switched the optional
sqlitefeature's SQLx runtime feature fromruntime-tokio-rustlstoruntime-tokio-native-tls. This eliminates the transitive dependency on theringcrate (not FIPS compliant for our policy requirements). The Linux crypto path now goes through OpenSSL vianative-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