Releases: supabase/pg_graphql
Releases · supabase/pg_graphql
v1.2.0
- feature:
String
type filters supportilike
,like
,startsWith
- feature: Support for
@skip
and@include
directives - feature: Custom descriptions via comment directive
@graphql({"description": ...})
- bugfix: Unknown types are represented in GraphQL schema as
Opaque
rather thanString
- bugfix: PostgreSQL type modifiers, e.g.
char(n)
, no longer truncate excess text - bugfix: Creating a new enum variant between existing variants no longer errors
v1.1.0
- feature: Add support for Views, Materialized Views, and Foreign Tables
- feature: Add support for filtering on
is null
andis not null
- feature: User configurable page size
- bugfix: Remove requirement for
insert
permission on every column for inserts to succeed - bugfix:
hasNextPage
andhasPreviousPage
during reverse pagination were backwards
v1.0.2
- bugfix: Correct inconsistent treatment of null literals
v1.0.1
- feature: Add support for Postgres 15
v1.0.0
Merge pull request #287 from supabase/or/deb-supports-docker-pg CI only: remove duplicate linux-gnu from path
v0.5.3
enable fragments on top level query/mutation (#272)
v0.5.2
update tag to deb pref amd64 (#267)