Skip to content

go-s7comm v0.6.3

Choose a tag to compare

@github-actions github-actions released this 24 Mar 08:47

Date: 2026-03-24
Previous release: v0.6.2

Summary

  • Module rename: Module path changed from github.com/otfabric/s7comm to github.com/otfabric/go-s7comm to align with the go- 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.yml with dedicated ci.yml that calls the shared reusable workflow otfabric/.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.yml calls the shared reusable workflow otfabric/.github/.github/workflows/go-package-release.yml@v2 with workflow_dispatch for manual patch/minor/major bumps.

Breaking changes

  • Import path: All consumers must update their imports from github.com/otfabric/s7comm/... to github.com/otfabric/go-s7comm/....