Knex v2.3.0 Release Notes

Release Date: 2022-08-31 // over 1 year ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘ PostgreSQL: Explicit jsonb support for custom pg clients #5201
    • ๐Ÿ‘ SQLite: Support returning with sqlite3 and better-sqlite3 #5285
    • MSSQL: Implement mapBinding mssql dialect option #5292

    Typings:

    • โšก๏ธ Update types for TS 4.8 #5279
    • ๐Ÿ›  Fix typo #5267
    • ๐Ÿ›  Fix WhereJsonObject withCompositeTableType #5306
    • ๐Ÿ›  Fix AnalyticFunction type #5304
    • Infer specific column value type in aggregations #5297

Previous changes from v2.2.0

  • ๐Ÿ†• New features:

    • Inline primary key creation for postgres flavours #5233
    • โš  SQLite: Add warning for undefined connection file #5223
    • ๐Ÿ‘ MSSQL: Add JSON parameter support for connection #5200

    ๐Ÿ› Bug fixes:

    • PostgreSQL: add primaryKey option for uuid #5212

    Typings:

    • โž• Add promisable and better types #5222
    • โšก๏ธ Update raw query bind parameter type #5208