1.72.1 (2026-07-13)
Bug Fixes
- Fixed trait code generation for maps with an
@idRefkey, which produced
uncompilable code. The generatedcreateNode()andfromNode()methods
hard-coded the map entry key type asStringinstead of deriving it from the
key shape, which is aShapeIdfor an@idRefkey.
(#3207) - Reordered the in the rules-engine traits members to match what NodeMapper
outputs to avoid spurious diff changes
(#3210)