kiroku-metrics 0.1.0.7 → 0.1.0.8
raw patch · 2 files changed
+13/−4 lines, 2 filesdep ~kiroku-storePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: kiroku-store
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- kiroku-metrics.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,14 @@ # Revision history for kiroku-metrics +## 0.1.0.8 -- 2026-08-16++### Other Changes++* Requires `kiroku-store ^>=0.8`, which adds the `TransientTransactionFailure`+ constructor to `StoreError`. The fixed subscription metrics schema does not+ match on `StoreError`, so no source change was required and no+ `kiroku-metrics` API or runtime behavior changed.+ ## 0.1.0.7 -- 2026-08-15 ### Other Changes
kiroku-metrics.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kiroku-metrics-version: 0.1.0.7+version: 0.1.0.8 synopsis: Metrics, health, and event-streaming HTTP endpoints for Kiroku @@ -60,7 +60,7 @@ , hasql-pool >=1.2 && <1.5 , http-types >=0.12 && <0.13 , kiroku-cli ^>=0.2- , kiroku-store ^>=0.7+ , kiroku-store ^>=0.8 , stm >=2.5 && <2.6 , text >=2.0 && <2.2 , time >=1.12 && <1.15@@ -102,7 +102,7 @@ , http-client >=0.7 && <0.8 , http-types >=0.12 && <0.13 , kiroku-metrics- , kiroku-store ^>=0.7+ , kiroku-store ^>=0.8 , kiroku-test-support ^>=0.1 , lens >=5.2 && <5.4 , scientific >=0.3 && <0.4@@ -137,7 +137,7 @@ , http-types >=0.12 && <0.13 , kiroku-cli ^>=0.2 , kiroku-metrics- , kiroku-store ^>=0.7+ , kiroku-store ^>=0.8 , kiroku-test-support , lens >=5.2 && <5.4 , scientific >=0.3 && <0.4