Skip to content

Releases: supabase/postgrest-js

v1.17.6

18 Nov 07:41
Compare
Choose a tag to compare

1.17.6 (2024-11-18)

Bug Fixes

  • Add missing PostgrestError export to wrapper.mjs (0af65f5)

v1.17.5

13 Nov 09:56
efa3e5c
Compare
Choose a tag to compare

1.17.5 (2024-11-13)

Bug Fixes

  • types: inference for default any schema (74b99bb)

v1.17.4

08 Nov 12:32
fee2a82
Compare
Choose a tag to compare

1.17.4 (2024-11-08)

Bug Fixes

  • types: add deduplication helpers for retro-compatibility (fe72d45)

v1.17.3

06 Nov 07:36
cc9344a
Compare
Choose a tag to compare

1.17.3 (2024-11-06)

Bug Fixes

  • types: make types retrocompatible to typescript 4.5.5 (#571) (cc9344a)

v1.17.2

05 Nov 18:03
Compare
Choose a tag to compare

1.17.2 (2024-11-05)

Bug Fixes

  • types: spread and embeding combination issues (b74466b)

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)