Product Update - v21.37

Details of the product update v21.37 from 16th of September 2021.

Features

Update components in all flow steps

We introduce a new feature to help update the components in all steps of your integration flow in one go. A new button Update All Components will appear in the flow designer if your flow has steps which run on older version of the component.

Update All Components Button.

The following rules apply with this new feature:

  • The Update All Components button will appear in case when the flow draft has one or more steps using an older version of the component.
  • By clicking on this button the platform will upgrade all steps to use the latest available component version - not the latest alias.
  • If your flow has a step running an outdated component version, by clicking on the Update All Components button the system will create a new draft of this flow with an updated latest component version - not set the latest alias. You can review your flow and publish it essentially upgrading all steps.

For more information go read the article on this topic.

Try metadata tool

With the platform version 21.37 we decided to reveal one of our internal tools our team uses to render the component metadata structures to see how they would look on the platform UI. You can experiment and refine the metadata structure before committing it to your custom component code. We hope this tool will be as useful for you as for our component developer team.

Try metadata tool

To access this tool navigate to the URL APP_ADDRESS/c/CONTRACT_ID/try-component-metadata where the APP_ADDRESS is the address of the platform app and the CONTRACT_ID is your contract ID shown in your browser address bar between /c/ and /w/ while visiting the platform UI. As of this moment there is no direct navigation link from the left-hand-side menu.

For more information go read the article on this topic.

Components

JDBC component 2.4.5

  • IMPROVED the component by opening only one connection pool per one execution and reusing it.