Releases: danomagnum/gologix
Beta 29
Beta 29 adds two new functions to the client - ListIdentify()
and ListServices()
and refactors the integration test setup to support non-tag based testing.
What's Changed
- Add ListIdentity CIP Request by @afonso360 in #29
- Add integration test for ListIdentity by @danomagnum in #31
- Add ListServices CIP Request by @afonso360 in #30
New Contributors
- @afonso360 made their first contribution in #29
Full Changelog: v0.28.0-beta...v0.29.0-beta
Beta 28
Added proper CRC calculations for TIMER type.
Full Changelog: v0.27.2-beta...v0.28.0-beta
Beta 27.2
Improved diagnostic messages and replacement of magic numbers with constants.
Beta 27.1
The keepalive no longer automatically re-reads all tags in the controller. Set client.KeepAlivePollTags to true if you want the old functionality back for that.
Full Changelog: v0.27.0-beta...v0.27.1-beta
Beta 27
Writing of structs into UDTs is now supported.
Beta 26
Proper support for signed 8-bit integers.
This will require any code that used to use byte inside of structures to be converted to use int8 if the data type is in fact a sint on the controller.
Beta 25.1
AutoKeepAlive doesn't always work with some PLCs. Disabling by default for now.
Beta 25
Tag read efficiency optimizations.
Migrated to SLOG for logging.
Beta 24
Merged improvements to client configuration and streamlined logic.
Lots of minor changes.
Beta 23
Improved error reporting in multi-reads.
Full Changelog: v0.22.3-beta...v0.23.0-beta