New Features in 1.21.0 include:

  • Delete entire branches of data flows at once. Toggle selection mode between "single", "multi", and "branch" to access the multi-selection tools.
  • Automated documentation of project endpoints. Press the "docs" button to view the generated documentation. Share the documentation as either a webpage or as a Postman collection.
  • Create endpoint examples from any inbound request. These examples are added to the endpoint documentation.
  • Instalink API has been enabled to give API access to records including logs, events, and statistics. Click on the "API Reference" link in the Quick Links section of the admin panel dashboard for documentation on how to access this API.
  • ARRAY_TO_MAP operation now allows the key parameter to be a block. This can be used for design patterns which allows for keys to be dynamically computed.
  • Relationship form fields now have the ability to be refreshed by the end-user.
  • String interpolation is now possible in the scripting syntax. The $ symbol preceding a string denotes that string interpolation is available. For example $"This is a ${$size} ${$color} car."
  • EDI envelopes can now be parsed using the DECODE_X12_V2 operation.
  • New TEXT_MATCH operation which allows for returning a list of all the matches found in a string.

Bug Fixes in 1.21.0 include:

  • Fixed issue where the browser would terminate all Instalink tabs when the user opened approximately 70 to 100 Instalink tabs.
  • CRON_PREV_TIME value was not being set when the cron executed unless the "wait until previously finished" option was enabled.
  • Adjusted network communication strategies to make live data streaming more stable and reliable.
  • Corrected issue where ARRAY_TO_MAP was not listed in the transform operation typeahead.
  • Fixed issue where database connection options string was being ignored.

Other changes in 1.21.0 include:

  • Added documentation for Queue Strategies to the Instalink website.
  • Updated Quick Links on the Instalink admin panel dashboard.