Releases: supabase/postgres-meta
Releases · supabase/postgres-meta
v0.23.1
0.23.1 (2021-07-25)
Bug Fixes
- create functions with alias data types (191a085)
v0.23.0
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
0.22.0 (2021-07-20)
Features
- add additional function create options (03ac6d0)
v0.20.0
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
0.19.1 (2021-07-08)
Bug Fixes
- lib/columns: remove is_nullable default value (9b23102)
v0.18.2
0.18.2 (2021-07-01)
Bug Fixes
- server: listen on 0.0.0.0 (c54be39)
v0.18.0
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)