Knex v0.20.11 Release Notes

Release Date: 2020-02-26 // about 4 years ago
  • ๐Ÿ’ฅ Breaking changes:

    • Knex returns native JS promises instead of Bluebird ones. This means that you no longer use such methods as map, spread and reduce on QueryBuilder instance.

    ๐Ÿ†• New features:

    • Oracle: Add OracleDB handling for buffer type in fetchAsString #3685

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix race condition in non-container transactions #3671

    Typings:

    • Mark knex arguments of composite/collection types to be readonly #3680

    โœ… Test / internal changes:

    • โœ‚ Remove dependency on Bluebird methods from sources #3683
    • Cleanup and extract Transaction Workflow logic #3674