kiroku-otel 0.2.0.7 → 0.2.0.8
raw patch · 2 files changed
+23/−15 lines, 2 filesdep ~ephemeral-pgPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ephemeral-pg
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- kiroku-otel.cabal +15/−15
CHANGELOG.md view
@@ -1,5 +1,13 @@ # kiroku-otel changelog +## 0.2.0.8 — 2026-09-18++### Other Changes++* The test-suite now requires `ephemeral-pg >=0.3.1 && <0.4` (was+ `>=0.2 && <0.3`). The library's dependencies, API and runtime behavior are+ unchanged.+ ## 0.2.0.7 — 2026-08-16 ### Other Changes
kiroku-otel.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kiroku-otel-version: 0.2.0.7+version: 0.2.0.8 synopsis: OpenTelemetry W3C trace-context helpers for Kiroku event metadata @@ -64,23 +64,23 @@ hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- , aeson >=2.1 && <2.3- , base >=4.18 && <5- , bytestring >=0.11 && <0.13- , containers >=0.6 && <0.8- , ephemeral-pg >=0.2 && <0.3- , generic-lens >=2.2 && <2.4- , hasql-pool >=1.2 && <1.5+ , aeson >=2.1 && <2.3+ , base >=4.18 && <5+ , bytestring >=0.11 && <0.13+ , containers >=0.6 && <0.8+ , ephemeral-pg >=0.3.1 && <0.4+ , generic-lens >=2.2 && <2.4+ , hasql-pool >=1.2 && <1.5 , hs-opentelemetry-api , hs-opentelemetry-exporter-in-memory ^>=1.0 , hs-opentelemetry-sdk ^>=1.0- , hspec >=2.10 && <2.12+ , hspec >=2.10 && <2.12 , kiroku-otel , kiroku-store ^>=0.8 , kiroku-test-support- , lens >=5.2 && <5.4- , stm >=2.5 && <2.6- , text >=2.0 && <2.2- , time >=1.12 && <1.15- , unordered-containers >=0.2 && <0.3- , uuid >=1.3 && <1.4+ , lens >=5.2 && <5.4+ , stm >=2.5 && <2.6+ , text >=2.0 && <2.2+ , time >=1.12 && <1.15+ , unordered-containers >=0.2 && <0.3+ , uuid >=1.3 && <1.4