github PostgREST/postgrest v11.1.0

latest releases: devel, v12.2.3, v12.2.2...
17 months ago

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.
  • #2703, Add pre-config function - @steve-chavez
    • New config option db-pre-config(empty by default)
    • Allows using the in-database configuration without SUPERUSER
  • #2781, When db-channel-enabled is false, start automatic connection recovery on a new request when pool connections are closed with pg_terminate_backend - @steve-chavez
    • Mitigates the lack of LISTEN/NOTIFY for schema cache reloading on read replicas.

Fixed

Don't miss a new postgrest release

NewReleases is sending notifications on new releases.