Releases: supabase/postgres
Releases Β· supabase/postgres
15.1.1.26
chore: remove pgbouncer from docker aio image (#907) * chore: docker aio - clean fail2ban and gotrue disabled flags/code * chore: remove pgbouncer from docker AIO image.
15.1.1.26-plrust
correct download package step
15.1.1.25
feat: pg_cron 1.6.2
15.1.1.24-pg-upgrade
TODO
15.1.1.24-cron-1.6.2
feat: pg_cron 1.6.2
15.1.1.24
feat: bump supautils to v2.1.0
15.1.1.23
feat: bump auth to v2.144.0
15.1.1.22-supautils-2.1.0
15.1.1.22
feat: bump auth to v2.143.1 (#897)
15.1.1.21
fix: check if port 80 or 443 is already in use before starting Envoy Envoy doesn't exit if it can't bind ports for all its listeners, and I couldn't find any configuration option to make it do so. With this, auto-restart will kick in until both ports are no longer in use. May not be necessary after the previous fix to ensure that Kong service is stopped before Envoy service is started, but doesn't hurt to have multiple defensive measures, since it's somewhat unexpected that Envoy doesn't exit on such failures.