Skip to content

Tags: supabase/cli

Tags

v2.35.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(cli): show branch ref to list command (#4019)

v2.34.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: wait for pooler after init temp role (#4018)

* Revert "fix: retry pooler connection after password change (#3949)"

This reverts commit 2b6e22b.

* fix: wait for pooler after init temp role

v2.34.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: set healthcheck for Mailpit container (#4010)

The mailpit container's built-in healthcheck does not work with podman,
which causes `supabase start` to fail without the
`--ignore-health-check` flag.

I'm not 100% sure why this is, but I suspect it's because the mailpit
[healthcheck has `--start-interval=1s`][1], and the `--start-interval`
option was [only added to Docker Engine since v25.0][2]
(or v1.44 of the Docker API), which podman does not yet suppprt
(see containers/podman#26505).

Setting an explicit healthcheck matches the healthchecks we set for the
other containers, and fixes this issue.

[1]: https://github.com/axllent/mailpit/blob/d26e317d2507015d4d9fa247207ccd6a68fe645f/Dockerfile#L28
[2]: https://docs.docker.com/reference/dockerfile/#healthcheck
Fixes half of: #3566

Co-authored-by: Han Qiao <sweatybridge@gmail.com>

v2.34.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: diff schemas using pgkit migra (#3994)

* fix: diff schemas using pgkit migra

* chore: update exclusion rules for pg schema diff

v2.34.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support branch pause and unpause (#3979)

* feat: support branch pause and unpause

* chore: drop experimental flag for branches command

* chore: tidy up branch get command

* chore: address linter error

* chore: suggest creating first branch

* fix: missing database in non-pooling url

v2.33.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump github.com/getsentry/sentry-go from 0.34.1 to 0.35.0 (

#3962)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.34.1 to 0.35.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.34.1...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.33.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: set postgres role for pg_dump (#3958)

v2.33.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: retry pooler connection after password change (#3949)

v2.33.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disable ssl when connecting in debug mode (#3947)

v2.33.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: reveal new keys when loading from api (#3935)