Skip to content

Releases: IngmarStein/tcp-multiplexer

v1.0.6

19 Nov 22:00
f6f0735
Compare
Choose a tag to compare

Changelog

  • f6f0735 Add --timeout flag to configure the read/write timeout
  • 94ffa27 Remove dependency on spew
  • fa017d7 Replace logrus with the standard slog package
  • 2da2625 Update Go to 1.23.3

v1.0.5

20 Oct 21:53
0efdcb4
Compare
Choose a tag to compare

Changelog

  • 0efdcb4 Add login step for ghcr.io

v1.0.3

20 Oct 20:58
0d3f3f9
Compare
Choose a tag to compare

Changelog

v1.0.2

20 Oct 19:59
3353d9c
Compare
Choose a tag to compare

Changelog

v1.0.1

20 Aug 18:58
934e6fa
Compare
Choose a tag to compare

Changelog

  • 2727db4 Add -d flag for debug logs
  • 58e5c75 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • 048cf66 Don't print an error message when gracefully shutting down
  • 90ce960 Merge pull request #3 from IngmarStein/dependabot/go_modules/github.com/spf13/cobra-1.8.1
  • b92d5a5 Update goreleaser
  • b8d0afd Update to Go 1.22.6
  • 934e6fa Update to Go 1.23.0

v1.0.0

27 May 20:11
f717003
Compare
Choose a tag to compare

Changelog

v0.3.3

26 May 21:08
177f31a
Compare
Choose a tag to compare

Changelog

  • 177f31a Add IDs to kos
  • 3ad5597 Also push container images to Docker Hub
  • 89fb43f Emit payload dumps together with the preceding message

v0.3.2

24 May 20:28
3bfff20
Compare
Choose a tag to compare

Changelog

v0.3.1

24 May 19:29
2e9078c
Compare
Choose a tag to compare

Changelog

v0.3.0

24 May 15:37
f33400f
Compare
Choose a tag to compare

Changelog

  • b582e51 Add debug logging for client connection accounting
  • 707b956 Add modbus message reader
  • 053534c Add some bookkeeping to only keep the target connection open as long as there are connected clients.
  • 22202ed Fix typo
  • c0087c3 Push multi-platform images to GitHub Container Registry
  • f33400f Remove container signing
  • 55addf6 Reuse response channel per connection
  • 6271486 automate unit test