Releases: Rohland/barky
Quick Mute Options
Added 30s timeout for all evaluators
🔧 implemented a 30s strict timeout for evaluators
📢 added further debug logging for the mysql adapter
see #49
Fixes dynamic mute on identifiers with special chars
🐞 fixes bug when dynamically muting identifiers that contain special characters
⬆️ bumped all dependencies
see #48
Rate Limit Refactor for Sumo Logic
♻️ Refactored the rate limiter to provide more accurate rate limiting by ensuring that no more than x requests are executed per time period. The previous implementation used time slots which could allow bursts of requests that exceeded the intended rate.
Address issues with round-robin tokens from different users
🐞 when multiple sumo tokens are used in a round-robin fashion, this would cause a 404 for job polling - we now use the same token for the same app when evaluating and tokens are only round-robin'd across apps
See #46
Round robin Sumo Tokens + Rate Limit Updates
✨ updates to support multiple sumo logic tokens that are used round robin, to maximise concurrency
🔧 updated rate limiter to align to latest Sumo Logic API Rate limits
Fixes issue with window function
🐛 fixes bug with window functions and early success
Better type detection + bug fixes + upgrade deps
⬆️ upgraded all dependencies to latest
✨ better type detection when formatting values
🐞 fixed bug with url detection causing cpu lockup on web ui
Update dependencies + fix timeouts
⬆️ updated dependencies
🔧 added timeout for channel notifications
🔧 updated max query execution timeout for mysql checks