Releases: supabase/cli
Releases · supabase/cli
v1.71.1
v1.71.0
Changelog
Features
- 0d0ce16: feat(api): add api-keys command for projects (#1226) (@Ananya2001-an)
Others
- 4a54824: chore(deps): bump github.com/prometheus/client_golang from 1.1.0 to 1.11.1 (#1231) (@dependabot[bot])
- 97b0bc1: chore(deps): bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#1232) (@dependabot[bot])
v1.70.3
Changelog
Bug fixes
- 8aeacce: fix: respect docker context when initialising client (@sweatybridge)
Others
- d2577b2: chore: generate openapi client (@sweatybridge)
- d97195a: chore: update codeql action (@sweatybridge)
v1.70.2
v1.70.1
Changelog
Bug fixes
- 241497c: fix: baseline should work without specifying version (@sweatybridge)
Others
- 1039396: chore: print squash command completion message (@sweatybridge)
v1.70.0
Changelog
Features
- 4eb6424: feat: implement migration squashing (@sweatybridge)
- b48bf25: feat: support baselining migration history table (@sweatybridge)
- b3a2359: feat: squash all migrations when no version is specified (@sweatybridge)
Bug fixes
- bb26c7c: fix: throw error on missing version glob (@sweatybridge)
Others
- 39b1b9e: chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#1214) (@dependabot[bot])
- 55192fe: chore: add spinner for stopping containers (@sweatybridge)
- d22e9ee: chore: refactor db dump logic (@sweatybridge)
- 534cca5: chore: refactor db diff logic (@sweatybridge)
- 3d39a5b: chore: add unit tests for migration squash (@sweatybridge)
- e8fcd49: chore: improve squash log messages (@sweatybridge)
v1.69.3
v1.69.2
Changelog
Bug fixes
- bc94130: fix: persist config volume between restarts (@sweatybridge)
Others
- 13fe2e4: chore: update unit tests for removing config volume (@sweatybridge)
- 8e7f32a: chore: cleanup functions cache volume on stop (@sweatybridge)
v1.69.1
Changelog
Bug fixes
- 58899db: fix: stop creating shadow database from initial schema (@sweatybridge)
Others
- 45093b7: chore: remove auth and storage from initial schemas (@sweatybridge)
- d7a1ef5: chore: update unit tests for db diff (@sweatybridge)