Releases: tembo-io/pgmq
Releases · tembo-io/pgmq
v0.32.0
What's Changed
- Fix calculation for maximum queue name len by @v0idpwn in #141
- Bump pgrx, postgres 16 support by @v0idpwn in #136
- Update README.md by @EvanHStanton in #143
- Bump extension, add note about support by @v0idpwn in #142
New Contributors
- @EvanHStanton made their first contribution in #143
Full Changelog: v0.31.0...v0.32.0
v0.31.0
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
v0.27.0
v0.26.0
v0.25.0
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
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
What's Changed
Breaking change - archive() and delete() now return set of rows, one row for each message deleted.
- Return bools from archive/delete_batch by @craigpastro in #95
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- Add partitioned column to pgmq_meta by @craigpastro in #97
- Fix small typo from #97 by @craigpastro in #103
Full Changelog: v0.21.0...v0.22.0