- Extends TLS configuration
- Adds support for
x-piko-authorization
header - Fixes client max backoff
What's Changed
- build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #167
- server: register prometheus go metrics collector by @andydunstall in #168
- build(deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.13.4 by @dependabot in #169
- build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #171
- build(deps): bump github.com/goccy/go-yaml from 1.13.4 to 1.13.7 by @dependabot in #172
- workload: add missing connect flags by @andydunstall in #173
- server: support x-piko-authorization header by @andydunstall in #183
- agent: fix default protocol by @andydunstall in #184
- agent: add insecure skip verify by @andydunstall in #186
- bench: add piko bench http by @andydunstall in #182
- build(deps): bump github.com/goccy/go-yaml from 1.13.7 to 1.14.3 by @dependabot in #187
- agent: add listener tls client config by @andydunstall in #189
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #190
- ci: update linter by @andydunstall in #192
- go: update go to v1.23.2 by @andydunstall in #193
- server: remove tls config enabled by @andydunstall in #194
- tls: add mutual tls support by @andydunstall in #195
- build(deps): bump github.com/goccy/go-yaml from 1.14.3 to 1.15.4 by @dependabot in #196
- backoff: fix enforcing max backoff by @andydunstall in #200
Full Changelog: v0.6.3...v0.6.4