PostgreSQL v5.0.0 Release Notes

  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘ป require('pg').native now returns null if the native bindings cannot be found; previously, this threw an exception.

    ๐Ÿ†• New Features

    • ๐Ÿ‘ better error message when passing undefined as a query parameter
    • ๐Ÿ‘Œ support for defaults.connectionString
    • ๐Ÿ‘Œ support for returnToHead being passed to generic pool