October
Last updated
Was this helpful?
Last updated
Was this helpful?
We have added two new functions so you can manage your ZTNA connections with greater autonomy:
: Remove a connection from your ZTNA connection database.
It is now possible to create projects and pipelines (without a flowSpec) in the Digibee Integration Platform using Digibeectl.
To create a project, use the create project command along with the --name (project name) and --description (project description) flags.
To create a pipeline, use the create pipeline command along with the --name (pipeline name) and --project (project name) flags.
Now users can have two new roles:
global-environment-manager: Allows you to define access to view and manage Globals by environment.
account-environment-manager: Allows you to select the environment where users can perform actions related to Accounts.
In the first use case, you will learn how to improve integration performance with API pagination, making it easier to manage large data sets.
You can explore the Use Cases in Action section anytime through the Documentation Portal:
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.
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.
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.
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.
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.
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.
: Remove a route from your ZTNA connection database.
See the for detailed step-by-step guides.
Read the to learn more.
Read the to learn more.
We have added a section for practical use cases in the . This section provides real-world examples that explain pipeline concepts and help you apply integration scenarios.
Improvements to CPU and Memory usage charts on the : The CPU usage and Memory usage charts now display minimum, maximum, and average usage values for both CPU and memory, providing a more detailed view of your pipelines' performance.
Connectivity documentation update: Documents related to connectivity technologies on the Digibee Integration Platform have been updated. Access the to learn more.
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 , speeding up the process and simplifying management.
.
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 connector.
For more information, .
are now divided into categories and organized alphabetically, making it easier to find the desired trigger in the list. The categories are:
The is a new AI-powered functionality in the Digibee Integration Platform. It offers three ways to speed up your work:
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 .
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 for more information, and check out the to learn how to include this parameter.
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 .