Skip to content

v12.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 23:00
· 182 commits to main since this release

BREAKING

  • HasManyDeep: Fix for deep entities with compound keys (21c3e03)
  • HasManyThrough: Use qb 13 to fix missing alias rewriting (95ce7e6)
  • box.json: Upgrade to latest dependencies (0b3a4c8)

chore

  • tests: Modify test to work with BoxLang
    (102406a)
  • CI: Stick to mysql:5.7 for now
    (028c2ad)
  • CI: Use explicity ports for MySQL 8 service
    (53e4edc)
  • CI: Update testing matrix and java versions
    (1d7c0c8)
  • CI: Use separate server.json files for different engines
    (ceb4484)

fix

  • QuickBuilder: Fix for qb 13's new column syntax
    (e7fb76a)
  • ChildEntity: Fix for bringing back columns correct when multiple child entities share the same column
    (9c5d69e)
  • QuickBuilder: Preserve case for withCount and withSum (1262c8d)
  • QuickQB: Casts values when using them in where clauses (6035327)
  • CI: Fix for Lucee 6 and custom DSNs in CI
    (1e2ddaf)

other