Releases: danomagnum/gologix
Beta 29.2
Beta 29.1
Added logger interface. Changed an Error log that should have been a debug into a debug.
Shouldn't be any changes necessary from users for these changes.
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.