Releases: supabase/postgres
Releases · supabase/postgres
17.6.1.019
feat: support multiple versions of the pg_jsonschema extension (#1757) * feat: multiple versions for the pg_jsonschema extension Build multiple versions of the pg_jsonschema extension to on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * fix: centralize bindgen hook override for pgrx extensions Move the bindgen hook fix for ARM NEON vector ABI issues from pg_graphql to mkPgrxExtension, making it available to all pgrx-based extensions. This fix applies to pgrx versions 0.6.1 through 0.11.2 when building on aarch64-linux. * fix: missing dependency on macOS for pg_jsonschema * chore: bump to release --------- Co-authored-by: Sam Rose <[email protected]>
17.6.1.018-fix-pgmq
chore: bump image releases for testing
17.6.1.018
feat: bump auth to v2.180.0 (#1829)
17.5.1.040-orioledb
feat: support multiple versions of the pg_jsonschema extension (#1757) * feat: multiple versions for the pg_jsonschema extension Build multiple versions of the pg_jsonschema extension to on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * fix: centralize bindgen hook override for pgrx extensions Move the bindgen hook fix for ARM NEON vector ABI issues from pg_graphql to mkPgrxExtension, making it available to all pgrx-based extensions. This fix applies to pgrx versions 0.6.1 through 0.11.2 when building on aarch64-linux. * fix: missing dependency on macOS for pg_jsonschema * chore: bump to release --------- Co-authored-by: Sam Rose <[email protected]>
17.5.1.039-orioledb-fix-pgmq
chore: bump image releases for testing
17.5.1.039-orioledb
feat: bump auth to v2.180.0 (#1829)
15.14.1.019
feat: support multiple versions of the pg_jsonschema extension (#1757) * feat: multiple versions for the pg_jsonschema extension Build multiple versions of the pg_jsonschema extension to on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17. * fix: centralize bindgen hook override for pgrx extensions Move the bindgen hook fix for ARM NEON vector ABI issues from pg_graphql to mkPgrxExtension, making it available to all pgrx-based extensions. This fix applies to pgrx versions 0.6.1 through 0.11.2 when building on aarch64-linux. * fix: missing dependency on macOS for pg_jsonschema * chore: bump to release --------- Co-authored-by: Sam Rose <[email protected]>
15.14.1.018-fix-pgmq
chore: bump image releases for testing
15.14.1.018
feat: bump auth to v2.180.0 (#1829)
17.6.1.017
feat(migrations): predefined role grants (#1815) * feat(migrations): predefined role grants - supabase_etl_admin needs pg_monitor to query system catalog tables (e.g. pg_replication_slots) - supabase_read_only_user needs pg_monitor to view queries in pg_stat_statements - grant pg_create_subscription to postgres with admin option in case users want to create subscriptions with their own roles * chore: bump version * test: update * chore: bump versions