packages feed

shibuya-metrics 0.8.0.0 → 0.8.0.1

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~shibuya-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: shibuya-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog +## 0.8.0.1 — 2026-07-04++Version bumped to track `shibuya-core` 0.8.0.1. No user-visible changes+to `shibuya-metrics` itself.+ ## 0.8.0.0 — 2026-07-04  ### Breaking Changes
shibuya-metrics.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.12 name: shibuya-metrics-version: 0.8.0.0+version: 0.8.0.1 synopsis: Metrics web server for Shibuya queue processing framework description:   Provides HTTP/JSON, Prometheus, and WebSocket endpoints for@@ -48,7 +48,7 @@     containers ^>=0.7,     http-types ^>=0.12,     prometheus-client ^>=1.1,-    shibuya-core ^>=0.8.0.0,+    shibuya-core ^>=0.8.0.1,     stm ^>=2.5,     text ^>=2.1,     time ^>=1.14,