Releases: supabase/pg_graphql
Releases · supabase/pg_graphql
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