Skip to main content
← Back to index page

1.9.3

🚀 New Features

  • Table storage adapter
    • Added new table adapter type to Azure Storage adapter
  • Queue storage adapter
    • Added new queue adapter type to Azure Storage adapter
  • Auto complete on variable injection
    • The UI for integrations will help users add Variable Replacement with an autocomplete drop-down
  • Service Bus meta data
    • Added a feture to inbound Service Bus adapter for perserving meta data properties from the original Service Bus Message.
    • Added support for setting meta data properties for outbound Service Bus message form code components.

🐛 Bug Fix

  • Timeout on process lock
    • Added timeout to process lock (15 min)
  • Performance logging fix
    • Removed specific information from one log in inbound that caused massive storage issues on metrics

💅 Polish

  • Added delta and paging to Rest inbound adapter
    • added new functionality that lets you specify start time for delta time on getting data from external endpoint. Also added paging in the form of continuation token and top skip.