shibuya-metrics 0.6.0.0 → 0.7.0.0
raw patch · 2 files changed
+8/−3 lines, 2 filesdep +aesondep +asyncdep +basePVP ok
version bump matches the API change (PVP)
Dependencies added: aeson, async, base, bytestring, containers, http-types, prometheus-client, shibuya-core, stm, text, time, unliftio, wai, wai-websockets, warp, websockets
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- shibuya-metrics.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog +## 0.7.0.0 — 2026-06-05++Version bumped to track `shibuya-core` 0.7.0.0. No user-visible changes+to `shibuya-metrics` itself.+ ## 0.6.0.0 — 2026-05-31 Version bumped to track `shibuya-core` 0.6.0.0. No user-visible changes
shibuya-metrics.cabal view
@@ -1,6 +1,6 @@-cabal-version: 3.14+cabal-version: 3.12 name: shibuya-metrics-version: 0.6.0.0+version: 0.7.0.0 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.6.0.0,+ shibuya-core ^>=0.7.0.0, stm ^>=2.5, text ^>=2.1, time ^>=1.14,