Skip to content

0.27.1

Compare
Choose a tag to compare
@cpu cpu released this 10 Apr 16:37
· 19 commits to main since this release

Added

  • New ConnectorBuilder::with_server_name_resolver() fn for specifying an implementation of the ResolveServerName trait to dynamically resolve the subject name used when verifying a server's certificate.
  • New fips feature flag for enabling the aws-lc-rs Rustls crypto provider in FIPS mode.

Changed

  • ConnectorBuilder::with_server_name() is now deprecated. Existing usages should be replaced with ConnectorBuilder::with_server_name_resolver() and a FixedServerNameResolver.

What's Changed

  • Add feature flag for enabling FIPS. by @tobz in #268
  • Support custom server name resolution by @sfackler in #269
  • Cargo: v0.27.0 -> v0.27.1 by @cpu in #270

New Contributors

Full Changelog: v/0.27.0...v/0.27.1