Skip to content

v0.8.0 - Golang Rewrite

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 08:54
· 93 commits to main since this release
08984d0

We have rewritten the Check Plugin in Golang :shipit:

This has many advantages for you and for us. It now comes in a single binary, so no need for additional packages on your machine. Plus, the code is now fully tested, so we can improve it more easily.

Changelog

  • f100a90 Rewrite in Golang (#47)
  • a5ac50a Add Uom to perfdata
  • 3c5493d Add goreleaser configuration
  • ce486a4 Add tests for config.go
  • 25e5d49 Merge pull request #54 from NETWAYS/fix/optimizations
  • 08984d0 Merge pull request #56 from NETWAYS/refactor-strings
  • b055aa0 Optimize slice memory allocations
  • 1cb71fe Refactor to use strings.Builder
  • c51ecc3 Update golangci-lint config