Releases: msquee/go-websockify
Releases · msquee/go-websockify
v1.2.0
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
v1.1.0
Added
- e6ab043 New "path" command line flag allows you to specify the path that WebSocket clients connect to.
Updated
- 05ae4e8 Update how the HTTP server is stopped.
- 58687d2216c172da00d84e3b531900c3a9dffeb5Updated comment style from
/* ... */
to// ...
- 0499ba0 Updated control panel dependencies.
- e6ab043 Updated control panel license from ISC to MIT
v1.0.0
Initial release of Go WebSockify!
Checkout the official roadmap: https://github.com/msquee/go-websockify#roadmap