Releases: supabase/cli
Releases · supabase/cli
v2.0.7
Changelog
Bug fixes
- 8935766: fix: enforce auth hook secrets conform to standard webhooks (#2961) (@sweatybridge)
Others
- 8627a16: chore(deps): bump github.com/docker/cli from 27.3.1+incompatible to 27.4.0+incompatible (#2959) (@dependabot[bot])
v2.0.6
v2.0.5
Changelog
Bug fixes
- ac76d14: fix: optional smtp block should not override remote (#2954) (@sweatybridge)
Others
- b40c676: chore: remove unmaintained tests (@sweatybridge)
- e4c39e6: chore: bump cli module to v2 (@sweatybridge)
- bd0d250: chore: update test coverage (@sweatybridge)
- 0e8d7c4: Revert "chore: bump cli module to v2" (@sweatybridge)
v2.0.4
Changelog
Bug fixes
- 0eac017: fix: account for remote config when pushing (@sweatybridge)
- 4a7e73e: fix: allow mapstructure override for site url (@sweatybridge)
Others
- 9becfab: chore: skip loading project ref if flag is set (@sweatybridge)
v2.0.3
Changelog
Bug fixes
- a3fd06a: fix: optional project ref flag for snippets command (@sweatybridge)
Others
- bfa2c42: chore: reuse services command for version check (@sweatybridge)
v2.0.2
v2.0.1
Changelog
Bug fixes
- bc1facc: fix: bump edge-runtime to 1.65.4 (#2940) (@nyannyacha)
Others
- 0218be8: chore(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 (#2947) (@dependabot[bot])
- 1f05988: chore(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 (#2946) (@dependabot[bot])
- 6bef0d2: chore(deps): bump github.com/getsentry/sentry-go from 0.29.1 to 0.30.0 (#2941) (@dependabot[bot])
- c136389: chore: update config comments (#2944) (@sweatybridge)
v2.0.0
Changelog
We have released Supabase CLI v2 today, adding support for Configuration as Code.
This shouldn't introduce any breaking changes compare to latest v1 versions.
For more details:
https://supabase.com/blog/cli-v2-config-as-code#breaking-changes
Features
- 06db5a5: feat: bump cli to v2 (@sweatybridge)