Releases: supabase/pg_graphql
Releases · supabase/pg_graphql
v1.5.0
- feature: first/offset based pagination
- feature: improved descriptions for all internal error states
v1.4.4
- bugfix: function returning a noncompliant view's type no longer breaks introspection
v1.4.3
- bugfix: make non-default args non-null in UDFs
- bugfix: default value of a string type argument in a UDF was wrapped in single quotes
- feature: add support for array types in UDFs
- bugfix: fix crash when there are cycles in fragments
- bugfix: function returning an inaccessible table's type no longer breaks introspection
v1.4.2
bugfix: UDF call returned null if the row returned by the function had any null column
v1.4.1
- feature: Support for user defined functions with default arguments
- bugfix: Trigger functions excluded from API
v1.4.0
- feature: citext type represented as a GraphQL String
- feature: Support for Postgres 16
- feature: Support for user defined functions
v1.3.0
v1.2.3
- bugfix: enums not on the roles search_path are excluded from introspection
- bugfix: remove duplicate Enum registration
- bugfix: foreign keys on non-null columns produce non-null GraphQL relationships
v1.2.2
RELEASE NOT RECOMMENDED use v1.2.3
- feature: reproducible builds
v1.2.1
RELEASE NOT RECOMMENDED use v1.2.3
- feature:
String
type filters supportregex
,iregex
- feature: computed relationships via functions returning setof
- bugfix: function based computed columns with same name no longer error