Skip to content

Releases: gorcon/websocket

v1.1.3

03 Feb 18:08
Compare
Choose a tag to compare

Updated

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

v1.1.2

05 Jan 21:57
Compare
Choose a tag to compare

Updated

  • Updated golangci linter to 1.33 version in CI

v1.1.1

05 Jan 21:52
Compare
Choose a tag to compare

Updated

  • Updated golangci linter to 1.33 version

Changed

  • Changed errors handling - added wrapping.

v1.1.0

14 Dec 01:59
Compare
Choose a tag to compare

Changed

  • Replaced testify/assert to native tests.

v1.0.1

13 Nov 23:07
Compare
Choose a tag to compare

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

13 Nov 02:44
Compare
Choose a tag to compare

Added

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

v0.1.0

22 Oct 19:35
Compare
Choose a tag to compare

Added

  • Initial implementation.