Skip to content

Releases: gorcon/telnet

v1.2.3

03 Feb 17:52
Compare
Choose a tag to compare

Updated

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

v1.2.2

05 Jan 22:32
Compare
Choose a tag to compare

Fixed

  • Fixed telnettest panic "handle read request error"

v1.2.1

05 Jan 22:13
Compare
Choose a tag to compare

Updated

  • Updated golangci linter to 1.33 version

Changed

  • Changed errors handling - added wrapping.

v1.2.0

07 Dec 23:16
Compare
Choose a tag to compare

Added

  • Added telnettest Server for mocking TELNET connections.

Changed

  • Replaced testify/assert to native tests.

v1.1.0

16 Nov 03:11
Compare
Choose a tag to compare

Added

  • More tests.
  • Added the ability to remove part of the constantly repeated data from the response #1

Fixed

  • Fixed error write tcp 172.22.0.1:55036->172.22.0.2:8081: write: broken pipe for multiple requests in one
    connection session #2

v1.0.1

14 Nov 02:26
Compare
Choose a tag to compare

Added

  • Added the ability to run the help command on a real 7 Days to Die server. To do this, set environment variables
    TEST_7DTD_SERVER=true, TEST_7DTD_SERVER_ADDR and TEST_7DTD_SERVER_PASSWORD with address and password from
    7 Days to Die remote console.

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

05 Oct 23:17
Compare
Choose a tag to compare
Add description to DialInteractive