InformationGrid platform
Batch ingest for queues
As a follow-up to the batch ingest functionality for document collections introduced in the previous release, this release includes an extension to the REST API for queues to ingest a batch of resources. The new endpoint accepts an array of resources to be published to the specified queue topic in a single transaction, meaning consumers of the topic will only see these messages once all of them have been published successfully.
Note that this is only available for queue topics that have a resource message type.
No additional configuration is required to make use of this new functionality.
For more details on the api, refer to the Open API spec for your queue topic in the workbench.
New features
- This release introduces authorisation expression configurations. Those contain expressions which can be re-used across authorisation policies and managed in one place. This prevents copying over the same expression to multiple policies and allow for easy management.
Bugfixes
- Switching from one configuration that has preview functionality (e.g. UI component configurations) to another configuration that does not, the workbench will now show the details of that configuration again, instead of a white box
- When overriding an aggregate command in an aggregate manager configuration, and subsequently renaming that command in the aggregate type configuration, a validation message will now be shown for the aggregate manager configuration to indicate it needs to be updated to reflect that change.