Skip to content

v6.0.0-rc.27

Choose a tag to compare

@github-actions github-actions released this 17 Jan 06:57
· 160 commits to main since this release

What's Changed

  • ci(test): fix windows tests by @0x676e67 in #1042
  • style(cookie): prefer Duration::is_zero() in Max-Age=0 check by @0x676e67 in #1044
  • style(cookie): prefer dt <= SystemTime::now() in expires check by @0x676e67 in #1045
  • refactor(redirect): expose Attempt fields as public API by @0x676e67 in #1046
  • perf(redirect): use static HeaderName for cookie2 to avoid allocation by @0x676e67 in #1047
  • feat(tls): Add peer certificate chain to TlsInfo by @Abernson in #1049
  • perf(tls): use Bytes for peer_certificate to enable cheap cloning by @0x676e67 in #1050
  • build(deps): update http2 dependency version to 0.5.11 by @0x676e67 in #1051
  • feat(cookie): unify cookie addition methods into add() by @0x676e67 in #1043
  • build(deps): Bump url dependency version to 2.5.8 by @0x676e67 in #1053
  • fix(verbose): correct connection verbose tracing by @0x676e67 in #1055
  • build(deps): add prefix-symbols to resolve OpenSSL symbol conflicts by @0x676e67 in #1056

New Contributors

Full Changelog: v6.0.0-rc.26...v6.0.0-rc.27