Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 14:09

RELEASE

  • 🔖 bump the version to 1.2.0

UI

  • 🐛 bound the incident timeline's maintenance history
  • 💄 collapse the incident action log behind a show-more control
  • 💄 show running, upcoming maintenance on dashboard
  • 💄 show running, upcoming maintenance on dashboard
  • ✨ serve active, upcoming and past maintenance windows
  • ✨ expose a Prometheus /metrics endpoint

STATE STORE

  • ♻️ derive the notification kind enum from StatusChangeKind
  • 🐛 accept the maintenance notification kinds on read
  • 🗃️ persist declared maintenance windows and their history

ADAPTERS

  • 🐛 normalise maintenance window timestamps to UTC
  • 🐛 test scheduled maintenance against a real recorded window
  • ✨ read scheduled maintenances from a statuspage summary

DIFF ENGINE

  • ✅ add a regression case for overlapping maintenance windows
  • ✨ keep quiet inside a declared maintenance window

INTEGRATION

  • ✅ prove a maintenance window silences a provider end to end

NOTIFIERS

  • ✅ sharpen maintenance message assertions and cover the no-end path
  • 🌐 word the maintenance started and ended messages

CORE

  • 🐛 fail maintenance windows towards noise on malformed timestamps
  • ✨ add the maintenance window model and isActive rule

DOCS

  • 📝 document the metrics endpoint and mark the roadmap item shipped