Skip to content

Releases: tembo-io/pgmq

v0.32.0

22 Oct 01:18
b701674
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.32.0

v0.31.0

13 Oct 15:24
3c0da64
Compare
Choose a tag to compare

What's Changed

  • Add unlogged queues support in pgmq-rs, support newer ext versions on ext client by @v0idpwn in #125
  • ci: lock pg_partman version by @v0idpwn in #129
  • feat(ext): add is_partitioned and is_unlogged to list_queues by @v0idpwn in #128
  • Test transactional behaviour by @v0idpwn in #130
  • Update sqlx to 0.7.2 by @v0idpwn in #131
  • chore: bump pgmq-rs by @v0idpwn in #133
  • Add a test matrix on CI for postgres versions by @v0idpwn in #135
  • Add pgmq.detach_archive function by @v0idpwn in #134
  • Simplify pg_monitor permissions by @v0idpwn in #138
  • fix: desimplify pgmon permissions for extensionless client by @v0idpwn in #139

Full Changelog: v0.28.0...v0.31.0

v0.28.0

27 Sep 17:02
e5874b4
Compare
Choose a tag to compare

What's Changed

  • Add unlogged queues in extension by @v0idpwn in #123
  • Fix pgmq.meta not having is_unlogged when created through pgmq_core by @v0idpwn in #126

Full Changelog: v0.27.0...v0.28.0

v0.27.0

26 Sep 18:11
17aa5a4
Compare
Choose a tag to compare

What's Changed

  • Implement send and send_batch in PL/pgSQL by @v0idpwn in #122

Full Changelog: v0.26.0...v0.27.0

v0.26.0

25 Sep 19:13
dd9374a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.26.0

v0.25.0

15 Sep 18:31
7db90ee
Compare
Choose a tag to compare

Breaking changes - moves all functions and objects to the PGMQ schema, and renames most of the functions

Other changes

  • Reserve exact size for vecs in delete, archive, pop by @v0idpwn in #107
  • Faster query with a simpler plan by joining with the CTE instead of making IN query by @ddorian in #113

Full Changelog: v0.24.0...v0.25.0

v0.24.0

04 Sep 22:03
9f4d0cd
Compare
Choose a tag to compare

What's Changed

  • Add index to partitioned archive by @ChuckHend in #105
  • Add CI job that checks if extension is properly updated by @v0idpwn in #104

Full Changelog: v0.23.0...v0.24.0

v0.23.0

03 Sep 21:55
a4bd31c
Compare
Choose a tag to compare

What's Changed

Breaking change - archive() and delete() now return set of rows, one row for each message deleted.

Full Changelog: v0.22.0...v0.23.0

v0.22.0

03 Sep 21:30
553d8ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

01 Sep 21:04
f8ae3e8
Compare
Choose a tag to compare

What's Changed

  • Add send with delay to the extension by @v0idpwn in #94
  • Add purge_queue function (extension, ext client) by @v0idpwn in #96
  • Add purge to extensionless client by @v0idpwn in #98

Full Changelog: v0.20.0...v0.21.0