Added
- #2786, Limit idle postgresql connection lifetime - @robx
- New option
db-pool-max-idletime
(default 30s). - This is equivalent to the old option
db-pool-timeout
of PostgREST 10.0.0. - A config alias for
db-pool-timeout
is included.
- New option
- #2703, Add pre-config function - @steve-chavez
- New config option
db-pre-config
(empty by default) - Allows using the in-database configuration without SUPERUSER
- New config option
- #2781, When
db-channel-enabled
is false, start automatic connection recovery on a new request when pool connections are closed withpg_terminate_backend
- @steve-chavez- Mitigates the lack of LISTEN/NOTIFY for schema cache reloading on read replicas.
Fixed
- #2791, Fix dropping schema cache reload notifications - @steve-chavez
- #2801, Stop retrying connection when "no password supplied" - @steve-chavez