Releases · gorcon/websocket · GitHub
Skip to content

Releases: gorcon/websocket

v1.1.3

Choose a tag to compare

@outdead outdead released this 03 Feb 18:08

Updated

  • Updated Golang to 1.21.6 version.
  • Updated golangci linter to 1.55.2 version.

v1.1.2

Choose a tag to compare

@outdead outdead released this 05 Jan 21:57

Updated

  • Updated golangci linter to 1.33 version in CI

v1.1.1

Choose a tag to compare

@outdead outdead released this 05 Jan 21:52

Updated

  • Updated golangci linter to 1.33 version

Changed

  • Changed errors handling - added wrapping.

v1.1.0

Choose a tag to compare

@outdead outdead released this 14 Dec 01:59

Changed

  • Replaced testify/assert to native tests.

v1.0.1

Choose a tag to compare

@outdead outdead released this 13 Nov 23:07

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 and TEST_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.

v1.0.0

Choose a tag to compare

@outdead outdead released this 13 Nov 02:44

Added

  • Added mockserver and tests.
  • Added LocalAddr() net.Addr and RemoteAddr() net.Addr functions that returns local and remote network addresses.

v0.1.0

Choose a tag to compare

@outdead outdead released this 22 Oct 19:35

Added

  • Initial implementation.