packages feed

keiro-pgmq 0.9.0.0 → 0.10.0.0

raw patch · 2 files changed

+39/−34 lines, 2 filesdep ~keiro-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: keiro-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -6,6 +6,11 @@  ## [Unreleased] +## 0.10.0.0 — 2026-08-03++No user-facing changes beyond the lockstep `keiro-core ^>=0.10.0.0` bound.+Released with the package set for the `keiro-dsl` 0.10.0.0 work.+ ## 0.9.0.0 — 2026-08-02  No user-facing changes beyond the lockstep `keiro-core ^>=0.9.0.0` bound.
keiro-pgmq.cabal view
@@ -1,6 +1,6 @@ cabal-version:   3.0 name:            keiro-pgmq-version:         0.9.0.0+version:         0.10.0.0 synopsis:        PostgreSQL job-queue (PGMQ) integration for Keiro description:   A typed background-job queue for Keiro applications on top of PGMQ (the@@ -53,22 +53,22 @@    hs-source-dirs:  src   build-depends:-    , aeson                 >=2.2      && <2.3-    , base                  >=4.21     && <5-    , effectful-core        >=2.6      && <2.7-    , hasql                 >=1.10     && <1.11-    , hasql-pool            >=1.2      && <1.5-    , hs-opentelemetry-api  >=1.0      && <1.1-    , keiro-core            ^>=0.9.0.0-    , pgmq-config           >=0.4      && <0.5-    , pgmq-core             >=0.4      && <0.5-    , pgmq-effectful        >=0.4      && <0.5-    , pgmq-hasql            >=0.4      && <0.5-    , shibuya-core          >=0.8.0.1  && <0.9-    , shibuya-pgmq-adapter  >=0.12     && <0.13-    , streamly-core         >=0.3      && <0.4-    , text                  >=2.1      && <2.2-    , time                  >=1.12     && <1.15+    , aeson                 >=2.2       && <2.3+    , base                  >=4.21      && <5+    , effectful-core        >=2.6       && <2.7+    , hasql                 >=1.10      && <1.11+    , hasql-pool            >=1.2       && <1.5+    , hs-opentelemetry-api  >=1.0       && <1.1+    , keiro-core            ^>=0.10.0.0+    , pgmq-config           >=0.4       && <0.5+    , pgmq-core             >=0.4       && <0.5+    , pgmq-effectful        >=0.4       && <0.5+    , pgmq-hasql            >=0.4       && <0.5+    , shibuya-core          >=0.8.0.1   && <0.9+    , shibuya-pgmq-adapter  >=0.12      && <0.13+    , streamly-core         >=0.3       && <0.4+    , text                  >=2.1       && <2.2+    , time                  >=1.12      && <1.15  test-suite keiro-pgmq-test   import:         warnings, shared@@ -77,23 +77,23 @@   main-is:        Main.hs   ghc-options:    -threaded -rtsopts -with-rtsopts=-N   build-depends:-    , aeson                                >=2.2      && <2.3-    , base                                 >=4.21     && <5-    , effectful-core                       >=2.6      && <2.7-    , hasql                                >=1.10     && <1.11-    , hasql-pool                           >=1.2      && <1.5-    , hs-opentelemetry-api                 >=1.0      && <1.1-    , hs-opentelemetry-exporter-in-memory  >=1.0      && <1.1-    , hs-opentelemetry-propagator-w3c      >=1.0      && <1.1-    , hs-opentelemetry-sdk                 >=1.0      && <1.1+    , aeson                                >=2.2       && <2.3+    , base                                 >=4.21      && <5+    , effectful-core                       >=2.6       && <2.7+    , hasql                                >=1.10      && <1.11+    , hasql-pool                           >=1.2       && <1.5+    , hs-opentelemetry-api                 >=1.0       && <1.1+    , hs-opentelemetry-exporter-in-memory  >=1.0       && <1.1+    , hs-opentelemetry-propagator-w3c      >=1.0       && <1.1+    , hs-opentelemetry-sdk                 >=1.0       && <1.1     , hspec                                >=2.11-    , keiro-core                           ^>=0.9.0.0+    , keiro-core                           ^>=0.10.0.0     , keiro-pgmq     , keiro-test-support-    , pgmq-config                          >=0.4      && <0.5-    , pgmq-core                            >=0.4      && <0.5-    , pgmq-effectful                       >=0.4      && <0.5-    , pgmq-migration                       >=0.4      && <0.5-    , shibuya-core                         >=0.8.0.1  && <0.9-    , shibuya-pgmq-adapter                 >=0.12     && <0.13-    , text                                 >=2.1      && <2.2+    , pgmq-config                          >=0.4       && <0.5+    , pgmq-core                            >=0.4       && <0.5+    , pgmq-effectful                       >=0.4       && <0.5+    , pgmq-migration                       >=0.4       && <0.5+    , shibuya-core                         >=0.8.0.1   && <0.9+    , shibuya-pgmq-adapter                 >=0.12      && <0.13+    , text                                 >=2.1       && <2.2