Skip to content

Releases: tembo-io/pgmq

v0.14.0

18 Aug 16:21
d1ab63e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.14.0

v0.13.1

17 Aug 16:50
df7b396
Compare
Choose a tag to compare

What's Changed

Upgrade the extension to 0.13.1 with alter extension pgmq update to '0.13.1'. This will add all of the queues to the extension, which means drop extension pgmq will now drop all of pgmq's objects (queues, tables, archives, functions) from the database.

Full Changelog: v0.13.0...v0.13.1

v0.13.0

16 Aug 14:20
49ef362
Compare
Choose a tag to compare

What's Changed

  • Fixes #55: Correct the order of the columns returned by pgmq_read() and pgmq_pop(). by @rzavalet in #56
  • update readme and bump to v0.13.0 by @ChuckHend in #57

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

14 Aug 18:07
e03f09f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

14 Aug 13:12
977d924
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2

10 Aug 21:23
12c9643
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

09 Aug 23:37
9b48f61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

09 Aug 00:03
2f0fe41
Compare
Choose a tag to compare

What's Changed

  • add CheckedName as an abstraction for valid Pg identifiers by @vrmiguel in #23
  • pg_partman as optional dependency by @ChuckHend in #18

Full Changelog: v0.10.2...v0.11.0

v0.10.2

07 Aug 19:36
6cf5b1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/tembo-io/pgmq/commits/v0.10.2