May

Release notes 05-07-2024

Connectors

Triggers

  • DynamoDB Streams Trigger (Restricted Beta): we’ve released a new trigger that simplifies how the user reacts to updates in a DynamoDB table by listening for events such as new items being added, existing items being modified, or items being deleted. When any of these events happen, the trigger automatically starts the user’s Digibee pipeline, providing details about the change as input. This feature is in the Restricted Beta phase for specific customers. For more information, check the DynamoDB Streams Trigger documentation.

  • HTTP: The HTTP trigger has been updated and is available with improvements to all customers in the US cluster test and production environments and the BR cluster test environment.

ZTNA Connections

With this new feature, customers using ZTNA can view a detailed list of connections and routes on the Platform. Read the ZTNA Connections documentation to learn more.

Administration - New permission for ZTNA

We’ve added the new ZTNA:READ permission. With this permission, users can see the ZTNA connections created on the Platform. You can read more about this in the Roles documentation.

Double Braces autocomplete support for “item.” in JSON Transformer (General Availability)

Double Braces autocomplete now shows suggestions for completing expressions containing "item." in the JSON Transformer connector.

This simplifies the creation of Double Braces expressions as users no longer need to memorize the information and can simply autocomplete them.

Default collection and group in Capsules (General Availability)

The feature for creating Capsules in a default collection and group and for moving Capsules to other collections and groups has been promoted to General Availability. Improvements have been made so that users can now organize their capsules much more easily and smoothly.

Improvement - Warning before saving Capsules

Now when you edit the configuration form of a Capsule and click to save the form, you will receive a warning that the changes in the configuration form may affect the execution of the Capsule. We recommend reviewing the flow after each change.

This warning helps users to maintain Capsule compatibility and always review the flow after making changes to the configuration.

Run - Pipeline deployment status (General Availability)

Users can now view the new “Degraded” status in the Run page to get more information about a pipeline deployment in real time.Check the Run documentation to learn more .

Platform - Digibeectl improvements

The Digibeectl feature has new configuration options and subcommands that the user can access to have a better experience on our Command Line Interface (CLI). Read the Digibeectl documentation to learn more.

We’ve also fixed a few bugs and made the following improvements:

  • Canvas - Clicking on the Double Braces icon closes the connector form: we’ve fixed the bug that caused the connector configuration form to close when users clicked on the Double Braces icon.

  • Canvas - Step Name above the connector: we’ve fixed the bug where the text of the Step Name overlapped the connector in the flow.

  • Canvas - Tags are not added to fields in connectors and triggers: we’ve fixed the bug where it wasn’t possible to add tags in fields by pressing Enter or clicking outside the field.

  • Capsules - Accounts are not displayed in the connector within the Capsule: we’ve fixed the bug that caused the accounts not to be displayed in the connectors within the Capsule, even if they were created correctly in the Capsule configuration form.

  • Build - Projects are displayed for unassigned users: we’ve fixed the bug that previously allowed projects to be viewed by unassigned users after they were created. Now it’s no longer necessary to refresh the page to stop seeing them.

  • Connectors - JSON Path: we’ve fixed a bug that caused an error when using expressions with JSON Path.

  • Connectors - SFTP and SSH Remote Command: we've improved the connectors to allow custom client/server configurations for the server host key, public key accepted algorithms, and key exchange algorithms options.

  • Run - Wrong error message for globals: we’ve fixed the bug that caused the pipeline to display the wrong error message for globals.

  • Run - Issue with pipeline deployments with Engine Beta active: we’ve fixed the bug that caused problems with pipeline deployments while Engine Beta was active.

  • Run - Wrong message for failed deployments: we’ve fixed the bug that displayed the wrong message when a failed deployment happened.

Last updated