Releases: supabase/postgres-meta
Releases · supabase/postgres-meta
v0.9.0
0.9.0 (2020-07-13)
Features
v0.8.0
0.8.0 (2020-07-11)
Bug Fixes
- Adds the enums key to the column (cf00b87), closes #33
- request query parameter handling (ad280f6)
Features
- Adds the ability to enable/disable RLS (2b2ce14), closes #32
- CRUD on /extensions (9c1501d)
- CRUD on /roles (9ec8b43)
- more options on /column POST & PATCH (17e8ef2)
v0.7.0
0.7.0 (2020-07-07)
Bug Fixes
- conversion error on identifiers (f1de031)
- excludes constraints which aren't primary keys (e2e82ea)
Features
- adds /functions (d2fb929)
- adds policies to each table (eba1b9d)
- adds the ability to create and update a schema (b79a4d4)
- support CRUD on /schemas, /tables, /columns (5de5901)
v0.6.0
0.6.0 (2020-06-26)
Features
- Adds docker build to 0.6.0 release. (7b41aac)
v0.5.0
0.5.0 (2020-06-25)
Features
- 0.5.0 includes binaries (7faf35d)
- Release Docker version 0.5.0 (68ad78e)
v0.4.0
0.4.0 (2020-06-25)
Bug Fixes
Features
- Bumps the app to version 0.4.0 (620205d)
- create roles and tables from endpoints (4bbbfc4)
v0.3.1
0.3.1 (2020-06-24)
Bug Fixes
v0.3.0
0.3.0 (2020-06-18)
Bug Fixes
- Updates the order of the type_id from name.schema to schema.name (b9551ff)
Features
- Adds grants to the roles (8eacf6d)
- Adds the enums to every column (e18fe1f), closes #12
v0.2.0
0.2.0 (2020-06-15)
Features
- ✨ Adds "relationships" to the /tables endpoint (6ad549c)
v0.1.0
Adds some docker commands