Skip to content
background-image background-image

Release notes

Recent updates

Stay updated with the latest platform news to discover new features, enhanced functionality, and fresh connectors that are now available.

Releases

Notes

Version 2024.02.009: October 14
Preview features
  • Local variables, a new feature for task run-specific data management. This allows each task to store and update data separately, ensuring isolated execution. You can dynamically populate Local Variables with task run results or set predefined values, making it useful for automating processes management. For more details, see the full documentation here.
Version 2024.02.008: September 30
Preview features
  • OAuth2 Generic extension: We have extended the OAuth2Generic module to support authorization with additional providers. This update enables seamless integration with Azure DevOps and LinkedIn.
Version 2024.02.007: September 09
Bug fixes
  • We improved how the front end loads data schemas, optimizing performance and reducing inefficiencies.

  • We enhanced the performance of the input mapping component, ensuring smoother and faster operations.

  • We fixed an issue causing slow imports of complex schemas, significantly speeding up the import process.

  • We corrected an issue with invalid years in CRON scheduling, preventing errors in task scheduling.

  • We resolved a bug where the schema of an additional step did not reflect changes, ensuring updates are now correctly displayed.

Version 2024.02.006: August 26
Preview features
  • Additional HTTP methods for endpoints: We've introduced support for new HTTP methods, including PUT, PATCH, and DELETE. This enhancement allows for more flexible and comprehensive API interactions.
Bug fixes
  • We fixed an incorrect notification that appeared when filtering logs by levels, which wrongly indicated that the record limit was exceeded.

  • We fixed an issue where users could not remove an optional output scheme.

  • We fixed strange warning behavior on certain endpoints to ensure consistent and expected notifications.

  • We fixed a freezing issue caused by too many remote config transfers, improving the stability of the page.

  • We fixed the single fire and cron behavior for starting jobs to ensure they function correctly.

  • We fixed an issue where system variables marked with blue did not work correctly when including a dash ("-").

  • We added the missing icon for the "Help center: Get started" section.

  • We fixed a bug where the name of the configuration would disappear after you changed it.

  • We expanded character support in application settings to allow characters commonly used to set up reCaptcha, not just numbers.

  • We fixed the task header so that it now correctly updates after switching pinned tasks.

  • We fixed an invalid value error when converting connector actions from text to JSON, specifically for Configurations[1].Json = null.

  • We sped up the build process for Node.js and Python services, resulting in faster build times.

  • We added a button that allows users to easily copy the URL to the clipboard from the endpoint detail page.

Version 2024.02.005: August 12
Preview features
  • Connector actions: This feature allows you to aggregate multiple actions of the same service into a single connector. When defining a step, you can first select a connector and then choose a specific action. Based on the action selected, the system displays the corresponding input, output, and configuration schema. For further information, click here.

  • Generic OAuth authorization: Integray now supports adding new authorizations using the OAuth 2.0 protocol, enabling secure access to resources on behalf of users. OAuth 2.0 is the industry standard for online authorization, providing consented access without sharing user credentials. Learn more about this feature here.

Bug fixes
  • We fixed an issue where the NodeJS Statement editor incorrectly displayed syntax errors

  • We fixed an issue where tasks were not ordered correctly in the Integray task execution selection dropdown for the Start task connector. Tasks are now displayed in the same order as in the task grid or alphabetically.

Version 2024.02.004: July 29
Preview features
  • System variables: With System Variables you can effortlessly manage and utilize a new set of predefined variables for every company. Enhanced auto-completion and hover hints for all variables, including system and user-defined ones, with improved editor functionalities for JavaScript connectors and JSON-based inputs. The systeam automatically suggest variables by using Code Completion. Click here to learn more about System variables.

  • Node.js extension: The ExcelJS package for Node.js is a powerful tool that enables advanced Excel file manipulation within your projects. Seamlessly create, modify, and manage Excel files, enhancing your data handling capabilities. Easily generate new Excel workbooks, add worksheets, automate report generation, perform data analysis, and enhance data visualization in your Node.js applications. A detailed description is available here.

  • Code completion: Integray now offers solid Code Completion capabilities. It assists you by predicting and suggesting the next portion of code as they type. This feature significantly enhances coding efficiency, reduces the likelihood of syntax errors, and speeds up the development process. Also, Code Completion serves as an educational tool for new developers, helping them learn the correct syntax and available functions or methods within a programming language or framework. Learn more about this feature here.

Bug fixes
  • We fixed an issue where importing transfer files failed if the version string exceeded 50 characters. The field length was increased to 100 characters to allow successful imports.

  • We fixed an issue where deleting a data checkpoint from the "Recent" tab in the "Sync Incoming" task did not clear the cache, preventing task steps from executing properly.

  • We fixed an issue where the Base URL was not visible in the configuration REST API endpoint after saving. It now displays correctly without additional interaction.

  • We corrected the initial configuration for the Data snapshot override in new company setups, ensuring the correct default value is used and preventing task discrepancies.

  • We fixed the automatic update mechanism so that transfers uploaded to an environment with a higher JS Mapper patch version are updated to the latest version.

  • We fixed an issue where the tag search whisperer provided incorrect search results, causing unexpected or irrelevant outcomes.

  • We fixed an issue where the task search grid returned incorrect results, searching in irrelevant fields. The search now correctly filters only by task group and task names.

  • We fixed an issue where the admin backend incorrectly returned a 401 error when a user without access attempted to view a template, causing the user to be logged out.

  • We limited the "Days" field in Endpoints to a maximum of 3,650 to prevent database crashes. The minimum value is 0, indicating "never."

  • Node.js -we replaced the JSON parsing and serialization implementation with a more memory-efficient component.

Version 2024.02.003: July 8
Preview features
  • HTTP Header parsing at Endpoints: Introduces a new placeholder ${headers} for endpoint payload mapping. This allows integration with Respond.io, verifying message authenticity by using signatures sent in HTTP headers via webhooks. Learn more here.

  • Custom variable arrangement in Template definition: Allows you to customize the arrangement of variables within template definitions for improved organization and clarity.

  • Application Time zone definition in Application settings: Adds the ability to define the application time zone in settings, resolving issues with CRON tasks and jobs previously defined in UTC. This prevents scheduling discrepancies during daylight saving time changes, ensuring seamless interaction with other systems. Learn more about this feature here.

  • OAuth2 Authentication for Reservanto: Enables obtaining an authentication token for Reservanto directly through the Integray user interface, streamlining the authentication process. Click here to learn more about this feature.