Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 772 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 772 Bytes

Changelog

[0.1.0] - 2024-07-23

  • Initial release: go_openshowvar library is published.
  • A Go library that uses the OpenShowVar protocol to connect to Kuka robots and perform data read/write operations.

[0.1.1] - 2024-07-23

Added

  • Integrated GitHub Actions CI workflow to automatically run unit tests on every push and pull request to the main branch.
  • Enhanced continuous integration by ensuring code quality through automated testing.

[1.0.0] - 2024-12-04

Added

  • Introduced IsConnected method to the OpenShowVar struct, which allows checking if the connection to the server is active.

[1.0.1] - 2024-12-05

Update

  • Changed the method name IsConnect to IsConnected in the OpenShowVar library for consistency and clarity.