All notable changes to this project will be documented in this file.
ATTN: This project uses semantic versioning.
v1.2.3 - 2024-02-03
- Updated Golang to 1.21.6 version.
- Updated golangci linter to 1.55.2 version.
v1.2.2 - 2021-01-06
- Fixed telnettest panic "handle read request error"
v1.2.1 - 2021-01-06
- Updated golangci linter to 1.33 version
- Changed errors handling - added wrapping.
v1.2.0 - 2020-12-08
- Added telnettest Server for mocking TELNET connections.
- Replaced testify/assert to native tests.
v1.1.0 - 2020-11-16
- More tests.
- Added the ability to remove part of the constantly repeated data from the response #1
- 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 - 2020-11-14
- 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
andTEST_7DTD_SERVER_PASSWORD
with address and password from 7 Days to Die remote console.
- Changed CI workflows and related badges. Integration with Travis-CI was changed to GitHub actions workflow. Golangci-lint job was joined with tests workflow.
- Initial implementation.