October

Release Notes 10/01/2024

Pipeline scaffolding from an OpenAPI Specification (General Availability)

It is now possible to scaffold a pipeline from an OpenAPI specification file. To do so, simply click on Create, as usual, and select the Pipeline with OpenAPI option. After selecting the file and reviewing the routes, a pre-structured pipeline will be created with each route connected to a Block Execution, speeding up the process and simplifying management.

Learn more in the documentation.

Triggers

API Trigger (General Availability)

The API Trigger is the new version of the REST Trigger, bringing significant improvements. The route table now presents the relationship between path and method more clearly, making it easier to understand the configurations. Additionally, after saving the configurations, the pipeline is automatically generated in the Canvas, already pre-structured, with each configured route connected to a Block Execution connector.

For more information, refer to the documentation.

Trigger categories (General Availability)

Triggers are now divided into categories and organized alphabetically, making it easier to find the desired trigger in the list. The categories are:

  • Web Protocols: Triggers used to execute web protocols.

  • Scheduling: Triggers scheduled to perform actions at a specific time or interval.

  • Messaging and Events: Triggers activated by messages or events.

  • Others: Other types of triggers.

AI Assistant – Flow Generation, JOLT Generation, and Docs Q&A (Beta)

The AI Assistant is a new AI-powered functionality in the Digibee Integration Platform. It offers three ways to speed up your work:

  • Flow Generation: With this option, you can request the Assistant to generate a part or the entire flow of a pipeline, inserting it directly into the Canvas. Refer to the documentation to learn how to request flow generation and how to create effective prompts.

  • JOLT Generation: This feature streamlines the transformation of JSON inputs and outputs into a JOLT specification, simplifying the process and reducing the learning curve needed to do it manually. Learn more in the documentation.

  • Docs Q&A: The Docs Q&A feature allows you to ask questions about the Platform while building your pipeline. The Assistant uses Digibee’s official documentation, ensuring reliable answers. Refer to the documentation.

Monitor insights

The Overview tab in Monitor now displays Insights tags in the pipeline table, making it easier to identify and investigate execution issues. Clicking on the tags will take you to the Pipeline metrics or Completed executions pages, with information for the selected pipeline already filtered. For more details, see the documentation.

Access permissions by environment

Users with the API Key Manager, Deployment Manager, and Pipeline Manager roles can configure specific permissions for each environment (test or production), ensuring that authorized groups can only perform tasks in the selected environment. Read the updated List of permissions by service documentation for more information, and check out the step-by-step guide to learn how to include this parameter.

Improvements and bugs

Improvements

  • New shortcuts in the Monitor Overview: easily access the Completed executions, Logs, Metrics, and Alerts pages, with data already filtered for the specific pipeline, using the three-dot icon in the table on the Overview tab. For more details, see the documentation.

  • New shortcut to the number of errors in the Monitor Overview: when clicking on the number of errors for a pipeline in the Errors column, a new tab will open showing the Completed executions page, with the detailed history of failed executions for the selected pipeline.

  • Usability improvements in Digibeectl: use the --output or -o flags together with GET commands to display resources in JSON format in Digibeectl.

Bugs

  • Build – Archived pipelines not appearing in projects: We fixed the bug that prevented archived pipelines from being displayed in projects, even when the "Archived" filter was applied in the search.

  • Canvas – OnException subflow in For Each: We fixed the bug that prevented the OnException subflow from being executed in the For Each connector.

  • Canvas – Retry not working in SOAP V3 connector: We fixed the bug that caused the "retry" function not to work in the SOAP V3 connector.

Last updated