ent v0.2.6 Release Notes

Release Date: 2020-07-12 // almost 4 years ago
  • Ent changes:

    • ➕ Add OldField to the ent.Mutation interface

    Schema changes:

    • ➕ Add the Unique option to UUID fields

    SQL runtime changes:

    • 🛠 Minor bug fixes: #561, #587, etc
    • 🎉 Initial work for batch inserts

    Codegen changes:

    • 🚀 Official release for transaction hooks
    • ➕ Add singular finishers for querying primitives, e.g: .String(), .Int(), etc
    • ➕ Add condition helpers foe generated hooks
    • ➕ Add option to extend existing templates: #583