Skip to content

Releases: danomagnum/gologix

Beta 29

21 Mar 01:49
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.28.0-beta...v0.29.0-beta

Beta 28

12 Mar 04:18
Compare
Choose a tag to compare

Added proper CRC calculations for TIMER type.

Full Changelog: v0.27.2-beta...v0.28.0-beta

Beta 27.2

17 Feb 14:12
b4114f6
Compare
Choose a tag to compare

Improved diagnostic messages and replacement of magic numbers with constants.

Beta 27.1

11 Feb 04:15
Compare
Choose a tag to compare

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

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