Skip to content

v3.5.34

Choose a tag to compare

@github-actions github-actions released this 07 Aug 02:17
· 515 commits to main since this release

Bug Fixes:

  • Accept nil input for maps and TypedStructs (#2257) by @FugiTech

  • pass actor: nil to ash.get in get_and_lock_for_update (#2256) by Jesse Williams

  • add default impl for rewrite/3 & get_rewrites/4 for Ash.Type. (#2251) by @Torkan

  • filter out invalid changeset, before running the bulk before transactions (#2249) by @barnabasJ

  • minor tweaks to usage rules (#2246) by albinkc

  • handle updates on union types containing arrays (#2237) by Rutgerdj

Improvements:

  • Support through for many to many relationship gen (#2233) by Kenneth Kostrešević

  • Update usage-rules.md to include Polymorphic Relationships (#2211) by Gonzalo Muñoz

  • filter expression verifier (#2243) by Kenneth Kostrešević

  • Introduce extension introspection functions on Ash.*.Info (#2239) by @maennchen