bun v1.1.9 Release Notes
Release Date: 2022-11-23 // almost 2 years 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
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