n8n v0.199.0 Release Notes

Release Date: 2022-10-21 // over 1 year ago
  • ๐Ÿ› Bug Fixes

    • CompareDatasets Node: Removed quotes from branch names (263794c)
    • editor: Fix bottom menu hover bug (#4349) (353a28b)
    • editor: Fix pairedItem telemetry error reporting (b67e41b)
    • editor: Fix performance issues when opening node or editing code node with a lot of data (#4388) (356a42a)
    • editor: Fix workflow not stopping on clicking stop button (#4382) (50c18a7)
    • editor: Prevent text highlight on FireFox when mapping data (#4347) (e1e2c94)
    • editor: Remove wrong linting from Code node editor (#4384) (77d041b)
    • editor: Replace cron node with schedule node (#4371) (161cca9)
    • editor: Show null value in table view (#4346) (bb4e08c)
    • Elasticsearch Node: Fix pagination issue (a02e92d)
    • Google Drive Node: Fix drive hint typo in resource locator (#4387) (4ce0fed)
    • HTTP Request Node: Avoid error when response doesn't include content-type (#4365) (61b9909)
    • n8n Node: Fix resource locator not returning all items (#4248) (ed4dcbb)
    • Shedule Node: Fixes multiple intervals, fixes week interval (#4376) (971c2c0)

    ๐Ÿ”‹ Features

    • Compare Node: New node to compare two inputs (638d6f6)
    • core: Block workflow update on interim change (#4374) (e83b9bd)
    • core: Enable sending client credentials in body (#4377) (7fcd821)
    • editor, core, cli: Implement new workflow experience (#4358) (dae01f3)
    • editor: Add automatic credential selection for new nodes (#2746) (d31fbbb)
    • editor: Create new workflows page (#4267) (be7aac3)
    • editor: Switch initial route based on feature flag (#4383) (6d25eed)
    • Hubspot Node: Enable hubspot credentials for http predefined types (#3686) (b5c40e6)
    • Node: Add the Scheduler Node (#4223) (128c3b8)
    • โš™ Rundeck Node: Update credential with test and make useable in HTTP Request node (#3879) (fc87650)

    ๐ŸŽ Performance Improvements