Skip to content

Releases: craigpastro/pgmq-go

BREAKING CHANGES: pull out DB from the struct and pass as an argument on all fuctions

22 Feb 02:56
9c3779d
Compare
Choose a tag to compare

Breaking Changes

DB has been pulled out from the PGMQ struct (which no longer exists). This is to allow transactions to be passed to the PGMQ commands and for PGMQ commands to be interleaved with usual database operations.

What's Changed

  • Bump github.com/testcontainers/testcontainers-go from 0.34.0 to 0.35.0 by @dependabot in #65
  • Add link to joeychilson/pgmq by @craigpastro in #68
  • BREAKING CHANGES: Add support for transactions and support for pgmq-pg17 docker image by @saberder in #67

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

04 Jan 18:23
7e48d70
Compare
Choose a tag to compare

Dependency updates. The next update will have breaking changes to allow you to use pgmq-go with transactions.

v0.5.0

07 Nov 19:05
666a279
Compare
Choose a tag to compare

What's Changed

Almost all dependency updates except for:

Full Changelog: v0.4.0...v0.5.0

v0.4.0

10 Nov 19:48
0f887eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Nov 02:29
539f177
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

27 Sep 03:15
2f1e103
Compare
Choose a tag to compare
  • Updates to keep up with PGMQ
  • ReadBatch with no visible messages in the queue will now return an empty array and not ErrNoRows

v0.1.0

04 Sep 20:08
b908ca2
Compare
Choose a tag to compare

What's changed

  • Pass context to the constructor (#14) by @ilya-hontarau
  • Initial release for PGMQ 0.23.0