Skip to content

Releases: msquee/go-websockify

v1.2.0

10 Dec 20:23
Compare
Choose a tag to compare

CI pipeline! Idiomatic updates!

Added

  • Define Proxy interface and implement it on ProxyServer
  • Add pointer receiver for initializing ProxyServer and add Teardown function
  • Rename receiver variable to p from proxyServer
  • Add MIT license badge to README
  • Add build pipeline with GitHub Actions (#15)

Updated

  • Return if ctx has error
  • Make config available as a struct
  • Fix metric exports

v1.1.1

07 Nov 18:48
ed0565f
Compare
Choose a tag to compare

Added

  • Add Grafana and Prometheus button icons to Control Plane.

Updated

  • Specify --path for Docker and Modd startup commands.
  • Fix Grafana dashboard labels.
  • Use 127.0.0.1 in Control Plane instead of localhost.

PR #13

v1.1.0

31 Oct 19:49
Compare
Choose a tag to compare

Added

  • e6ab043 New "path" command line flag allows you to specify the path that WebSocket clients connect to.

Updated

v1.0.0

07 Oct 20:00
bba2064
Compare
Choose a tag to compare

Initial release of Go WebSockify!

Checkout the official roadmap: https://github.com/msquee/go-websockify#roadmap