Ash Framework v2.3.0 Release Notes

Release Date: 2022-10-27 // over 1 year ago
  • ๐Ÿ”‹ Features:

    • Ash.PlugHelpers: standardise conn interface for actors/tenants. (#432)

    • โž• add Ash.Resource.Builder, the start of DSL builder utilities of rextension writing

    ๐Ÿ› Bug Fixes:

    • DataLayer: incorrect typespec for run_query/2 callback. (#431)

    • โšก๏ธ in Ash.Seed, don't try to update a non-loaded record

    • properly load manual to_one relationships

    • properly compare against decimal values

    ๐Ÿ‘Œ Improvements:

    • pass tenant to calculation query explicitly

    • ๐Ÿ‘ allow using get_path/2 by name, as well as bracket access

    • SVG, PDF, PNG, Markdown and plain mermaid formats (#428)

    • โšก๏ธ optimize nested exists filter statements

    • ๐Ÿ‘Œ support floats & decimals in the compare validation