All Versions
41
Latest Version
Avg Release Cycle
13 days
Latest Release
1228 days ago

Changelog History
Page 4

  • v21.4.2 Changes

    January 17, 2020

    21.4.2 (2020-01-17)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ– handle deepFreeze edge-case scenarios (4fadb1c)
    • โšก๏ธ update dependencies (d642bdb)
  • v21.4.1 Changes

    November 21, 2019

    21.4.1 (2019-11-21)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update dependencies (fixes #129) (1ec5326)
  • v21.4.0 Changes

    November 10, 2019

    21.4.0 (2019-11-10)

    ๐Ÿ”‹ Features

    • โž• add pool.end() method (0bf5120)
    • โž• add pool.getPoolState() (4b08e9c)
  • v21.3.0 Changes

    November 10, 2019

    21.3.0 (2019-11-10)

    ๐Ÿ”‹ Features

    • โœ‚ remove minimumPoolSize (fb5d489)
    • ๐Ÿš€ use release/acquire when connection is acquired implicitly from pool (1e84a0c)
  • v21.2.0 Changes

    November 10, 2019

    21.2.0 (2019-11-10)

    ๐Ÿ› Bug Fixes

    • ensure that we assigned queued requests any idle connections (5d6fadf)
    • ๐Ÿ”ง throw InvalidConfigurationError when createPool configuration is invalid (5b897b7)

    ๐Ÿ”‹ Features

    • implemenet connection pooling (151bc84)
  • v21.1.2 Changes

    November 10, 2019

    21.1.2 (2019-11-10)

    ๐Ÿ› Bug Fixes

    • โฌ‡๏ธ reduce log importance level (c9eebef)
  • v21.1.1 Changes

    November 10, 2019

    21.1.1 (2019-11-10)

    ๐Ÿ› Bug Fixes

    • ensure that we return the same fields for streams (33adcfa)
  • v21.1.0 Changes

    November 10, 2019

    21.1.0 (2019-11-10)

    ๐Ÿ› Bug Fixes

    • actually retry failing connection (f59125d)
    • โž• add missing default configuration (ed4bf6e)
    • ๐Ÿ– handle errors originating from pg (194d1a6)
    • ๐Ÿ“‡ rename internal type name (c866558)

    ๐Ÿ”‹ Features

    • โž• add connectionRetryLimit (8777a6c)
    • ๐Ÿ– handle transactions terminated in idle state (d2f5916)
  • v21.0.0 Changes

    November 09, 2019

    21.0.0 (2019-11-09)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  disable connection pooling in favour of creating new connections (fixes #121) (a4bf25f)
    • ๐Ÿ– handle client error (2b042ed)
    • restrict query response object to documented properties (21fdb6c)

    ๐Ÿ”‹ Features

    • โž• add StatementTimeoutError (28cfdef)
    • ๐ŸŒฒ log if we are using beforeQueryExecution result (0fb3c22)
    • ๐ŸŒฒ log the original error produced by the execution routine (0f130ce)
    • ๐Ÿ“‡ rename QueryCancelledError to StatementCancelledError (76cf1f7)
    • restrict FieldType props to those that are guaranteed to be returned by PostgreSQL (eb2f2a0)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš FieldType dataTypeID field renamed to dataTypeId. Other fields than name and dataTypeId were removed.
    • ๐Ÿ“‡ Renamed QueryCancelledError to StatementCancelledError.
  • v20.1.3 Changes

    November 09, 2019

    20.1.3 (2019-11-09)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update dependencies (247a2e6)