bun v1.1.9 Release Notes

Release Date: 2022-11-23 // over 1 year ago
  • ๐Ÿ› Bug Fixes

    • โž• addng dialect override for append-bool (#695) (338f2f0)
    • don't call hooks twice for whereExists (9057857)
    • ๐Ÿ”’ don't lock migrations when running Migrate and Rollback (69a7354)
    • query: make WhereDeleted compatible with ForceDelete (299c3fd), closes #673
    • relation join soft delete SQL generate (a98f4e9)

    ๐Ÿ”‹ Features

    • โž• add migrate.Exec (d368bbe)
    • โšก๏ธ update: "skipupdate" while bulk (1a32b2f)
    • zerolog: added zerolog hook (9d2267d)

Previous changes from v1.1.8

  • ๐Ÿ› Bug Fixes

    • bunotel: handle option attributes (#656) (9f1e0bd)
    • driver.Valuer returns itself causes stackoverflow (c9f51d3), closes #657
    • pgdriver: return FATAL and PANIC errors immediately (4595e38)
    • ๐Ÿ›  quote m2m table name fixes #649 (61a634e)
    • ๐Ÿ‘Œ support multi-level embed column (177ec4c), closes #643

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ conditions not supporting composite in (e5d78d4)
    • idb: support raw query (be4e688)
    • migrate: add MissingMigrations (42567d0)
    • pgdriver: implement database/sql/driver.SessionResetter (bda298a)
    • pgdriver: provide access to the underlying net.Conn (d07ea0e)