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
  • 14 commits
  • 36 files changed
  • 10 contributors

Commits on Oct 4, 2023

  1. fix(Notion Node): Rename Notion API Key to Internal Integration Token (

    …#7176)
    
    Github issue / Community forum post (link here to close automatically):
    elsmr authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e606ded View commit details
    Browse the repository at this point in the history
  2. fix(Postgres Node): Node requires comma-separated string even when us…

    …ing a single parameter through an expression (#7300)
    
    Github issue / Community forum post (link here to close automatically):
    michael-radency authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    43534ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c479d86 View commit details
    Browse the repository at this point in the history
  4. fix(editor): Separate cloud endpoint calls (#7312)

    This PR untangles calls to cloud endpoints so failure in one of them
    doesn't stop others to go through.
    MiloradFilipovic authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    54610b0 View commit details
    Browse the repository at this point in the history
  5. fix(Acuity Scheduling Trigger Node): Update logo for Acuity Schedulin…

    …g (no-changelog) (#7321)
    greyliath authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    77d15b1 View commit details
    Browse the repository at this point in the history
  6. fix(Jira Software Node): Get all users in dropdown/RLC (#7322)

    Github issue / Community forum post (link here to close automatically):
    
    fixes #2670
    
    ---------
    
    Co-authored-by: Michael Kret <[email protected]>
    2 people authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7abf13b View commit details
    Browse the repository at this point in the history
  7. fix(Set Node): Do not stringify null and undefined (#7313)

    Github issue / Community forum post (link here to close automatically):
    https://community.n8n.io/t/null-and-undefined-in-string-fields/31060/1
    michael-radency authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    326abaa View commit details
    Browse the repository at this point in the history
  8. fix(editor): Display value of selected matching column in RMC (#7298)

    Github issue / Community forum post (link here to close automatically):
    elsmr authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9fbd22e View commit details
    Browse the repository at this point in the history
  9. fix(Typeform Trigger Node): Change output format for TypeForm trigger…

    … to object instead of array (#7315)
    
    Github issue / Community forum post (link here to close automatically):
    
    ---------
    
    Co-authored-by: Michael Kret <[email protected]>
    2 people authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b1fc981 View commit details
    Browse the repository at this point in the history
  10. fix(editor): Disable email confirmation banner for trialing users (#7340

    )
    
    Github issue / Community forum post (link here to close automatically):
    MiloradFilipovic authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3815327 View commit details
    Browse the repository at this point in the history
  11. fix(core): Fix pruning of non-finished executions (#7333)

    This fixes a bug in the pruning (soft-delete). The pruning was a bit too
    aggressive, as it also pruned executions that weren't in an end state
    yet. This only becomes an issue if there are long-running executions
    (e.g. workflow with Wait node) or the prune parameters are set to keep
    only a tiny number of executions.
    tomi authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d8309a1 View commit details
    Browse the repository at this point in the history
  12. fix(editor): Fix RLC not loading when an expression can't resolve (#7295

    )
    
    Also fixes label (list -> From list)
    
    Github issue / Community forum post (link here to close automatically):
    elsmr authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    116a6df View commit details
    Browse the repository at this point in the history
  13. fix(editor): Fix canvas endpoint snapping when dragging connection (#…

    …7346)
    
    Github issue / Community forum post (link here to close automatically):
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    OlegIvaniv authored and netroy committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b4681e7 View commit details
    Browse the repository at this point in the history
  14. 🚀 Release 1.9.1 (#7349)

    ## [1.9.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.9.1)
    (2023-10-04)
    
    
    ### Bug Fixes
    
    * **core:** Account for itemless case on restoring binary data ID
    ([#7305](#7305))
    ([c479d86](c479d86))
    * **core:** Fix pruning of non-finished executions
    ([#7333](#7333))
    ([d8309a1](d8309a1))
    * **editor:** Disable email confirmation banner for trialing users
    ([#7340](#7340))
    ([3815327](3815327))
    * **editor:** Display value of selected matching column in RMC
    ([#7298](#7298))
    ([9fbd22e](9fbd22e))
    * **editor:** Fix canvas endpoint snapping when dragging connection
    ([#7346](#7346))
    ([b4681e7](b4681e7))
    * **editor:** Fix RLC not loading when an expression can't resolve
    ([#7295](#7295))
    ([116a6df](116a6df))
    * **editor:** Separate cloud endpoint calls
    ([#7312](#7312))
    ([54610b0](54610b0))
    * **Jira Software Node:** Get all users in dropdown/RLC
    ([#7322](#7322))
    ([7abf13b](7abf13b)),
    closes [#2670](#2670)
    * **Notion Node:** Rename Notion API Key to Internal Integration Token
    ([#7176](#7176))
    ([e606ded](e606ded))
    * **Postgres Node:** Node requires comma-separated string even when
    using a single parameter through an expression
    ([#7300](#7300))
    ([43534ab](43534ab))
    * **Set Node:** Do not stringify null and undefined
    ([#7313](#7313))
    ([326abaa](326abaa))
    * **Typeform Trigger Node:** Change output format for TypeForm trigger
    to object instead of array
    ([#7315](#7315))
    ([b1fc981](b1fc981))
    
    Co-authored-by: netroy <[email protected]>
    github-actions[bot] and netroy authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e0ed561 View commit details
    Browse the repository at this point in the history
Loading