v1.4.0
Highlight
select pgmq.create_partitioned()
now partitions the queue's archive table in addition to the queue table.pgmq.convert_archive_partitioned()
can be used to convert an existing archive table into a partitioned table.
What's Changed
- Update docs url in readme by @ChuckHend in #249
- add workflow for docs by @ChuckHend in #251
- Update README.md by @tavallaie in #252
- update extension contributing guide by @ChuckHend in #253
- release pgmq python by @ChuckHend in #254
- fix pgmq python ci by @ChuckHend in #256
- Update CODEOWNERS by @ChuckHend in #258
- fix LICENSE in README by @tavallaie in #259
- update license by @ChuckHend in #264
- Port (most of) the Rust tests to pg_regress by @theory in #261
- Support all the extension functions in the python client by @tavallaie in #265
- Remove dead .cargo by @v0idpwn in #267
- Port test_transaction_send & test_transaction_read by @theory in #262
- Remove the extension Rust tests by @theory in #263
- move extension to ./pgmq-extension by @ChuckHend in #266
- move test dir to pgmq-extension by @ChuckHend in #270
- version upgrade for additional python function by @tavallaie in #271
- feat: add dart client to readme by @yayahc in #272
- Remove META.json from the all: target by @theory in #278
- Update
Reading messages
section in README.md by @rustworthy in #279 - Adding new function to convert archive queues to partitioned queues by @nhudson in #277
- docs: Community
PGMQ
Python Client Support forSQLAlchemy
ORM by @jason810496 in #281 - create partition will also create partitioned archive table by @shhnwz in #282
- transaction support for rust client by @ChuckHend in #273
- release extension v1.4.0 by @ChuckHend in #284
New Contributors
- @yayahc made their first contribution in #272
- @rustworthy made their first contribution in #279
- @nhudson made their first contribution in #277
- @jason810496 made their first contribution in #281
- @shhnwz made their first contribution in #282
Full Changelog: v1.3.3...v1.4.0