Highlights:
- most of the Postgres extension is now implemented in pl/pgsql, thanks to @v0idpwn. This will make it much more portable, easier to install.
- bug fixes and client library updates
- documentation updates
Everything that changed
- Add PGXN release workflow by @theory in #181
- feat: add archive_batch by @l-7-l in #180
- pgmq-rs v0.26.0 by @ChuckHend in #183
- Generate META.json by @theory in #184
- Release pgmq-core 0.8.4 by @jirutka in #191
- add pgmq-js Javascript (NodeJs) Community client library by @Muhammad-Magdi in #190
- Bump pgrx from 0.11.0 to 0.11.3 by @jirutka in #188
- pgmq-core - make the
enqueue
method return a parametrized query by @nimrodkor in #186 - pgmq-rs - Leverage parametrized queries from core by @nimrodkor in #187
- fix license by @ChuckHend in #193
- ignore dirs in extension CI by @ChuckHend in #194
- actions: build & publish for Pg14 and 16 by @vrmiguel in #197
- pgmq-py: pydantic 2.0 compat by @ChuckHend in #200
- Very simple demo to show how benchmarking could be done with locust by @ddorian in #111
- Set minimum psycopg version to 3.1.14 which includes support for gevent (for locust load testing) by @ddorian in #201
- Update README.md to add .NET community client library by @brianpursley in #204
- add "Try Free" button to readme for linking out to Tembo Cloud by @DarrenBaldwin07 in #206
- default ci and builds to pg16 by @ChuckHend in #207
- build deb package by @ChuckHend in #210
- Update CONTRIBUTING.md by @ChuckHend in #211
- Update README.md by @tavallaie in #213
- only run pgmq-python CI on code changes by @ChuckHend in #215
- feat(README): update docs to support all functions in queue by @tavallaie in #214
- Implement all API functions in PL/pgSQL by @v0idpwn in #212
New Contributors
- @theory made their first contribution in #181
- @l-7-l made their first contribution in #180
- @Muhammad-Magdi made their first contribution in #190
- @nimrodkor made their first contribution in #186
- @brianpursley made their first contribution in #204
- @DarrenBaldwin07 made their first contribution in #206
- @tavallaie made their first contribution in #213
Full Changelog: v1.1.1...v1.2.0