Product Update - v22.14

Details of the product update v22.14 from 11th of April 2022.

Improvements and Updates

Step designer: Sample data part

We have improved the sample data retrieval to provide a more unified user experience during flow design. The look and feel is now more in line with our new approach.

Step designer: Sample Data part

The above images show the new Sample data retrieval view. This release 22.14 adds new functionality, allowing users to skip sample generation by clicking on the Skip Sample button. When this function is used the platform will add an empty JSON {} instead of the Sample data.

When you retrieve the Sample the platform UI will show it only in JSON format. In 22.14 we removed the Integrator view of Data Sample.

Step designer: Sample data retrieved

Here you can view the Sample, collapse different sections of the JSON data structure and edit it.

Quota usage page improvements

To show the RAM quota overuse we improved the quota Usage History histogram. If you go over the set RAM quota value the overused part will show in red.

Quota overuse

SSH Keys and SSH 8.8

To support the newest SSH versions we deprecated the old ssh-dss signature and we added ssh-ed25519 instead. Now when you upload your SSH key to our platform you will see the information about the supported types of signatures.

SSH Key upload screen

Please Note the old ssh-rsa keys are still supported. If you want to use them you have two options:

  1. Use an OpenSSH 8.8+ client and generate your SSH Key using the -oPubkeyAcceptedKeyTypes=+ssh-rsa parameter. It will generate an RSA+SHA-2 type SSH key which provides a high level of security and works with the OpenSSH 8.8+ clients.
  2. Use an OpenSSH <=8.7 client to generate your SSH Key.

Flow deletion times

The platform 22.14 includes new capability to hard-delete the flows after an expiration time set by the platform management. Every time you try to delete the flow a warning message will show with the following text:

Are you sure you want to delete “FLOW NAME” flow permanently? Deleting this flow is an irreversible process, we cannot undo a deletion if you complete the process by accident. Please note that the credentials linked with the flow will not be deleted.

Fixed bugs

  • Addressed issue when the platform token refresher service would return 500 status code in case when the /refresh/[id] Oauth server would return an error. Now the service reports 4xx indicating the third party problem.
  • Fixed the bug connected with the Profile Page usage example returning 401 in case of API-Key regeneration.

Components

Hubspot Component 1.5.1

  • FIXED the bug in Get New and Updated Objects Polling preventing it from extracting more than 10K records.
  • UPDATED sailor library to 2.6.27 version.
  • ADDED added the component pusher job to Circle.ci configuration.

Salesforce Component 2.2.2

  • ADDED reconnect logic on errors.
  • UPDATED sailor library to 2.6.27 version.
  • ADDED added the component pusher job to Circle.ci configuration.

Vtex component 1.3.0

  • ADDED a new Lookup Object (at Most One) action

Paypal component 1.1.0 and 1.2.0

  • ADDED a new Get New and Updated Objects Polling trigger,
  • ADDED a new Lookup Object (at Most One) action,
  • ADDED a new Make a Payment action.

SOAP component 1.2.9

  • IMPROVED Metadata generation,
  • ADDED a possibility to handle WSDL files where the “message” doesn’t contain an element,
  • UPDATED the Java Sailor libraries to 3.3.9 version.

SFTP component 1.4.6

  • IMPROVED large files handling. Now downloading file sizes bigger 10MB would not truncate the file.

JDBC component 2.5.2

  • UPDATED the Java Sailor libraries to 3.3.9 version.

Petstore component Java 1.0.4

  • UPDATED the Java Sailor libraries to 3.3.9 version.