Skip to content

Releases: supabase/pg_graphql

v1.5.9

16 Oct 18:58
5f9c62b
Compare
Choose a tag to compare
  • pg17 support

v1.5.8

26 Sep 17:28
8c8ef69
Compare
Choose a tag to compare

Changes in this Release

  • First Change
  • Second Change

v1.5.7

12 Jul 19:03
d1acb1b
Compare
Choose a tag to compare
  • bugfix: UDF argument with a complex default expression was marked as required
  • bugfix: not null foreign keys referencing tables with RLS are marked as nullable

v1.5.6

11 Jun 21:50
eeafeda
Compare
Choose a tag to compare
  • feature: add support for filtering on array column types using contains, containedBy, overlaps, is, eq

v1.5.5 - do not use

03 Jun 06:58
bcf6554
Compare
Choose a tag to compare
v1.5.5 - do not use Pre-release
Pre-release

Changes in this Release

  • Support for filtering on array column types

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.