Skip to content

Releases: supabase/pg_graphql

v1.5.4

29 Apr 13:09
20082ea
Compare
Choose a tag to compare

Changes in this Release

  • Bugfix: once a query panics, all subsequent queries return a lock poisoned error.

v1.5.3

17 Apr 18:58
02508eb
Compare
Choose a tag to compare

Changes in this Release

  • Bugfix: computed field returning a composite type was always null

v1.5.2

11 Apr 12:55
b0032a5
Compare
Choose a tag to compare

Changes in this Release

  • Context loading optimization for schema based multi-tenant workload: #493
  • Bugfix: arguments with null default were required: #509
  • Bump pgrx to 0.11.3

v1.5.1

27 Feb 16:05
b71fe1b
Compare
Choose a tag to compare
  • Reimplemented field merging

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