bun v1.1.8 Release Notes

Release Date: 2022-08-29 // over 1 year ago
  • ๐Ÿ› 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)