Skip to content

trillium-rustls-v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 21:54
· 21 commits to main since this release

Added

  • (rustls) [breaking] change how crypto providers are selected

See crate-level documentation for more on how the new features work. This is only a breaking change if you were using default-features = false AND not enabling either ring or aws-lc-rs. In that case you'll need to enable custom-crypto-provider on this crate, which brings in no additional dependencies but makes the possibility of a runtime panic due to crypto feature selection opt-in. Without this feature, misconfiguration (default-features = false without a crypto provider`) will be a compile-time error.

Other

  • release