Welcome to the second beta version of 2.11. We are closer to a final release. This includes some minor new features and enhancements, and a fix for the ZeroSSL API issuer.
Thank you to everyone who contributed!
Changelog
- 8a87bb3 build(deps): bump github.com/smallstep/certificates (#7381)
- 7b031e1 build(deps): bump the all-updates group across 1 directory with 12 updates (#7421)
- be5f49f caddyhttp: Fix logging on wildcard sites when SkipUnmappedHosts is true (#7372)
- 6e0cbd0 caddyhttp: create a placeholder for and log ech status (#7328)
- 4037d05 caddyhttp: {http.request.body_base64} placeholder (#7367)
- 7ebe72b caddypki: Add support for multiple intermediates in signing chain (#7057)
- 3c9c67e caddytls: ECH key rotation (#7356)
- 374b7a6 caddytls: fix preferred chains options by appending values instead of replacing (#7387)
- 6a4296b caddytls: panic when using tls.ca_pool.source.http -> tls.ca (#7393)
- 9eabd44 cmd: Add --json flag to list-modules command (#7409)
- b2d21f6 go.mod: Upgrade CertMagic and ZeroSSL deps
- 34fd2df go.mod: update tscert package to latest (aea342f6) (#7397)
- decc8a4 logging:
log_appendEarly option, Supports{http.response.body}(#7368) - 409a072 notify: implement windows service status and error notifications (#7389)
- 1f1be3f tracing: Add span attributes to tracing module (#7269)
What's Changed
- build(deps): bump github.com/smallstep/certificates from 0.28.4 to 0.29.0 by @dependabot[bot] in #7381
- caddypki: Add support for multiple intermediates in signing chain by @hslatman in #7057
- caddyhttp: Fix logging on wildcard sites when SkipUnmappedHosts is true by @francislavoie in #7372
- multiplexing: Introduce packet conn wrappers by @vnxme in #7180
- docs: add maybe template function documentation by @steffenbusch in #7388
- caddyhttp: create a placeholder for and log ech status by @WeidiDeng in #7328
- caddytls: fix preferred chains options by appending values instead of replacing by @okrc in #7387
- feat: mark Assert* functions as test helpers by @dunglas in #7380
- caddytls: ECH key rotation by @mholt in #7356
- caddytls: panic when using tls.ca_pool.source.http -> tls.ca by @Zenexer in #7393
- notify: implement windows service status and error notifications by @FreyreCorona in #7389
- caddyhttp:
{http.request.body_base64}placeholder by @francislavoie in #7367 - chore: update tscert package to latest (aea342f6) by @willnorris in #7397
- logging:
log_appendEarly option, Supports{http.response.body}by @francislavoie in #7368 - update quic-go to v0.58.0 by @marten-seemann in #7404
- cmd: add --json flag to list-modules by @pauloappbr in #7409
- Add span attributes to tracing module by @felix-hilden in #7269
- readme: fix fence by @mohammed90 in #7416
- build(deps): bump the all-updates group across 1 directory with 12 updates by @dependabot[bot] in #7421
New Contributors
- @okrc made their first contribution in #7387
- @Zenexer made their first contribution in #7393
- @FreyreCorona made their first contribution in #7389
- @pauloappbr made their first contribution in #7409
- @felix-hilden made their first contribution in #7269
Full Changelog: v2.11.0-beta.1...v2.11.0-beta.2