Skip to content

Releases: supabase/postgrest-js

v1.17.1

05 Nov 08:25
Compare
Choose a tag to compare

1.17.1 (2024-11-05)

Bug Fixes

  • types: types result with schema as any (cf81db0)

v1.17.0

28 Oct 18:57
1020cdd
Compare
Choose a tag to compare

1.17.0 (2024-10-28)

Bug Fixes

  • parser: revert error unwrapping (#566) (e603768)
  • types: handle many-to-many join tables references (e961e94)
  • unwrap error within arrays (e31b1ff)
  • parser: whitespace issue with inner embeding (90d9b18)
  • result: error plain string results unwrapping (b4e587a)
  • types: aggregate on a missing column with alias (c6c2795)
  • hint matching (e01b7c2)
  • inner join on many relationship (7298b54)
  • make hinting relationships use name as well as hint to avoid duplicates (4eea178)
  • make oneToOne optional (0c53e4b)
  • prettier (afc0cc9)
  • rpc procedures call (556bbc4)
  • self-referencing relation corner case (e099a47)
  • update GenericTable usage to work with views (59e23a5)

Features

  • handle select over RPC calls (4adf2a5)
  • write select-query-parser v2 (31d594b)

Reverts

  • Revert "feat: make new select-query-parser available under next flag" (237034a)

v1.17.0-rc.4

28 Oct 17:28
e603768
Compare
Choose a tag to compare
v1.17.0-rc.4 Pre-release
Pre-release

1.17.0-rc.4 (2024-10-28)

Bug Fixes

v1.17.0-rc.3

28 Oct 10:24
ad1c533
Compare
Choose a tag to compare
v1.17.0-rc.3 Pre-release
Pre-release

1.17.0-rc.3 (2024-10-28)

Bug Fixes

  • types: handle many-to-many join tables references (e961e94)

v1.17.0-rc.2

22 Oct 16:25
Compare
Choose a tag to compare
v1.17.0-rc.2 Pre-release
Pre-release

1.17.0-rc.2 (2024-10-22)

Bug Fixes

  • unwrap error within arrays (e31b1ff)
  • parser: whitespace issue with inner embeding (90d9b18)
  • result: error plain string results unwrapping (b4e587a)

v1.16.3

19 Oct 07:30
e45a2c7
Compare
Choose a tag to compare

1.16.3 (2024-10-19)

Bug Fixes

  • use class PostgrestError instead of type PostgrestError (#562) (e45a2c7)

v1.17.0-rc.1

18 Oct 07:05
5a87c05
Compare
Choose a tag to compare
v1.17.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.16.2...v1.17.0-rc.1

v1.16.2

30 Sep 23:05
981fa4d
Compare
Choose a tag to compare

1.16.2 (2024-09-30)

Bug Fixes

v1.16.1

10 Sep 17:39
c2049b2
Compare
Choose a tag to compare

1.16.1 (2024-09-10)

Bug Fixes

  • select-query-parser: support !left (c2049b2)

v1.16.0

03 Aug 08:57
Compare
Choose a tag to compare

1.16.0 (2024-08-03)

Features

  • allow setting headers on a per-call basis (9f91e72)