Releases: vitaly-t/pg-promise
Releases · vitaly-t/pg-promise
10.12.1
v10.12.0
10.11.1
- Documentation updates: Removed
Gitter
link, moving into Discussions - Dev dependencies updated
10.11.0
- Implemented #800 - added support for connection option
allowExitOnIdle
, to let process exit when pool is idle. This means you no longer need to destroy the connection pool inside tests or any run-through process. Instead, just setallowExitOnIdle: true
within the database connection parameters. - Updated all dependencies, including the base
pg
driver to v8.7.1 - Removed tests integration for Travis CI. Adding it to GitHub Actions is still just a plan - see #799, but right now there is no CI, only manualy-run tests.
- Refactored many tests + examples
- Documentation updates