Skip to content

v0.1.30

Choose a tag to compare

@affandar affandar released this 23 Apr 20:44
· 63 commits to main since this release

Changed

  • TLS backend — Switched the SQLx runtime feature from runtime-tokio-rustls to runtime-tokio-native-tls in both the root crate and the pg-stress companion. This eliminates the transitive dependency on the ring crate (not FIPS compliant for our policy requirements). Linux uses OpenSSL via native-tls; macOS uses Secure Transport, Windows uses SChannel. (#5)
  • Build hygiene — Dropped the path = "../../duroxide" and path = "../../../duroxide" workspace-relative overrides on the duroxide dependency. The crate now resolves duroxide purely from crates.io. (#5)
  • Bumped duroxide dependency — 0.1.27 → 0.1.28 (also drops ring).

📦 Crates.io: https://crates.io/crates/duroxide-pg/0.1.30
📜 Full changelog: https://github.com/microsoft/duroxide-pg/blob/main/CHANGELOG.md