Releases: whiskeyjimbo/CheckMate
Releases · whiskeyjimbo/CheckMate
v0.6.0
Changelog
New Features
- b2fbcf2: feat: enhance checker with parallel execution and metadata support (@whiskeyjimbo)
- 851d2a0: feat: individual timeout configuration for checkers with global default (@whiskeyjimbo)
Bug fixes
- fd15123: fix: function name (@whiskeyjimbo)
Documentation updates
- 5f55daf: docs: update readme (@whiskeyjimbo)
- 7c467a9: docs: update readme (@whiskeyjimbo)
- c12a094: docs: update readme (@whiskeyjimbo)
Other work
- 5209fde: refactor: error updates (@whiskeyjimbo)
- 4431710: refactor: update checker: add protocol registration via factory method which should simplify checker creation since its more dynamic (@whiskeyjimbo)
v0.5.4
Changelog
New Features
- e5c62b5: feat: add environment variable support in config (@whiskeyjimbo)
Documentation updates
- 47dc7fe: docs: update readme (@whiskeyjimbo)
Other work
- 9169602: refactor: update checker interfaces to support multiple hosts and to add to prom stats (@whiskeyjimbo)
v0.5.2
Changelog
Documentation updates
- 925b763: docs: readme update (@whiskeyjimbo)
Other work
- fa5fb41: refactor: combine certrules and rules together and add a type (@whiskeyjimbo)
v0.5.1
Changelog
v0.5.0
Changelog
New Features
- 948ea20: feat: add HTTPS checker, cert validation and rules support (@whiskeyjimbo)
- e7a9503: feat: enhance monitoring capabilities with new metrics and configuration options (nodes and edges for graph) (@whiskeyjimbo)
Documentation updates
- 294520b: docs: update README (@whiskeyjimbo)
- 206ac10: docs: update README to clarify group monitoring features and configuration examples (@whiskeyjimbo)
- 34a5d2f: docs: update README to reflect changes (@whiskeyjimbo)
- 90526be: docs: update example config to reflect changes and make it clearer (@whiskeyjimbo)
- 529dff2: docs: update readme (@whiskeyjimbo)
Other work
- 494d3b1: refactor: add log levels to log notifier (@whiskeyjimbo)
- aa85951: refactor: cleanup checker and related (@whiskeyjimbo)
- 948fb1b: refactor: improve health check (@whiskeyjimbo)
- 94da06a: refactor: reorganize project structure by moving packages to internal, refactor main and split out functions (@whiskeyjimbo)
- 415ab95: refactor: restructure configuration types and add some validation logic (@whiskeyjimbo)
- c4ef0bb: refactor: update large functions in metrics (@whiskeyjimbo)
v0.4.2
Changelog
Other work
- 66b25bb: refactor: enhance monitoring context and simplify function signatures through encapsulating values (@whiskeyjimbo)
- 7acfb41: refactor: implement rule mode resolver for enhanced notification handling (@whiskeyjimbo)
v0.4.1
v0.4.0
Changelog
New Features
- 00058a1: feat: transition from host-based to group-based monitoring configuration (@whiskeyjimbo)
Documentation updates
- cb98c0c: docs: update README and add example configuration for group-based monitoring (@whiskeyjimbo)
Build process updates
- 3714203: build: update README and makefile (@whiskeyjimbo)
v0.3.1
v0.2.0
Changelog
New Features
- 74a81d5: feat: site-based top level configuration with tag inheritance (@whiskeyjimbo)
Bug fixes
- ad61703: fix: http was not accounting for non ok status codes. (@whiskeyjimbo)
Documentation updates
- 3d30247: docs: update readme with site configuration (@whiskeyjimbo)