Releases: supabase/postgres-meta
Releases · supabase/postgres-meta
v0.24.3
0.24.3 (2021-08-19)
Bug Fixes
- tidy up ssl stuff some more (9afbc89)
v0.24.1
0.24.1 (2021-07-28)
Bug Fixes
- skip renaming trigger if new name and current name are equal (2a6879c)
v0.24.0
0.24.0 (2021-07-26)
Features
- enable function definition update (ce82698)
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)