Skip to content

Releases: xiegeo/modbusone

v1.0.1

10 Sep 17:07
Compare
Choose a tag to compare

Improve documentation for ToExceptionCode.

v1.0.0

10 Sep 13:20
Compare
Choose a tag to compare

ToExceptionCode now supports warped errors.

V1 release with the following depreciated identifiers removed:

  • The Server interface is removed. Use ServerCloser instead.
  • Public global variable DebugOut is changed to private. Use SetDebugOut(w io.Writer) instead for thread safety.
  • Type alias type ProtocalHandler = ProtocolHandler removed.
  • Function redirect from GetRTUBidirectionSizeFromHeader to GetRTUBidirectionalSizeFromHeader removed.
  • Function redirect from NewRTUCLient to NewRTUClient removed.

Also, golangci-lint produces no warning as of version v1.49.0

v0.9.0

08 Sep 07:12
Compare
Choose a tag to compare

This is the last pre-v1 feature release.

  • Added TCP support.
  • Fixed a bug recovering from data corruption.

v0.2.3

02 Feb 03:27
Compare
Choose a tag to compare

failback server bug fix

v0.2.2

28 Jan 06:07
Compare
Choose a tag to compare

failback bug fixes