Skip to content

Archie v3.4.0

Compare
Choose a tag to compare
@MattijsK MattijsK released this 01 Jun 11:54
· 142 commits to master since this release
339f4b6

What's Changed

New features:

Improvements & bugfixes

  • Bugfix syntax error uid attribute by @EBrader in #493
  • Fix BMM object mapper being used before being fully configured by @J3173 in #501
  • ADLParseException duplicate metadata identifiers by @EBrader in #502
  • Generate duration value based on given constraint by @J3173 in #505
  • Use operational templates during validation in ExampleJsonInstanceGeneratorTest by @J3173 in #506
  • Restore thread local language after buildPathsAndValues call by @J3173 in #504

Dependency updates:

Potentially breaking change

The RM instance validator now also validates Archetyped data that has an archetyped set, for which an archetype is available in the provided OptProvider. But without an archetype slot or use_archetype in the template/OPT. So, ad hoc archetyped data, for example for use in feeder audits. Since this now validates more than before, it can break your existing system if you use this kind of construction and your data is invalid with regards to the archetype you specify.

Full Changelog: v3.3.0...v3.4.0