Releases: NETWAYS/check_logstash
Releases · NETWAYS/check_logstash
v0.12.0
v0.11.0
v0.10.0
v0.9.1
v0.9.0
v0.9.0-rc1
v0.8.2
v0.8.1
Changelog
Just minor stuff under the hood.
- b7201a9 Pin golangci-lint version
- 1be9304 Remove third party dependencies
- 5795425 Extend Tests to separate Logstash versions
- 6245226 Add go vet to CI
- 9f9b62e Bump github.com/NETWAYS/go-check from 0.3.0 to 0.4.1
- cda5215 Bump golang.org/x/net from 0.4.0 to 0.5.0
- c289f29 Bump golang.org/x/oauth2 from 0.3.0 to 0.5.0
- 9df6123 Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0
- 397d1fd Merge pull request #50 from NETWAYS/dependabot/go_modules/golang.org/x/net-0.5.0
- 6713dd7 Merge pull request #57 from NETWAYS/cleanup-dependencies
- 4bd7232 Merge pull request #58 from NETWAYS/dependabot/go_modules/golang.org/x/oauth2-0.5.0
- 7bc12c4 Merge pull request #60 from NETWAYS/dependabot/go_modules/golang.org/x/oauth2-0.6.0
- 6a5f0e5 Merge pull request #61 from NETWAYS/dependabot/go_modules/github.com/NETWAYS/go-check-0.4.1
- ed078a3 Merge pull request #64 from NETWAYS/extend-tests
v0.8.0 - Golang Rewrite
We have rewritten the Check Plugin in Golang
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