Releases: Rohland/barky
Releases · Rohland/barky
1.1.20
Upgrade deps + fix for reading .yml files
⬆️ upgraded all dependencies to latest major versions
🐞 fixes issue where .yml
extension wasn't supported
Slack ping + updated dependencies
Fixes web validator for object (e.g. JSON) responses
- 🐛 fixes issue where text validation would not work on web endpoints returning JSON (see #19)
Fixes number rendering + bump deps
- 🐛 fixes issue where IP addresses and other similar values emitted in messages were being parsed as numbers
- ⬆️ bumped dependencies to latest version
Automatically validate expiring TLS certificates
This release
- ⬆️ upgrades all dependencies to latest versions
- 👀 Automatically turns on expiring certificate validation for all web checks (can be disabled via config)
Sumo Logic Rate Limiting
This release includes updates to avoid hitting Sumo Logic's strict rate limiting rules. An internal rate limiter governs how many concurrent requests can run per second, and how many concurrent searches can run.
Shell Support + Fixes
- ✨added a new evaluator for shell scripts (see readme for more info)
- ✨ rules can be configured with match filters now
- 🐞 fixed a number of bugs relating to mute windows and alerts
- 🐞 fixed a bug for "yesterday" when used in time windows
- 💄 enhanced Slack messages to make things a little clearer and included resolution time with ongoing alerts when some are resolved
🔕 Add mute notifications
Barky now emits a reply via Slack + a reaction when alerts are muted. It also reacts to resolved issues.
See #3
Adds support for named period ranges
See #2
Example period formats (for evaluators such as the Sumo Logic evaluator):
-10m to -5m
is 10 minutes ago to 5 minutes ago-1h to 0h
is hour ago to now-1d to -1h
is 24 hours ago to 1 hour ago- [NEW]
today
is from 00:00AM until now - [NEW]
yesterday
is from 00:00AM yesterday until 00:00AM today