Skip to content

Releases: gajus/slonik

v16.0.0

26 Feb 13:48
Compare
Choose a tag to compare

16.0.0 (2019-02-26)

Features

  • add ConnectionError (5dc7806)
  • add connectionTimeout, idleTimeout, maximumPoolSize, minimumPoolSize configurations (bc0d534)
  • remove connection object in favour of dsn (connection URI) (10f6847)

BREAKING CHANGES

    • Removes connection object in favour of dsn. All pool configuration is being moved to client configuration (second parameter). The intent is to separate parameters that are being sent to the PostgreSQL server and those that control client behaviour.

v15.4.3

26 Feb 12:12
Compare
Choose a tag to compare

15.4.3 (2019-02-26)

Bug Fixes

v15.4.2

24 Feb 22:00
Compare
Choose a tag to compare

15.4.2 (2019-02-24)

Bug Fixes

  • enable default type parsers (a913b46)

v15.4.1

24 Feb 16:11
Compare
Choose a tag to compare

15.4.1 (2019-02-24)

Bug Fixes

  • add missing notice message property type (539c063)
  • correct spelling error (75c14b5)
  • remove unused dependencies (5928eb7)

v15.4.0

24 Feb 16:01
Compare
Choose a tag to compare

15.4.0 (2019-02-24)

Features

  • move query logging to a dedicated interceptor (46301f9)
  • use poolId/connectionId/transactionId from slonik.connection context (af2bcaa)

v15.3.0

24 Feb 14:36
Compare
Choose a tag to compare

15.3.0 (2019-02-24)

Bug Fixes

  • handle undefined interceptors (85cc219)

Features

  • expose the transactionId property (e3ce6ff)

v15.2.2

24 Feb 04:15
Compare
Choose a tag to compare

15.2.2 (2019-02-24)

Bug Fixes

  • correct bindig of event emitter (3a2e7c4)

v15.2.1

23 Feb 15:52
Compare
Choose a tag to compare

15.2.1 (2019-02-23)

Bug Fixes

  • add missing notices property type definition (01cebc2)

v15.2.0

23 Feb 15:42
Compare
Choose a tag to compare

15.2.0 (2019-02-23)

Bug Fixes

Features

  • augment query result object with notices (f45c590)

v15.1.1

23 Feb 13:30
Compare
Choose a tag to compare

15.1.1 (2019-02-23)

Bug Fixes

  • correct type definition (ab630be)