Skip to content

Releases: Rohland/barky

Quick Mute Options

20 Nov 10:05

Choose a tag to compare

✨ added ability to choose from a predefined list of quick mute options when muting
💄 fixed issue with flickering modals on first launch of web app

See #50

Added 30s timeout for all evaluators

19 Nov 10:16

Choose a tag to compare

🔧 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

18 Nov 09:21

Choose a tag to compare

🐞 fixes bug when dynamically muting identifiers that contain special characters
⬆️ bumped all dependencies

see #48

Rate Limit Refactor for Sumo Logic

29 Oct 08:56

Choose a tag to compare

♻️ 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

30 Aug 10:06

Choose a tag to compare

🐞 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

25 Aug 08:31

Choose a tag to compare

✨ 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

05 Jun 06:55

Choose a tag to compare

🐛 fixes bug with window functions and early success

Better type detection + bug fixes + upgrade deps

01 Jun 14:00

Choose a tag to compare

⬆️ 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

12 May 11:45

Choose a tag to compare

⬆️ updated dependencies
🔧 added timeout for channel notifications
🔧 updated max query execution timeout for mysql checks

Dark Mode

08 May 05:37

Choose a tag to compare

✨ added dark mode support for ui

See #40