All Versions
110
Latest Version
Avg Release Cycle
19 days
Latest Release
-

Changelog History
Page 1

  • v8.8.0 Changes

    • โฌ†๏ธ Bump minimum required version of native bindings
    • Catch previously uncatchable errors thrown in pool.query
    • Prevent the pool from blocking the event loop if all clients are idle (and allowExitOnIdle is enabled)
    • ๐Ÿ‘Œ Support lock_timeout in client config
    • ๐Ÿ›  Fix errors thrown in callbacks from interfering with cleanup
  • v8.7.0 Changes

    • โž• Add optional config to pool to allow process to exit if pool is idle.
  • v8.6.0 Changes

    • ๐Ÿ‘ Better SASL error messages & more validation on bad configuration.
    • ๐Ÿ‘€ Export DatabaseError.
    • โž• Add ParameterDescription support to protocol parsing.
    • ๐Ÿ›  Fix typescript typedefs with --isolatedModules.
  • v8.5.0 Changes

  • v8.4.0 Changes

    • ๐Ÿ“ฆ Switch to optional peer dependencies & remove semver package which has been a small thorn in the side of a few users.
    • ๐Ÿ‘€ Export DatabaseError from pg-protocol.
    • โž• Add support for ssl-mode in the connection string.
  • v8.3.0 Changes

  • v8.2.1

    May 15, 2020
  • v8.2.0 Changes

    May 13, 2020
    • ๐ŸŽ Switch internal protocol parser & serializer to pg-protocol. The change is backwards compatible but results in a significant performance improvement across the board, with some queries as much as 50% faster. This is the first work to land in an on-going performance improvment initiative I'm working on. Stay tuned as things are set to get much faster still! :rocket:
  • v8.1.0 Changes

    May 08, 2020
    • ๐Ÿ“ฆ Switch to using monorepo version of pg-connection-string. This includes better support for SSL argument parsing from connection strings and ensures continuity of support.
    • โž• Add &ssl=no-verify option to connection string and PGSSLMODE=no-verify environment variable support for the pure JS driver. This is equivalent of passing { ssl: { rejectUnauthorized: false } } to the client/pool constructor. The advantage of having support in connection strings and environment variables is it can be "externally" configured via environment variables and CLI arguments much more easily, and should remove the need to directly edit any application code for the SSL default changes in 8.0. This should make using [email protected] significantly less difficult on environments like Heroku for example.
  • v8.0.3

    April 22, 2020