Skip to content

Releases: andydunstall/piko

v0.7.0

08 Feb 13:54
07fbee0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.7...v0.7.0

v0.6.7

03 Feb 15:27
c1c4fdf
Compare
Choose a tag to compare

What's Changed

  • feat: added container publishing and helm chart updates on tagged release by @mindovermiles262 in #214
  • build(deps): bump github.com/goccy/go-yaml from 1.15.13 to 1.15.17 by @dependabot in #218
  • build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #219
  • agent: add per-endpoint proxy metrics by @andydunstall in #220

Full Changelog: v0.6.6...v0.6.7

v0.6.6

06 Jan 17:10
a0235d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.5...v0.6.6

v0.6.5

23 Dec 11:30
fe76134
Compare
Choose a tag to compare

Adds support for disabling connection disconnect on JWT expiry (#204)

What's Changed

  • build(deps): bump github.com/goccy/go-yaml from 1.15.4 to 1.15.7 by @dependabot in #201
  • build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #202
  • build: update go and piko versions by @andydunstall in #203
  • auth: add disable disconnect on expiry config by @andydunstall in #204
  • build(deps): bump github.com/goccy/go-yaml from 1.15.7 to 1.15.10 by @dependabot in #205
  • build(deps): bump github.com/goccy/go-yaml from 1.15.10 to 1.15.13 by @dependabot in #206

Full Changelog: v0.6.4...v0.6.5

v0.6.4

10 Dec 17:07
1da1354
Compare
Choose a tag to compare
  • Extends TLS configuration
  • Adds support for x-piko-authorization header
  • Fixes client max backoff

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

14 Oct 08:55
c0c58cc
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #156
  • tcp: Fix protocol configuration loading by @tschwery in #157
  • build(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 by @dependabot in #159
  • agent: disable metrics server by default by @andydunstall in #161
  • build(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #162
  • build(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #163
  • build(deps): bump github.com/hashicorp/go-sockaddr from 1.0.6 to 1.0.7 by @dependabot in #164
  • agent: update yamux to v1.5.0 by @andydunstall in #166 (Thanks @moredure!)

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

15 Aug 06:43
685afd2
Compare
Choose a tag to compare

Updates the server and agent proxy timeouts to not apply to WebSocket connections, plus adds gossip digest/delta metrics.

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

14 Aug 15:58
890a206
Compare
Choose a tag to compare
  • Adds support for authenticating proxy and admin ports
  • Adds support for piko forward authentication
  • Improves test coverage
  • Improves logging

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

04 Jul 10:02
0393df1
Compare
Choose a tag to compare

v0.6.0 adds a new Piko Go client and improves reliability

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Jun 06:20
547ada3
Compare
Choose a tag to compare

v0.5.0 adds support for forwarding raw TCP traffic using Piko. See TCP Forwarding for details.

What's Changed

Full Changelog: v0.4.0...v0.5.0