Skip to content

Releases: danomagnum/gologix

Beta 27

11 Dec 03:37
8abfd74
Compare
Choose a tag to compare

Writing of structs into UDTs is now supported.

Beta 26

31 Oct 01:53
Compare
Choose a tag to compare

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

19 Oct 00:40
Compare
Choose a tag to compare

AutoKeepAlive doesn't always work with some PLCs. Disabling by default for now.

Beta 25

19 Sep 03:17
07df61c
Compare
Choose a tag to compare

Tag read efficiency optimizations.
Migrated to SLOG for logging.

Beta 24

28 Jun 05:13
Compare
Choose a tag to compare

Merged improvements to client configuration and streamlined logic.

Lots of minor changes.

Beta 23

10 May 14:20
Compare
Choose a tag to compare

Improved error reporting in multi-reads.

Full Changelog: v0.22.3-beta...v0.23.0-beta

Beta 22.3

26 Apr 02:44
Compare
Choose a tag to compare

Bug fix on GetAttrList for L8 processors (and possibly other devices) and add better return error.

Beta 22.1

16 Feb 04:33
Compare
Choose a tag to compare

Made logging more usable and less verbose under most circumstances.

Beta 22

03 Feb 05:09
Compare
Choose a tag to compare

Updated documentation and removed functions that should not have been exported.

The goal is to move towards API stability and leave beta.

Beta 21

16 Jan 03:22
Compare
Choose a tag to compare

Fixed bug in the generic message and get attribute single for path components other than single bytes.