Skip to content

Releases: c0m4r/kula

0.18.3

09 Jun 07:11

Choose a tag to compare

[0.18.3] - 2026-06-09

Changed

  • plot container memory usage only, move limit to subtitle (#31)

Fixed

  • container memory usage and limit now match docker stats (#31)

Thanks @MaxenceG2M

0.18.2

06 Jun 18:13

Choose a tag to compare

[0.18.2] - 2026-06-06

Added

  • example config seeding

0.18.1

05 Jun 23:37

Choose a tag to compare

[0.18.1] - 2026-06-06

Added

  • Time window/range/agg in URLs co-authored by @apre

Fixed

  • revert the monotonic-timestamp clamp
  • refuse to start when an explicitly specified -config file is missing

0.18.0

04 Jun 16:56

Choose a tag to compare

[0.18.0] - 2026-06-04

Added

  • Scheduled backups of the storage tier files
  • Missing access logs for served web UI content

Fixed

  • tier wrap fixes (#24)

Changed

  • gen-mock-data update and refactor
  • tier files intergrity improvements
  • logging minor improvements

0.17.3

01 Jun 15:26

Choose a tag to compare

[0.17.3] - 2026-06-01

Added

  • fuzz and runtime security tests
  • kula-scan: active black-box safeguard scanner

Changed

  • Performance: query-cache entries expire by TTL instead of a full per-second rebuild

Fixed

  • Out-of-bounds panic decoding truncated or corrupt storage records

Security

  • Cap rate-limiter memory to prevent unbounded growth from distinct-IP floods
  • Fix Login timing side-channel / username enumeration
  • Fix out-of-bounds panic in the process collector

0.17.2

30 May 13:04

Choose a tag to compare

[0.17.2] - 2026-05-30

Changed

  • Performance: ~60% fewer allocations and syscalls in the per-second process collector
  • Performance: skip the WebSocket sample marshal when no clients are connected
  • Performance: stop parsing /proc/stat once past the CPU block

0.17.1

29 May 11:54

Choose a tag to compare

[0.17.1] - 2026-05-29

Added

  • Storage-independent collector micro-benchmarks
  • MySQL/MariaDB replication monitoring enhancements

Changed

  • Performance: reduced CPU and allocation overhead of the per-second collection loop

0.17.0

28 May 13:57

Choose a tag to compare

[0.17.0] - 2026-05-28

Added

  • Add missing PSU and Applications prometheus metrics
  • Add postgres and mysql/mariadb replication monitoring

0.16.2

27 May 21:50

Choose a tag to compare

[0.16.2] - 2026-05-27

Security

  • Fix: explicit second-character check (CWE-601)

0.16.1

27 May 20:41

Choose a tag to compare

[0.16.1] - 2026-05-27

Added

  • Configurable base path support (#25) co-authored by @apre

Changed

  • Use shorter containers ID in cgroups mode (#28)