Skip to main content

πŸš€ New feature​

  • Upgrade an Environment. When you find that your Environment is running out of storage or its performance is not what your projects demand, you have the option to upgrade your server to a higher package.
  • Updating Projects in Environments. When you want to update a project in an Environment, now you can update it from the Designer or from another Environment. Also, you will be able to select which data you want to update from: Static Schema, File manager, Tables, Keystore

🚧 Improvement​

  • The environment name and description can be modified from the Designer.
  • New icon design for the Browser tab of your Environment, so you can distinguish which tab belongs to the Designer and which one to an Environment.

🐞 Bug fix​

  • Fixed an issue that removed part of the variables in case they contain some reserved words.

🐞 Bug fix​

  • Custom Apps: Updated to v1.3 to fix a bug in the oAuth2 connector
  • Added new functions in DigitalOcean App (Retrieve Droplet Action by Identifier, Retrieve Volume Action by Identifier, Retrieve Droplet Action list, Retrieve Volume Action list)

πŸš€ New feature​

  • New variable type @header. for Custom Apps. Those variables will hold the response headers, and they can be accessed as @header.app_id.function_id.['Content-Type']@
  • New App, Tables Query, which allows to access your Tables' data with SQL-like queries. You will be able to execute JOINS, SQL functions but only in SELECT clauses. In the designer, the maximum number of results you can retrieve will be limited to 100. In your own Environment there is no limit in the results you can retrieve.
  • In the Project top-right menu, there is a new option to "Release the Project to Environment". You will need to choose to which Environment do you want to add the project, or in case the project is already in the Environment to update it.

🚧 Improvement​

  • The left menu now contains environments and projects in the same view.

🐞 Bug fix​

  • Clicking several times on a function on an App doesn't install several times the same function.
  • Fixed style of Code Snippet Popup in Managed service.
  • In Managed service, the organization selector shows the hierarchy of organizations.
  • Removed popup when closing Flow popup window in the Report.
  • Fixed popover window for Conditions in Report. Now it's shown below the condition, so they don't get hidden in the top.
  • Removed popup window when leaving Content Editor if we didn't do any modification.
  • Removed the @ pop-up when the user was typing a #. Also, validation messages have been disabled in the Success/Error payload in Sync URL.

πŸš€ New feature​

Managed Service

  • Managed Service is now managed by organization. That means that all the projects in your organization share the same Managed Service, and you can spend the hours you bought in any of the projects you have.
  • You can assign tickets to a project or not, so it’s easier for you to filter tickets of the same project.
  • There are now 4 types of tickets you can open:
    • Implementation: To request new flows and projects
    • Help request: To ask for assistance with existing projects or platform usability
    • Feature request: For feedback and suggestions
    • Bug reporting: To report issues with the platform

🐞 Bug fix​

  • In Environments, now projects from lower organizations are only shown if you have rights to see them.
  • Improved the speed and performance of processing tasks

πŸš€ New feature​

  • Introducing Organisations, now you can manage the users and projects you work with in an Organisation, you can also manage other Organisations under yours.

Now, Flowize users, projects and environments are organized in Organizations.

Users belonging to an organization can see all the projects, users and environments of its organization and the ones belonging to child organizations.

Currently, there are 3 roles in Organizations:

🚧 Improvement​

  • Now the error handler flow will be triggered when an app fails due to the size of the response, when that is too big to be saved in the database.

🐞 Bug fix​

  • Fixed an error where the execution time of an App shown in the Report was not accurate in case of an error in the previous app.

πŸš€ New feature​

  • Now you can export and import projects. This allows you to back up your projects, duplicate them and move from an older platform to the new one.

🚧 Improvement​

  • Improved the method to beautify the HTML in the Content Editor and Templates feature
  • You can now test your flows with the original interface payload type (JSON, CSV, Multirecord, XML, etc.)
  • You can also add custom headers when testing a Flow now

🚧 Improvement​

  • We don't trim now the parameters in all the MACROs as default, this fixes substr, str_replace, and some other MACROS to work as expected

🐞 Bug fix​

  • Bug fix for the Multirecord interface type
  • Fixed an issue preventing the user from removing the whitelisted IPs form the project settings