Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Roadmap

  • Scripted Action as its own type

  • Always show verbose logs. Option to turn off verbose loggins is removed.

  • Extended runtime on execution

  • Notifications on failing Flows

  • Audit log for changes

  • Baseline flows

  • API to Source Control in other tools such as git, exporting, importing.

  • Improved Search / Filter for flows, better table view

  • Storage for large logs

  • AI Integration flow creation

  • Statistics on runtime

  • Mustache testing tools

  • Internal storage for mapping tables, load data from external tools, extract and transform into data cubes that can be used to submit data to other APIs

  • Darkmode

  • Retry on failed actions

Release Date

Topic

Notes

2024-09-24

UI changes and add Flow Variables

Changed name from Execution Log to Log

Added webUrl in _flow scope, direct link to an integration

Renamed variables to Pre and Post-request variables.

UI layout, moved created button for action.

Added Log tab on Actions

2024-09-23

Sharable link

This is a shareable link. You can send it to your friends or colleagues so they can access the same content

2024-08-23

Logging to external tools

Logging Streaming to other services like ELK, Logsumo or any other tool

2024-07-02

Scheduler

Scheduler now runs every 60 minutes (instead of every 10)

2024-07-02

Decreased log retention

Log retention decreased to 1,3,7 days. (3 days default)

2024-06-28

Ability to send a single unsent file on an iteration

In some external systems you can only send one file at the time, to do this in iHub we have introduced {{attachments.unsentFile}} variable. See Jira Attachments for more usage.

2024-06-27

Bugfix

Fix for OAuth secret containing + was threaded as space causing unauthorized calls.

2024-06-26

JWT Auth for Webhook

Added support for using JWT flow to connect to iHub. See /wiki/spaces/PD/pages/1637941289

2024-06-20

General improvements

OAuth2 Support for sending as x-www-form-urlencoded

Keyshort cuts

  • ctr+s for save

  • escape for exit modals

Improved Logging

2024-06-15

Support for files in Incoming Webhook

Added incoming files to webhooks which makes it possible to POST form-data files to iHub and relay that to any endpoint like, Jira issue attachments.

Posting files to iHub Cloud