bun v1.0.12 Release Notes

Release Date: 2021-10-14 // over 2 years ago
  • 🐛 Bug Fixes

    • ➕ add InsertQuery.ColumnExpr to specify columns (60ffe29)
    • bundebug: change WithVerbose to accept a bool flag (b2f8b91)
    • pgdialect: fix bytea[] handling (a5ca013)
    • pgdriver: rename DriverOption to Option (51c1702)
    • 👌 support allowzero on the soft delete field (d0abec7)

    🔋 Features

    • bundebug: allow to configure the hook using env var, for example, BUNDEBUG={0,1,2} (ce92852)
    • bunotel: report DBStats metrics (b9b1575)
    • pgdriver: add Error.StatementTimeout (8a7934d)
    • pgdriver: allow setting Network in config (b24b5d8)