You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 set allowExitOnIdle: 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.