Skip to main content

7 posts tagged with "performance"

View All Tags

🚀 New Features and Improvements

  • Enhanced colour picker functionality with the addition of an opacity slider, allowing users to adjust transparency from 0 to 100%.
  • Integrated custom colour swatches into the colour picker for a more personalized user experience.
  • Increased performance when generating PDFs.

🐞 Bugfixes

  • Fixed an issue where the scheduler would unexpectedly proceed without waiting for the set date/time.
  • Resolved a bug in the "Report" App where it failed to generate reports, displaying an error "foreach () argument must be of type array|object, null given".

🚧 Improvement

  • Improved the ADP API Request App by making the "request headers" and "request payload" fields optional.
  • Enhanced search performance in the report for cases with a large number of scheduled tasks.
  • Added new variable "@webhook-header.{webhook_id}.{request_header}" for accessing headers sent in webhooks.
  • Provided more detailed information on hover for "Error handler" and "Needs update" options in flow apps.

🚀 New feature

  • Added a new App called "ADP API Request" for communicating with the ADP API.
  • Added a Project overview in the environments that shows the number of tasks and progress in each project, which can be accessed from the left menu. This new overview also shows the system's storage usage and provides more accurate information on each project's storage.

🚧 Improvement

  • Improved workers performance in servers C and D.
  • Improved search performance in the report.
  • In the Tables App, the INSERT and UPDATE queries no longer reset previous SELECT queries, allowing you to use @table variables after an INSERT/UPDATE and have them reference the latest SELECT.
  • In the Tables App, the default comparator for the WHERE clause is now "equal" instead of "contains".

🚀 New feature

  • Significant boost in reliability and performance in both the Designer and the Environments.

🚧 Improvement

  • When creating a table, an error is now thrown if the name does not contain [a-z][0-9] and "_" characters. Also, the length cannot be longer than 50 characters.
  • Removed the auto-refresh when opening the variables modal window.
  • The error in the Apps that happens when the connection is abruptly cut in the middle of the transfer (error 43) will be possible to handle in the app.

🚧 Improvement

  • Telnyx API: Updated the function "Submit a verification code".
  • Public IPs of designers and workers are shown in the Project card.
  • New tool XML Schema validation.
  • Improved the performance of loading some views in the browser.

🐞 Bug fix

  • HTML editor shows the scrollbars correctly, and their size has been increased on Websites .
  • The data record editor now takes the full height of the screen.

🚀 New feature

  • Environments storage can now be increased without changing the current package. You can add as many 100GB addons you want.
  • ING App, new app for using ING Payment Request API.
  • Run a flow gets a new option to run in parallel. So when reaching the Run a flow app, a new datarecord is created, with the current data of the former one, and it will be executed in parallel if you have enough free workers.
  • Managed service gets a new type of ticket called "Training Request". Also, "Feature requests" have been moved to a new platform.

🚧 Improvement

  • Improved performance and speed when loading sections with many data.
  • Variables are now auto reloading when the variable pop-up is opened.
  • Enhanced variables pop-up search.
  • In the Website section, the input type "file", is not taking the parameter "Folder path in your File manager where the file will be saved" as mandatory. If the value is empty, the file will be saved in the File manager's root.
  • The configuration of the input type "file" allow to open the File Manager in a pop-up window so files or folders can be selected from the Website section.
  • Improved styles in the File Manager, such as buttons and dialogs.