kiroku-otel 0.2.0.6 → 0.2.0.7
raw patch · 2 files changed
+12/−3 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-otel.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,14 @@ # kiroku-otel changelog +## 0.2.0.7 — 2026-08-16++### Other Changes++* Requires `kiroku-store ^>=0.8`, which adds the `TransientTransactionFailure`+ constructor to `StoreError`. The tracer does not match on `StoreError`, so no+ source change was required and no `kiroku-otel` API or runtime behavior+ changed.+ ## 0.2.0.6 — 2026-08-15 ### Other Changes
kiroku-otel.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kiroku-otel-version: 0.2.0.6+version: 0.2.0.7 synopsis: OpenTelemetry W3C trace-context helpers for Kiroku event metadata @@ -50,7 +50,7 @@ , hs-opentelemetry-api ^>=1.0 , hs-opentelemetry-propagator-w3c ^>=1.0 , hs-opentelemetry-semantic-conventions ^>=1.40- , kiroku-store ^>=0.7+ , kiroku-store ^>=0.8 , lens >=5.2 && <5.4 , text >=2.0 && <2.2 , unordered-containers >=0.2 && <0.3@@ -76,7 +76,7 @@ , hs-opentelemetry-sdk ^>=1.0 , hspec >=2.10 && <2.12 , kiroku-otel- , kiroku-store ^>=0.7+ , kiroku-store ^>=0.8 , kiroku-test-support , lens >=5.2 && <5.4 , stm >=2.5 && <2.6