v6.0.0-rc.27
·
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
Attemptfields as public API by @0x676e67 in #1046 - perf(redirect): use static
HeaderNameforcookie2to avoid allocation by @0x676e67 in #1047 - feat(tls): Add peer certificate chain to
TlsInfoby @Abernson in #1049 - perf(tls): use
Bytesforpeer_certificateto enable cheap cloning by @0x676e67 in #1050 - build(deps): update
http2dependency version to 0.5.11 by @0x676e67 in #1051 - feat(cookie): unify cookie addition methods into
add()by @0x676e67 in #1043 - build(deps): Bump
urldependency version to 2.5.8 by @0x676e67 in #1053 - fix(verbose): correct connection verbose tracing by @0x676e67 in #1055
- build(deps): add
prefix-symbolsto resolveOpenSSLsymbol conflicts by @0x676e67 in #1056
New Contributors
Full Changelog: v6.0.0-rc.26...v6.0.0-rc.27