Releases: vitaly-t/pg-promise
Releases · vitaly-t/pg-promise
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.
11.0.2
11.0.1
11.0.0
BREAKING CHANGES
- Initialization option
noLockingand all the locking logic has been removed. It was a bit of an over-engineering thing. - Parameters for events connect, disconnect and receive have changed (wrapped into an object)
- Connection option
poolSizehas been retired. You should just use optionmaxnow, for the pool size. - NodeJS v14 is now the required minimum
OTHER CHANGES
- Documentation updates
- DEV dependencies updated
10.15.4
10.15.3
10.15.2
10.15.1
10.15.0
- Minimum version of NodeJS required is now v12.0.0 (was v8.0.0 previously). See the check.
10.14.2
- Assertions were refactored internally, so now they can be overridden via
global.pgPromiseAssert. See assert-options module. - Improved
Bufferdetection - Documentation updates