Skip to content

Releases: supabase/postgres-meta

v0.24.3

19 Aug 13:07
Compare
Choose a tag to compare

0.24.3 (2021-08-19)

Bug Fixes

  • tidy up ssl stuff some more (9afbc89)

v0.24.2

19 Aug 08:47
Compare
Choose a tag to compare

0.24.2 (2021-08-19)

Bug Fixes

v0.24.1

28 Jul 09:36
Compare
Choose a tag to compare

0.24.1 (2021-07-28)

Bug Fixes

  • skip renaming trigger if new name and current name are equal (2a6879c)

v0.24.0

26 Jul 16:45
003a26c
Compare
Choose a tag to compare

0.24.0 (2021-07-26)

Features

  • enable function definition update (ce82698)

v0.23.1

25 Jul 22:10
bcbd59c
Compare
Choose a tag to compare

0.23.1 (2021-07-25)

Bug Fixes

  • create functions with alias data types (191a085)

v0.23.0

22 Jul 07:47
Compare
Choose a tag to compare

0.23.0 (2021-07-22)

Features

  • add tg_rel_id to trigger return (bdc5de0)
  • change function config param value to string (da72623)
  • update function option rettype to return_type (#133) (b0a0bff)

v0.22.0

20 Jul 07:26
b139fd6
Compare
Choose a tag to compare

0.22.0 (2021-07-20)

Features

  • add additional function create options (03ac6d0)

v0.21.0

18 Jul 14:54
Compare
Choose a tag to compare

0.21.0 (2021-07-18)

Features

v0.20.0

16 Jul 09:07
Compare
Choose a tag to compare

0.20.0 (2021-07-16)

Bug Fixes

  • functions: include argument_types when retrieving function query (6a7b0e5)

Features

  • /functions: adds POST /functions and DELETE /functions (2f6ab96), closes #115
  • /functions: implements PATCH /functions (1aca9a9), closes #115
  • /functions: implements PATCH /functions for function schema and name (2caf733)

v0.19.1

08 Jul 03:14
Compare
Choose a tag to compare

0.19.1 (2021-07-08)

Bug Fixes

  • lib/columns: remove is_nullable default value (9b23102)