Skip to main content

v.6.8.0

🚀 New feature

  • Environment Dashboard: In the detail view of an Environment, when clicking on the left menu, you can configure that view to your needs to show only the information that is important to you. There are five different types of cards and more to come: Endpoints, Projects hosted, Project URLs, SSL Certificate, and Website URLs mapped.
  • Organization URL Dashboard: In the detail view of an Organization, there is a new tab called "Dashboard URLs", where you can configure which environment information you want to monitor in separate screens. There are three different ways to configure the dashboard: Workload/Storage cards, and Errors, only Workload/Storage cards or only Errors.
  • Flow Changelogs. This new feature allows keeping track of why and who made some changes to a flow.
  • New Trigger: Schedule. It's a new way to insert and enrich data into your flows. The Schedule can start a flow once or repeatedly run for a period.

🚧 Improvement

  • When an Environment is CRITICAL, we cannot add or update projects in that Environment as the process can fail.
  • Interfaces: A new JSON editor has been included when the payload is JSON.
  • Tables: In the option to export the data, the following parameters: id, date_created and date_updated are also included.

🐞 Bug fix

  • Custom Apps: Breaklines in the payload are only removed if the request format is not RAW.
  • Custom Apps: When it has no Content-Type header defined, we define the Content-Type header based in the Request format, not the Response format.
  • Custom Apps: GET parameters which value was "0", were not properly autogenerated.
  • FTP Apps: when reading a file, the character codification of the file is converted to UTF8.
  • The Report shows now an error if the flow has being tested reaches an app which is not linked to the next one. It can happen if you use a "Run a flow" or "Move to Flow" App.
  • HTML TO PDF App: The banner with the Flowize logo "This is a preview" is not shown anymore in the designer. We add the text just to the header and footer of the PDF so it does not change the layout of the PDF.
  • In Tables, if the column type is varchar(512), it cannot be indexed.
  • Content Editor keeps now in design the URLs without encrypting them.
  • Now interface with CSV format can be tested from a Flow.
  • Bug fix solved when exporting a project.
  • Now the manager of a child organization can edit it without losing the assignment with the parent organization.