Releases: xiegeo/modbusone
Releases · xiegeo/modbusone
v1.0.1
v1.0.0
ToExceptionCode now supports warped errors.
V1 release with the following depreciated identifiers removed:
- The
Server
interface is removed. UseServerCloser
instead. - Public global variable
DebugOut
is changed to private. UseSetDebugOut(w io.Writer)
instead for thread safety. - Type alias
type ProtocalHandler = ProtocolHandler
removed. - Function redirect from
GetRTUBidirectionSizeFromHeader
toGetRTUBidirectionalSizeFromHeader
removed. - Function redirect from
NewRTUCLient
toNewRTUClient
removed.
Also, golangci-lint produces no warning as of version v1.49.0