Knex v0.19.0 Release Notes

Release Date: 2019-07-11 // almost 5 years ago
  • ๐Ÿ”„ Changes:

    • ๐Ÿ“š Pooling: tarn.js connection pool was updated to version 2.0.0. This fixes issue with destroying connections and introduces support for connection pool event handlers. Please see tarn.js documentation for more details #3345
    • ๐Ÿ”ง Pooling: Passing unsupported pooling configuration options now throws an error
    • ๐Ÿ”ง Pooling: beforeDestroy configuration option was removed