Skip to content

0.2.7 ✔️

Summary

This release includes new nodes to simplify common JSON transformation tasks. It further adds a DNS query node, with support for A, NS, CNAME, TXT and MX record queries. The UI gains a flow duplication feature, which is available in the flow editor’s details tab.

Breaking changes

None.

Fixes

No known issues.

Features

New nodes

  • ⚡💠 node: JSON Get (with nested path support)
  • ⚡💠 node: JSON Set (with nested path support)
  • ⚡💠 node: JSON Remove (with multiple nested path support)
  • ⚡💠 node: DNS query (supports A, CNAME, TXT, MX, NS lookups via OS resolver)

UI

  • ⚡😀 ui: flow editor supports duplicating flows (under details tab)

Enhancements

  • 🔼😀 ui: flow editor can open target flows from subflow nodes

Internal

  • ⚙️ server: update third-party dependencies to their latest versions
  • ⚙️ server: improve test coverage for core components