Skip to content

go-s7comm v0.7.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:50

Date: 2026-07-17
Previous release: v0.7.0

Summary

  • Native bit API: Public model.BitAddress plus client.ReadBit / WriteBit / ReadDBBit / WriteDBBit using S7 BIT transport (not byte read-modify-write). Wire helpers: S7AnyBitAddress, EncodeS7AnyBit, EncodeReadVarBitRequest, EncodeWriteVarBitRequest, DecodeAsBit. Existing byte EncodeS7Any / ReadArea / WriteArea APIs unchanged. Interop HasBit steps use the public bit API.

Breaking changes

  • None (additive).