All notable changes to this project will be documented in this file.
ATTN: This project uses semantic versioning.
v1.1.3 - 2024-02-03
- Updated Golang to 1.21.6 version.
- Updated golangci linter to 1.55.2 version.
v1.1.2 - 2021-01-06
- Updated golangci linter to 1.33 version in CI
v1.1.1 - 2021-01-06
- Updated golangci linter to 1.33 version
- Changed errors handling - added wrapping.
v1.1.0 - 2020-12-14
- Replaced testify/assert to native tests.
v1.0.1 - 2020-11-14
- 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 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 - 2020-11-13
- Added mockserver and tests.
- Added
LocalAddr() net.Addr
andRemoteAddr() net.Addr
functions that returns local and remote network addresses.
- Initial implementation.