What's Changed
- log: reopen disk files on SIGHUP by @mmatczuk in #848
- log: add reopen to API by @mmatczuk in #849
- build(deps): bump github.com/prometheus/common from 0.54.0 to 0.55.0 by @dependabot in #850
- build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #853
- build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #852
- Add support for SSLKEYLOGFILE by @mmatczuk in #855
- build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #858
- bind: refactor osFileFlag to FileFlag by @mmatczuk in #859
- docs: document SSLKEYLOGFILE by @mmatczuk in #857
- Fix file flag handling by @mmatczuk in #860
- utils/cobrautil: add functional options to BindAll() to allow Viper customization by @mmatczuk in #861
- chore(bind): make log-file flag redact function permanent by @mmatczuk in #862
- utils/compose: initial support for data containers by @mmatczuk in #863
- utils/cobrautil: FlagsDescriber change field ShowNotChanged to ShowChangedOnly by @mmatczuk in #864
- Fix content length in CONNECT requests and responses by @mmatczuk in #866
- chore(utils/httpbin): make delay return 200 on contex cancel explicit by @mmatczuk in #867
- martian: add not nil header in newConnectResponse() by @mmatczuk in #868
- martian: fix half-close propagation downstream when using http2 handler by @mmatczuk in #870
- martian(mitm): use newConnectResponse() by @mmatczuk in #871
- Fix reading api-address from config file in container by @mmatczuk in #874
Full Changelog: v1.3.1...v1.3.2