v0.1.30
Changed
- TLS backend — Switched the SQLx runtime feature from
runtime-tokio-rustlstoruntime-tokio-native-tlsin both the root crate and thepg-stresscompanion. This eliminates the transitive dependency on theringcrate (not FIPS compliant for our policy requirements). Linux uses OpenSSL vianative-tls; macOS uses Secure Transport, Windows uses SChannel. (#5) - Build hygiene — Dropped the
path = "../../duroxide"andpath = "../../../duroxide"workspace-relative overrides on theduroxidedependency. The crate now resolvesduroxidepurely from crates.io. (#5) - Bumped
duroxidedependency —0.1.27→0.1.28(also dropsring).
📦 Crates.io: https://crates.io/crates/duroxide-pg/0.1.30
📜 Full changelog: https://github.com/microsoft/duroxide-pg/blob/main/CHANGELOG.md