Sourced from pg's changelog.
pg@8.18.0
- Return the client instance as the result of calling
connect(previously it wasvoid).pg@8.17.0
- Throw correct error if database URL parsing fails.
pg@8.16.0
- Add support for min connection pool size.
pg@8.15.0
- Add support for esm importing. CommonJS importing is still also supported.
pg@8.14.0
- Add support from SCRAM-SAH-256-PLUS i.e. channel binding.
pg@8.13.0
- Add ability to specify query timeout on per-query basis.
pg@8.12.0
- Add
queryModeconfig option to force use of the extended query protocol on queries without any parameters.pg-pool@8.10.0
- Emit
releaseevent when client is returned to the pool.pg@8.9.0
- Add support for stream factory.
- Better errors for SASL authentication.
- Use native crypto module for SASL authentication.
pg@8.8.0
- Bump minimum required version of native bindings.
- Catch previously uncatchable errors thrown in
pool.query.- Prevent the pool from blocking the event loop if all clients are idle (and
allowExitOnIdleis enabled).- Support
lock_timeoutin client config.- Fix errors thrown in callbacks from interfering with cleanup.
pg-pool@3.5.0
- Add connection lifetime limit config option.
... (truncated)
fc4de3c
Publish0d1541d
Always check if activeQuery is null before using it (#3586)57e93b5
Return the client instance in the connect() method (#3564)5b68a11
Publishea06db5
Remove node: prefix from imports (#3584)a3a4567
remove unused variable (#3562)4eb7529
Publishb94c8e1
Don't use prefix import as it breaks in old nodes. (#3578)6bf475c
Improve Deno compatibility: config-first and safe env access (#3547)d10e09c
Publish