Releases: supabase/pg_graphql
Releases · supabase/pg_graphql
v1.5.9
v1.5.8
Changes in this Release
- First Change
- Second Change
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
v1.5.2
v1.5.1
- Reimplemented field merging
v1.5.1-mergeless
- Reverts field merging due performance impact on large schema/queries
Note:
This is a pre-release bugfix version intended for users who have encountered slow introspection queries. Reverting field merging is a breaking change which will be addressed before the final 1.5.1 release.