Skip to content

v0.7.0

Compare
Choose a tag to compare
@programatik29 programatik29 released this 30 Jul 16:36
· 16 commits to master since this release
0830eaa
  • fixed: Graceful shutdown now stops accepting requests from existing connections.
  • changed: Updated rustls from 0.21 to 0.23.
  • changed: Updated tokio-rustls from 0.24 to 0.26.
  • changed: Updated hyper from 1.0.1 to 1.4.
  • changed: Updated http from 1.0.0 to 1.1.
  • added: rustls-pki-types dependency for the tls-rustls feature.
  • changed: Replaced usage of rustls::Certificate and rustls::PrivateKey with rustls_pki_types::CertificateDer and rustls_pki_types::PrivateKeyDer.
  • changed: Updated ServerConfig initialization to remove with_safe_defaults() call.
  • changed: Updated ClientConfig initialization in tests to use dangerous() instead of with_safe_defaults().
  • changed: Updated ServerCertVerifier implementation in tests to match new rustls API.
  • changed: Minor version bumps for various dependencies including rustls-pemfile, serial_test, and tower-http.