keiro-pgmq 0.14.0.0 → 0.15.0.0
raw patch · 2 files changed
+12/−4 lines, 2 filesdep ~keiro-coredep ~keiro-test-supportPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: keiro-core, keiro-test-support
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- keiro-pgmq.cabal +4/−4
CHANGELOG.md view
@@ -6,6 +6,14 @@ ## Unreleased +## 0.15.0.0 — 2026-08-30++### Other Changes++- The `keiro-test-support` dependency in the test-suite stanza now carries the+ lockstep bound, now that `keiro-test-support` is published to Hackage. Library+ consumers are unaffected.+ ## 0.14.0.0 — 2026-08-21 ### Breaking Changes
keiro-pgmq.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: keiro-pgmq-version: 0.14.0.0+version: 0.15.0.0 synopsis: PostgreSQL job-queue (PGMQ) integration for Keiro description: A typed background-job queue for Keiro applications on top of PGMQ (the@@ -60,7 +60,7 @@ , hasql >=1.10 && <1.11 , hasql-pool >=1.2 && <1.5 , hs-opentelemetry-api >=1.0 && <1.1- , keiro-core ^>=0.14.0.0+ , keiro-core ^>=0.15.0.0 , pgmq-config >=0.5 && <0.6 , pgmq-core >=0.5 && <0.6 , pgmq-effectful >=0.5 && <0.6@@ -88,9 +88,9 @@ , hs-opentelemetry-propagator-w3c >=1.0 && <1.1 , hs-opentelemetry-sdk >=1.0 && <1.1 , hspec >=2.11- , keiro-core ^>=0.14.0.0+ , keiro-core ^>=0.15.0.0 , keiro-pgmq- , keiro-test-support+ , keiro-test-support ^>=0.15.0.0 , pgmq-config >=0.5 && <0.6 , pgmq-core >=0.5 && <0.6 , pgmq-effectful >=0.5 && <0.6