Skip to content

Releases: supabase/postgrest-js

v1.21.0

07 Jul 14:27
1508524
Compare
Choose a tag to compare

1.21.0 (2025-07-07)

Features

  • add max-affected method (9ec17a4)
  • add maxAffected for rpc calls (ff593be)

v1.20.0

02 Jul 15:54
fd36306
Compare
Choose a tag to compare

1.20.0 (2025-07-02)

Bug Fixes

Features

  • handle options declaration within Database (fa63bdf)
  • types: add ClientOptions to handle multi postgrest versions (6705c5c)

v1.19.4

29 Mar 14:03
956ed18
Compare
Choose a tag to compare

1.19.4 (2025-03-29)

Bug Fixes

  • types: inner join type on nullable relationships (29b7ec4)

v1.19.3

13 Mar 10:55
8ba8745
Compare
Choose a tag to compare

1.19.3 (2025-03-13)

Bug Fixes

v1.19.2

24 Feb 05:14
1f93ee5
Compare
Choose a tag to compare

1.19.2 (2025-02-24)

Bug Fixes

  • types: allow merge Record and litteral object (29e8c96)
  • types: overrideTypes merging with maybeSingle (578c69d)
  • types: overrideTypes work on invalid embeded relation (c8754b7)

v1.19.1

21 Feb 07:50
9b2c8fc
Compare
Choose a tag to compare

1.19.1 (2025-02-21)

Bug Fixes

  • types: overrideTypes deep merge behavior (eecc4e6)

v1.19.0

21 Feb 05:23
4d0a738
Compare
Choose a tag to compare

1.19.0 (2025-02-21)

Bug Fixes

  • add runtime test coverage (a479b87)
  • preserve result optionality in override (950a6ff)
  • types: returns type casting (4fef058)

Features

  • types: add overrideTypes method (963bc7e)

v1.18.1

24 Jan 03:40
a0b56aa
Compare
Choose a tag to compare

1.18.1 (2025-01-24)

Bug Fixes

  • in filter (e7089f6)
  • in filter result infer (13a65ec)
  • jsonpath accessor and filters (b49c660)
  • jsonpath filter string operator accessor (c2112d4)
  • types: type instantiation is excessively deep and possibly infinite (7816a4d)

v1.18.0

20 Jan 02:30
7e985d4
Compare
Choose a tag to compare

1.18.0 (2025-01-20)

Bug Fixes

  • jsonpath with embeded tables (a9842b2)

Features

  • types: add jsonpath parser (8bdb969)
  • types: allow jsonpath selector types overrides (daa8705)

v1.17.11

14 Jan 10:02
12faa3d
Compare
Choose a tag to compare

1.17.11 (2025-01-14)

Bug Fixes

  • types: type result for throwOnError responses (#590) (12faa3d), closes #563