Skip to content

v1.11.2

Latest

Choose a tag to compare

@arp242 arp242 released this 10 Feb 12:13
· 15 commits to master since this release

This fixes two regressions:

  • Don't send startup parameters if there is no value, improving compatibility with Supavisor (#1260).

  • Don't send dbname as a startup parameter if database=[..] is used in the connection string. It's recommended to use dbname=, as database= is not a libpq option, and only worked by accident previously. (#1261)