Skip to content

Releases: supabase/postgres-meta

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)

v0.19.0

07 Jul 07:20
Compare
Choose a tag to compare

0.19.0 (2021-07-07)

Features

v0.18.2

01 Jul 13:08
Compare
Choose a tag to compare

0.18.2 (2021-07-01)

Bug Fixes

  • server: listen on 0.0.0.0 (c54be39)

v0.18.1

29 Jun 05:54
Compare
Choose a tag to compare

0.18.1 (2021-06-29)

Bug Fixes

v0.18.0

21 Jun 05:14
Compare
Choose a tag to compare

0.18.0 (2021-06-21)

Bug Fixes

  • fastify error on multiple stmts on /query (9d0dcba)
  • lib: missing enum values when typname quoted (054a45c)
  • policies table_id: string -> number (9da5f18)

Features

  • functions: add remaining functions routes (#117) (0fa7587)
  • add preliminary code for generating OAS (4ed04d9)
  • lib: add naive constraint definition (b659954)