Releases: gorcon/websocket
Releases · gorcon/websocket
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.1
Added
- Added the ability to run the status command on a real Rust server. To do this, set environment variables
TEST_RUST_SERVER=true
,
TEST_RUST_SERVER_ADDR
andTEST_RUST_SERVER_PASSWORD
with address and password from Rust remote console. - Added deadline test.
Changed
- Changed CI workflows and related badges. Integration with Travis-CI was changed to GitHub actions workflow. Golangci-lint
job was joined with tests workflow.