Skip to content

Releases: supabase/pg_graphql

v1.5.1-mergeless

21 Feb 15:44
f28cd14
Compare
Choose a tag to compare
v1.5.1-mergeless Pre-release
Pre-release
  • 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.

v1.5.0

09 Feb 14:30
65b16a4
Compare
Choose a tag to compare
  • feature: first/offset based pagination
  • feature: improved descriptions for all internal error states

v1.4.4

08 Jan 14:20
ae1d4a2
Compare
Choose a tag to compare
  • bugfix: function returning a noncompliant view's type no longer breaks introspection

v1.4.3

03 Jan 18:22
2bb35d5
Compare
Choose a tag to compare
  • 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

24 Oct 21:03
8858025
Compare
Choose a tag to compare

bugfix: UDF call returned null if the row returned by the function had any null column

v1.4.1

13 Oct 14:34
a1ef166
Compare
Choose a tag to compare
  • feature: Support for user defined functions with default arguments
  • bugfix: Trigger functions excluded from API

v1.4.0

03 Oct 14:29
aa75093
Compare
Choose a tag to compare
  • feature: citext type represented as a GraphQL String
  • feature: Support for Postgres 16
  • feature: Support for user defined functions

v1.3.0

01 Aug 18:19
4ac0ca1
Compare
Choose a tag to compare
  • feature: rename enum variants with comment directive @graphql({"mappings": "sql-value": "graphql_value""})
  • bugfix: query with more than 50 fields fails
  • bugfix: @Skip and @include directives missing from introspection schema
  • feature: Support for and, or and not operators in filters

v1.2.3

10 Jul 22:42
3d5f3c4
Compare
Choose a tag to compare
  • 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

14 Jun 18:29
f07ac71
Compare
Choose a tag to compare

RELEASE NOT RECOMMENDED use v1.2.3

  • feature: reproducible builds