n8n v0.204.0 Release Notes

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

    • core: Fix $items().length behavior in executeOnce mode (#4694) (b87c122)
    • core: Fix for unused imports (a6df51b)
    • core: Use CredentialsOverwrites when testing credentials (#4675) (772ec78)
    • Disable workflow locking due to issues (#4708) (ee6ac5d)
    • editor: Fix for missing node connections in dev environment (#4707) (b18ae18)
    • editor: Fix missing resource locator component (#4649) (44182f2)
    • editor: Prevent node-creator tabs from showing when toggled by CanvasAddButton (#4661) (60746dc)
    • editor: Table view column limit tooltip (#4655) (3ac9ba3)
    • ๐Ÿ›  Fix broken n8n-info-tip slots (#4665) (6c99223)
    • IF Node: Fix "Is Empty" and "Is Not Empty" operation fails for date objects (#4670) (753f4c9)
    • โœ‚ Remove redundant await in node's api request functions without try/catch (#4639) (67983e8)
    • โฑ Schedule Trigger Node: Fixes inconsitent behavior with cron and weekly intervals (#4558) (2fb8ed8)
    • Workflow activation should not crash if one of the credential is invalid (#4671) (c0e13c2)

    ๐Ÿ”‹ Features

    • โž• Add credentials E2E test suite and page object (#4596) (b5b44d1)
    • โž• Add save confirmation modal when leaving sharing modal (#4683) (173badc)
    • โž• Add share button to workflows list (#4681) (a356d7b)
    • core: Add license support to n8n (#4566) (30e5d3d)
    • core: Lazy-load nodes and credentials to reduce baseline memory usage (#4577) (b6c57e1)
    • editor: Add workflows list status filter (#4690) (5364e7f)
    • ๐Ÿ‘‰ Show delete button based on workflow permissions (#4686) (4f64e26)
    • ๐Ÿ‘‰ Show toast when saving workflow sharing settings (#4684) (6f8d0de)
    • Switch owner subview to all subview if has shared resources (#4672) (e3e17e5)
    • ๐Ÿ‘‰ Use longer stack-traces when error-reporting is enabled (#4674) (de5b0b0)

    ๐ŸŽ Performance Improvements

    • Code Node: Improve n8n item key validation performance (#4669) (740513b)