Skip to main content

v.6.2.0

🚀 New feature

  • Added the ability to upload SSL Certificates to your Environments, so you can securely use them with your desired domain name
  • New auth type for the Custom Apps "App Auth" which will use another Custom App credentials
  • New MACRO str_to_object which allows you to properly encode JSON objects passed in a parameter in your Custom Apps

🚧 Improvement

  • You can now update the app and function identifiers in a Custom App, resulting in more friendly variable names
  • Removed quoted parameters from MACRO examples
  • Users can now leave Projects
  • Improved performance while loading the Flows
  • Trimming parameter names in Custom Apps to avoid issues
  • You can now access variables which parameter has a dot in the key, such as @data.user.['nr.']@

🐞 Bug fix

  • Bug fix in the JSONPath engine
  • Bug fix in the Custom App configuration wizard
  • Bug fix in SMTP App, now each email has a unique Message-Id
  • Bug fix in Environment creation process
  • Bug fix in the internal XML to JSON conversions
  • Bug fix when using MACROs in an App parameter, some symbols where HTML encoded