New fine-grained concurrency limits for pipelines, lightweight webhook callbacks, a paginated Public API, and multiple widget improvements.
Discover the latest advancements in MINEO version 2025.06, featuring significant enhancements to pipeline control, notification systems, API capabilities, and user interface refinements.
Introducing Pipeline Concurrency Control, a solution designed to streamline workload management for your pipelines and ensure strict mutual exclusion when required. Administrators can set a maximum number of simultaneous executions per pipeline, with any additional jobs automatically queuing. This feature is particularly useful for resource-heavy or stateful jobs, where setting the limit to 1 ensures strict mutual exclusion. This cap is efficiently managed and configured at the Pricing Plan level, simplifying governance.
Furthermore, MINEO 2025.06 introduces Webhook Notifications for pipelines. An optional webhook_url
can now be specified, enabling MINEO to trigger a plain HTTP GET request to the provided endpoint upon a pipeline run's completion. This simple mechanism, which involves no payload or secrets, allows users to notify downstream systems or initiate post-processing without writing additional code. The webhook URL can be supplied dynamically at execution time or stored directly within the pipeline settings for convenience.
Finally, the Paginated Execution API enhances the Public API for listing executions by gaining first-class pagination. Users can now request specific data pages using page
and page_size
parameters, leading to leaner JSON responses. This optimization significantly improves performance for applications like dashboards or CLI scripts that consume execution data, enabling faster loading and more efficient data handling. Existing integrations will continue to function seamlessly, with only minor changes to the response body structure.
For comprehensive details on these new capabilities, please refer to the dedicated documentation: https://b.mineo.app/documentation/docs/pipelines/intro.
Enhancements:
Bug Fixes:
We encourage you to explore these new features in MINEO 2025.06 and provide your valuable feedback.