Releases: tembo-io/pgmq
Releases · tembo-io/pgmq
v0.14.0
v0.13.1
What's Changed
- Make new tables member objects by @v0idpwn in #62
- add membership for existing objects by @ChuckHend in #63
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
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
v0.12.0
What's Changed
- publish images after release by @ChuckHend in #43
- Remove unnecessary references by @pbzweihander in #45
New Contributors
- @pbzweihander made their first contribution in #45
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- update ci for pgrx pg15.4 by @ChuckHend in #39
- remove offset casting by @ChuckHend in #40
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- Fix some typos in the README by @craigpastro in #26
- Update README.md by @ChuckHend in #27
- query_scalar from create_partitioned() by @ChuckHend in #35
- Mention pgmq_drop_queue in README by @v0idpwn in #34
- handle delete of partition queues by @ChuckHend in #36
New Contributors
- @craigpastro made their first contribution in #26
- @v0idpwn made their first contribution in #34
Full Changelog: v0.11.0...v0.11.1
v0.11.0
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
What's Changed
- Ci by @ChuckHend in #2
- update readme by @ChuckHend in #15
- bring your own pg pool by @ChuckHend in #17
- fully qualify insert path by @ChuckHend in #21
- Add build from source instructions by @samay-sharma in #19
Full Changelog: https://github.com/tembo-io/pgmq/commits/v0.10.2