Releases: danomagnum/gologix
Beta 27
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
Beta 22.3
Bug fix on GetAttrList for L8 processors (and possibly other devices) and add better return error.
Beta 22.1
Made logging more usable and less verbose under most circumstances.
Beta 22
Updated documentation and removed functions that should not have been exported.
The goal is to move towards API stability and leave beta.
Beta 21
Fixed bug in the generic message and get attribute single for path components other than single bytes.