go-s7comm v0.6.3
Date: 2026-03-24
Previous release: v0.6.2
Summary
- Module rename: Module path changed from
github.com/otfabric/s7commtogithub.com/otfabric/go-s7commto align with thego-prefix naming convention used across otfabric Go libraries (e.g. go-tpkt, go-cotp). - Minimum Go version: Raised from 1.22 to 1.23 in
go.mod. - CI workflow: Replaced single
test.ymlwith dedicatedci.ymlthat calls the shared reusable workflowotfabric/.github/.github/workflows/go-ci.yml@v2. Test matrix covers Go 1.23–1.26 on ubuntu and Windows; coverage uploads to Codecov. - Release workflow: New
release.ymlcalls the shared reusable workflowotfabric/.github/.github/workflows/go-package-release.yml@v2withworkflow_dispatchfor manual patch/minor/major bumps.
Breaking changes
- Import path: All consumers must update their imports from
github.com/otfabric/s7comm/...togithub.com/otfabric/go-s7comm/....