Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: n8n-io/n8n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: n8n-io/n8n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 4 commits
  • 16 files changed
  • 5 contributors

Commits on Oct 26, 2023

  1. fix(core): Ensure execution deletion in worker lifecycle hook (#7481)

    Reported by customer
    [here](https://n8nio.slack.com/archives/C05PUALKZHD/p1697446945481249?thread_ts=1697196557.638169&cid=C05PUALKZHD),
    apparently a very old long-standing bug for queue mode. Please review
    closely as I am not familiar with queue mode.
    ivov authored and netroy committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b81e5b9 View commit details
    Browse the repository at this point in the history
  2. fix(editor): Fixes the issue that Switch Node can not be created (#7516)

    Fixes the issue that currently no Switch-Node can be created by for
    example pressing + on the parent node or via tab when another node is
    already selected.
    
    Github issue / Community forum post (link here to close automatically):
    
    ---------
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    Co-authored-by: Oleg Ivaniv <[email protected]>
    2 people authored and netroy committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b64146b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c3ee47 View commit details
    Browse the repository at this point in the history
  4. 🚀 Release 1.14.1 (#7522)

    ## [1.14.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.14.1)
    (2023-10-26)
    
    
    ### Bug Fixes
    
    * **core:** Ensure execution deletion in worker lifecycle hook
    ([#7481](#7481))
    ([b81e5b9](b81e5b9))
    * **core:** Upgrade crypto-js to address CVE-2023-46233
    ([#7519](#7519))
    ([0c3ee47](0c3ee47))
    * **editor:** Fixes the issue that Switch Node can not be created
    ([#7516](#7516))
    ([b64146b](b64146b))
    
    Co-authored-by: netroy <[email protected]>
    github-actions[bot] and netroy authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5515fd2 View commit details
    Browse the repository at this point in the history
Loading