Release 2025.4

InformationGrid platform

New IG web components version
With this new 2025.4 release, the IG web components are updated as well. Please upgrade to version 2.14.0. For more information see https://www.npmjs.com/package/informationgrid-webcomponents and the belonging documentation on IG Web components documentation.

Deprecated feature

  • This release will be the final release that supports the array transform operation in DSL recipes. If you are still using this operation in your recipes, these recipes must be updated before the next (2025.5) release. The map operation is a drop-in replacement in most cases. The transform operation will no longer be available in the next release.

Improvements

  • The global search in the Workbench has been improved by sorting the results and displaying their type icons for easier identification.
  • The default for lookup constraints has been changed to ‘exhaustive’, meaning it won’t accept non-existing values. It can still be disabled if needed.
  • When using a URL markup constraint, the URL will now open in a new window or tab when clicked.
  • Only one constraint of each (applicable) type can be added. Previously, the same type of constraint could be added multiple times, which would lead to undefined behaviour.
  • DSL grammar consistency has been improved, meaning the same or similar features will use the same syntax across different DSL-variants.
  • It is now possible to use comparison operator (== and !=) on resource reference values.
  • Resource references are now resolved and displayed in resource detail views and traces.
  • When adding a resource through a Collection Manager, any failures that could occur are now reported.

Bugfixes

  • DSL completion in the expression for a command validation suggested aggregateRoot, which is now actually available during execution as well.
  • Existing resource reference values are now automatically be filled in a form when the form field has been set to ‘read-only’.
  • The keys function now works correctly on all maps, not just maps with string values
Comments are closed.