v0.7.0
版本发布时间: 2024-07-31 00:36:22
programatik29/axum-server最新发布版本:v0.7.1(2024-07-31 21:41:38)
- fixed: Graceful shutdown now stops accepting requests from existing connections.
-
changed: Updated
rustls
from0.21
to0.23
. -
changed: Updated
tokio-rustls
from0.24
to0.26
. -
changed: Updated
hyper
from1.0.1
to1.4
. -
changed: Updated
http
from1.0.0
to1.1
. -
added:
rustls-pki-types
dependency for thetls-rustls
feature. -
changed: Replaced usage of
rustls::Certificate
andrustls::PrivateKey
withrustls_pki_types::CertificateDer
andrustls_pki_types::PrivateKeyDer
. -
changed: Updated
ServerConfig
initialization to removewith_safe_defaults()
call. -
changed: Updated
ClientConfig
initialization in tests to usedangerous()
instead ofwith_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
, andtower-http
.