Releases: craigpastro/pgmq-go
Releases · craigpastro/pgmq-go
v0.5.0
What's Changed
Almost all dependency updates except for:
- Upgrade to Go 1.22 by @craigpastro in #60
- Expose Ping by @craigpastro in #51
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Add
NewFromDB
and removeMustNew
by @craigpastro in #34
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add CreateUnloggedQueue by @craigpastro in #27
- BREAKING CHANGE: Change to
json.RawMessage
for messages by @craigpastro in #32
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- 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
What's changed
- Pass context to the constructor (#14) by @ilya-hontarau
- Initial release for PGMQ 0.23.0