Releases: supabase/pg_graphql
Releases · supabase/pg_graphql
v1.6.0
What's Changed
- Breaking: disable introspection by default by @imor in #628. See Introspection section in the docs
- chore: bump Rust edition to 2024 by @imor in #620
- Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in #621
- Improve coverage job to cache packages, toolchains, etc. by @dale-lakes in #623
- Add support for single record queries by primary key by @dale-lakes in #590
- Bump bytes from 1.10.0 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #625
- Bump rand from 0.8.5 to 0.9.0 in the cargo group across 1 directory by @dependabot[bot] in #626
- Bump rand from 0.9.0 to 0.9.3 in the cargo group across 1 directory by @dependabot[bot] in #627
- chore: bump version to 1.6.0 by @imor in #630
New Contributors
- @salmanmkc made their first contribution in #621
Full Changelog: v1.5.12...v1.6.0
v1.5.12
Changes in this Release:
- bugfix: description field was missing in schema introspection
- bugfix: oids overflowed when loading context
- bugfix: return non-nullable connection types in introspection queries
- feature: Add support for aggregate functions (count, sum, avg, min, max) on collection types
- feature: Add support for per table and view
max_rowdirectives - feature: Add support for Postgres 18
v1.5.11
- security fixes
v1.5.9
- pg17 support
v1.5.8
Merge pull request #555 from wesharper/bump/1.5.8 bump version to 1.5.8
v1.5.7
- bugfix: UDF argument with a complex default expression was marked as required
- bugfix: not null foreign keys referencing tables with RLS are marked as nullable
v1.5.6
- feature: add support for filtering on array column types using
contains,containedBy,overlaps,is,eq
v1.5.5 - do not use
Changes in this Release
- Support for filtering on array column types
v1.5.4
Changes in this Release
- Bugfix: once a query panics, all subsequent queries return a lock poisoned error.
v1.5.3
Changes in this Release
- Bugfix: computed field returning a composite type was always null