Knex v0.13.0 Release Notes

Release Date: 2017-04-29 // about 7 years ago
  • ๐Ÿ’ฅ Breaking Changes:

    • Multiple concurrent migration runners blocks instead of throwing error when possible #1962
    • ๐Ÿ›  Fixed transaction promise mutation issue #1991

    Other Changes:

    • ๐Ÿ‘ Allow passing version of connected db in configuration file #1993
    • ๐Ÿ›  Bugfixes on batchInsert and transactions for mysql/maria #1992
    • โž• Add fetchAsString optional parameter to oracledb dialect #1998
    • ๐Ÿ›  fix: escapeObject parameter order for Postgres dialect. #2003