packages feed

pgmq-core 0.1.2.0 → 0.1.3.0

raw patch · 3 files changed

+10/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,12 @@ # Revision history for pgmq-core +## 0.1.3.0 -- 2026-03-12++### Other Changes++* Update documentation URLs from tembo.io to pgmq.github.io+* Update repository homepage URL to shinzui/pgmq-hs+ ## 0.1.2.0 -- 2026-03-03  * Version bump only (no changes)
pgmq-core.cabal view
@@ -1,13 +1,13 @@ cabal-version:   3.4 name:            pgmq-core-version:         0.1.2.0+version:         0.1.3.0 synopsis:        Core types for pgmq-hs, a Haskell client for PGMQ description:   Core types and type classes for pgmq-hs, a Haskell client library   for PGMQ (PostgreSQL Message Queue). Provides Message, Queue,   QueueName, and related types used across pgmq-hs packages. -homepage:        https://github.com/topagentnetwork/pgmq-hs+homepage:        https://github.com/shinzui/pgmq-hs license:         MIT license-file:    LICENSE author:          Nadeem Bitar
src/Pgmq/Types.hs view
@@ -56,7 +56,7 @@   }   deriving stock (Eq, Generic, Show) --- | https://tembo.io/pgmq/api/sql/types/+-- | https://pgmq.github.io/pgmq/api/sql/types/ -- Note: headers field added in pgmq 1.5.0 -- Note: lastReadAt field added in pgmq 1.10.0 data Message = Message