v0.0.51
What's Changed
- feat(terminating-tls): Add opt-in configuration for providing CA cert and key by @shawnm-anthropic in #247
- feat(terminating-tls): per-host leaf cert minting by @shawnm-anthropic in #248
- feat(terminating-tls): in-process TLS termination by @shawnm-anthropic in #254
- fix(sandbox): make reset() resilient to missed bridge 'exit' events by @dylan-conway in #255
- feat(terminating-tls): inject CA-trust env vars into the sandboxed child by @shawnm-anthropic in #256
- feat(terminating-tls): filterRequest callback for full-request filtering by @shawnm-anthropic in #258
- feat(terminating-tls): generate ephemeral CA when caCertPath/caKeyPath omitted by @shawnm-anthropic in #259
- fix: two end-to-end bugs blocking filterRequest + ephemeral CA by @shawnm-anthropic in #260
- chore: bump version to 0.0.51 by @dylan-conway in #262
New Contributors
- @shawnm-anthropic made their first contribution in #247
Full Changelog: v0.0.50...v0.0.51