Skip to content

Releases: supabase/pg_graphql

v1.2.0

27 Feb 20:16
509ed98
Compare
Choose a tag to compare
  • feature: String type filters support ilike, 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 than String
  • 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

24 Jan 21:42
f49227a
Compare
Choose a tag to compare
  • feature: Add support for Views, Materialized Views, and Foreign Tables
  • feature: Add support for filtering on is null and is not null
  • feature: User configurable page size
  • bugfix: Remove requirement for insert permission on every column for inserts to succeed
  • bugfix: hasNextPage and hasPreviousPage during reverse pagination were backwards

v1.0.2

16 Dec 19:20
b1cc167
Compare
Choose a tag to compare
  • bugfix: Correct inconsistent treatment of null literals

v1.0.1

12 Dec 20:20
378c2b1
Compare
Choose a tag to compare
  • feature: Add support for Postgres 15

v1.0.0

12 Dec 19:11
af3a36d
Compare
Choose a tag to compare
Merge pull request #287 from supabase/or/deb-supports-docker-pg

CI only: remove duplicate linux-gnu from path

v0.5.3

02 Dec 22:07
bbf729d
Compare
Choose a tag to compare
enable fragments on top level query/mutation (#272)

v0.5.2

30 Nov 14:14
23b6f9a
Compare
Choose a tag to compare
update tag to deb pref amd64 (#267)

v0.4.1

23 Nov 16:15
bd02837
Compare
Choose a tag to compare
Merge pull request #215 from supabase/docs_kaizen

Docs Update

v0.4.0

02 Aug 13:54
34cc266
Compare
Choose a tag to compare

pg_graphql v0.4.0 is a release focused on scalability and stability.

New Features:

  • Introspection supports significantly (+10x) larger schemas #195
  • Connections support filtering using the in operator #196
  • Added support for json/jsonb typed columns #179

Bugfixes:

  • __typename on mutation types #151
  • Unused types are omitted from introspection #149
  • Schema rebuilding event triggers are security definer #173
  • BigInt fields on <Type>DeleteResponse are treated as String #177
  • Schema's initial build no longer influenced by installer's search_path #184