Releases: vitaly-t/pg-promise
Releases Β· vitaly-t/pg-promise
11.5.1
11.5.0
- Many dependencies updated, including Postgres driver.
- Minor documentation updates.
Please note that at the time of publishing this, GitHub CI started showing problems again, unrelated to the project. All tests pass locally fine, disregard Failed Build status for the time being.
11.4.3
11.4.2
11.4.1
11.4.0
- Updated dependencies:
"pg" -> "8.10.0"
and"pg-query-stream" -> "4.4.0"
- Extended
IPool
TypeScript declaration with propertiesexpiredCount
+log
. The latter in case you want to log what the pool is doing:
db.$pool.log = (msg: string, err?: any) => {
console.log('Pool:', msg, err); // report what the pool is doing
}
11.3.0
11.2.0
Quick follow up on issues within the previous release:
- Corrected type of
stream
property toSocket
- Temporarily disabled CI for PG v14 and v15, until the integration issue is resolved.
11.1.0
- Upgraded the underlying driver; see its changes.
- Added property stream to the connection parameters in TypeScript declarations.
Please ignore CI errors that are due to this issue, which can be addressed later.