v0.24.0
[v0.24.0] - 2024-07-05
A breaking release that mainly changes:
tls
feature for the client has been divided intotls
andtls-platform-verifier
where thetls
feature
will only includerustls
and no specific certificate store but the default one is stilltls-rustls-platform-verifier
.
This is useful if one wants to avoid bring on openssl dependencies.- Remove dependencies
anyhow
andbeef
from the codebase.