Skip to content

Releases: andydunstall/piko

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

v0.4.0

12 Jun 04:33
062a16b
Compare
Choose a tag to compare

Adds the /ready route which was removed by mistake in v0.3.0 (required for deploying Piko to Kubernetes)

Also replaces muxado with yamux and cleans up connection handling.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Jun 05:21
3d509f4
Compare
Choose a tag to compare

v0.3.0 contains a rewrite of the agent to server protocol. Instead of forwarding individual HTTP requests and responses, the protocol transports raw TCP bytes multiplexed over a single outbound connection from the upstream to the server.

This has a few major benefits:

  • It supports non-HTTP protocols in the future (particularly TCP)
  • It supports WebSockets
  • It supports a Go SDK in the future where clients can listen for connections from Piko like any other TCP listener (such as net.Listener in Go)
  • It makes the agent and server much simpler as they can treat the 'connection' to the upstream as any other TCP connection (even though the connection is actually multiplexed over the upstreams outbound connection to Piko)

This release also adds TLS support, both for the server and for the agent to configure custom root CAs to verify the servers TLS certificates. It also refactors the piko agent command line and configuration.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 May 06:53
Compare
Choose a tag to compare

This release:

  • Adds a basic Helm chart
  • Fixes bugs in forwarding
  • Improves Piko agent resilience and configuration
  • Extends the admin server

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 May 16:42
Compare
Choose a tag to compare

First release of Piko.

While Piko is still a new project, it has been well tested so should be relatively stable.

What's Changed

Full Changelog: https://github.com/andydunstall/piko/commits/v0.1.0