InformationGrid platform
New IG web components version
With this new 2025.9 release, the IG web components are updated as well. Please upgrade to version 2.19.0. For more information see https://www.npmjs.com/package/informationgrid-webcomponents and the belonging documentation on IG Web components documentation.
Improvements
- Support for multi-tenancy has been improved significantly, as functionality related to tenants has been extended and several bugs related to the use of multi-tenancy have been fixed:
- Tenant-aware lookups are now supported
- Files can now be uploaded to tenant-aware blob stores
- The Aggregate Manager UI will now pass on the specific tenant ID to resource detail views and commands, when operating “for all tenants”
- Resources retrieved from a collection now include a
_tenantproperty - Tenant information has been made a required field in the OpenAPI for tenant-aware services
- In some scenarios, trace information could become excessively large. To prevent this from affecting system performance, we are now limiting the size of (the textual representation of) each trace step to 1KB.
Bugfixes
- Error traces are now stored in all cases
- ResourceReferenceValue is now included in OpenAPI schemas for relevant API endpoints.