Skip to content

Releases: supabase/pg_graphql

v1.6.0

30 Apr 03:55
2f2b468

Choose a tag to compare

What's Changed

  • Breaking: disable introspection by default by @imor in #628. See Introspection section in the docs
  • chore: bump Rust edition to 2024 by @imor in #620
  • Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in #621
  • Improve coverage job to cache packages, toolchains, etc. by @dale-lakes in #623
  • Add support for single record queries by primary key by @dale-lakes in #590
  • Bump bytes from 1.10.0 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #625
  • Bump rand from 0.8.5 to 0.9.0 in the cargo group across 1 directory by @dependabot[bot] in #626
  • Bump rand from 0.9.0 to 0.9.3 in the cargo group across 1 directory by @dependabot[bot] in #627
  • chore: bump version to 1.6.0 by @imor in #630

New Contributors

Full Changelog: v1.5.12...v1.6.0

v1.5.12

23 Jan 07:25
0d7a66b

Choose a tag to compare

Changes in this Release:

  • bugfix: description field was missing in schema introspection
  • bugfix: oids overflowed when loading context
  • bugfix: return non-nullable connection types in introspection queries
  • feature: Add support for aggregate functions (count, sum, avg, min, max) on collection types
  • feature: Add support for per table and view max_row directives
  • feature: Add support for Postgres 18

v1.5.11

20 Feb 18:20
2b68b46

Choose a tag to compare

  • security fixes

v1.5.9

16 Oct 18:58
5f9c62b

Choose a tag to compare

  • pg17 support

v1.5.8

26 Sep 17:28
8c8ef69

Choose a tag to compare

Merge pull request #555 from wesharper/bump/1.5.8

bump version to 1.5.8

v1.5.7

12 Jul 19:03
d1acb1b

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

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

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

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

Choose a tag to compare

Changes in this Release

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