Skip to content

10.11.0

Compare
Choose a tag to compare
@vitaly-t vitaly-t released this 31 Jul 15:38
· 159 commits to master since this release
  • 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.
  • Refactored many tests + examples
  • Documentation updates