Skip to content

15.14.1.051

Choose a tag to compare

@github-actions github-actions released this 14 Nov 23:40
99dabf4
feat: support multiple versions of the pgjwt extension (#1751)

* feat: multiple versions for the pgjwt extension

Build multiple versions of the pgjwt extension on different PostgreSQL versions.

Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

* chore: add release suffix for testing

* feat: run pg_regress tests for pgjwt extension

Reuse the existing test library for postgresql extensions to run
pg_regress tests

* tests: bypass on this package if only one version

* fix: conn rules

* chore: bump to release

---------

Co-authored-by: Sam Rose <[email protected]>