
What’s new
-
Performance improvements for adhoc job query - adhoc job queries find pending jobs that exist in Core for that specific Cluster. This was managed by the primary controller and in order to scale this process we have made that the responsibility of all controller nodes, not just the primary.
-
Created missing events - Missing events and event types are emitted when the corresponding data types change. These extend the events we can track for auditing purposes and subscribe to for notifications.
-
Automate update - Automate has been updated to use the newest version of Node Red. Old engines/builds will still use the old version until they are opened and saved as a new node version.
Bug fixes
-
Improved detection of invalid URLs on ingest - Resolved cases where invalid URL wasn’t failing on ingestion task
-
Update Engine Toolkit to support
curlon retries - Some URLs were running into issues using existing methods to retrieve URL, but worked withcurl. We have added additional support to trycurlin addition to existing methods during retries. -
Fixed task failure messages - Resolved issue where there was a unknown
enumerror returned in a task's failure message whennull.

