shibuya-kiroku-adapter 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+11/−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 +8/−0
- shibuya-kiroku-adapter.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 0.5.0.1 — 2026-08-12++### Other Changes++* Requires `kiroku-store ^>=0.6`, whose exported `Store` effect now offers the+ visible global head position read. No `shibuya-kiroku-adapter` API or runtime+ behavior changed.+ ## 0.5.0.0 — 2026-08-11 ### Breaking Changes
shibuya-kiroku-adapter.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: shibuya-kiroku-adapter-version: 0.5.0.0+version: 0.5.0.1 synopsis: Kiroku event store adapter for the Shibuya queue processing framework @@ -50,7 +50,7 @@ , effectful-core >=2.5 && <2.7 , hs-opentelemetry-api ^>=1.0 , hs-opentelemetry-semantic-conventions ^>=1.40- , kiroku-store ^>=0.5+ , kiroku-store ^>=0.6 , shibuya-core >=0.8 && <0.9 , stm >=2.5 && <2.6 , streamly-core >=0.3 && <0.4@@ -78,7 +78,7 @@ , hasql-pool >=1.2 && <1.5 , hs-opentelemetry-api ^>=1.0 , hspec >=2.10 && <2.12- , kiroku-store ^>=0.5+ , kiroku-store ^>=0.6 , kiroku-test-support , lens >=5.2 && <5.4 , shibuya-core >=0.8 && <0.9