Skip to content

v0.37

Compare
Choose a tag to compare
@prymitive prymitive released this 14 May 06:54

Added graceful shutdown support, this should prevent breaking in flight request when karma is stopping.
JS/CSS assets are now split into more files and loaded when needed. This allows to minimize assets size on page load. Will be visible when opening modal windows (settings and silence form) for the first time as they will need to fetch extra assets.

Full changelog:

  • #713 feat(backend): graceful shutdown support
  • #712 chore(tests): add more backend test coverage
  • #711 chore(tests): add more asserts in metrics tests
  • #710 feat(ui): animate alert counter on changes
  • #708 chore(backend): add test coverage for metrics handler
  • #707 fix(ui): matcher badge and close icon css fixes
  • #631 feat(ui): lazy load modals
  • #704 feat(backend): add alertmanager v0.17.0 mock files for testing
  • #703 fix(ui): fix alert menu content being under other alert groups
  • #701 feat(ui): add shadows to dropdown menus