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: n8n@1.12.0
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: n8n@1.12.1
Choose a head ref
  • 11 commits
  • 38 files changed
  • 8 contributors

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    75981fb View commit details
    Browse the repository at this point in the history
  2. fix(Google Sheets Node): Append or update runs forever when without c…

    …olumn headers (#7463)
    
    Github issue / Community forum post (link here to close automatically):
    
    ---------
    
    Co-authored-by: Marcus <marcus@n8n.io>
    2 people authored and netroy committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0d52490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1f4da View commit details
    Browse the repository at this point in the history
  4. fix(editor): Fix canvas selection breaking after interacting with nod…

    …e actions (#7466)
    
    Sometimes canvas selection stops working after users interact with node
    action buttons (for example if node is moved by dragging one of the
    buttons)
    NOTE: Ticket number in the branch name is wrong, this fixes ADO-1226
    MiloradFilipovic authored and netroy committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d84c367 View commit details
    Browse the repository at this point in the history
  5. fix(MySQL Node): Resolve expressions in v1 (#7464)

    Github issue / Community forum post (link here to close automatically):
    michael-radency authored and netroy committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    70a10a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb3c62e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15e1737 View commit details
    Browse the repository at this point in the history
  8. fix(core): Reduce logging overhead for levels that do not output (#7479)

    all current logging calls execute `callsites()` to figure out what code
    tried to log. This happens even for logging methods that aren't supposed
    to create any output. Under moderate load, this can take up quite a lot
    of resources. This PR changes the logger to make all ignorable logging
    methods a No-Op.
    
    In a small benchmark with a simple webhook, with log-level set to
    `warn`, and using `ab -c 50 -n 500
    http://localhost:5678/webhook/testing`, these were the response times:
    
    ### Before
    
    ![Before](https://github.com/n8n-io/n8n/assets/196144/01680fd9-3d2a-4f7f-bb1c-5b03bd7d5bc3)
    
    ### After
    
    ![After](https://github.com/n8n-io/n8n/assets/196144/ccacb20a-48ca-455a-a8cb-098c9c0e352e)
    netroy committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4a1641d View commit details
    Browse the repository at this point in the history
  9. fix(editor): Fix connections disappearing after reactivating canvas a…

    …nd renaming a node (#7483)
    
    Github issue / Community forum post (link here to close automatically):
    -
    https://community.n8n.io/t/1-11-1-possible-bug-all-nodes-randomly-losing-their-connectors/31856
    - https://community.n8n.io/t/lines-between-nodes-have-disappeared/31846
    
    ---------
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv authored and netroy committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    368e3ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea1b503 View commit details
    Browse the repository at this point in the history
  11. 🚀 Release 1.12.1 (#7493)

    ## [1.12.1](https://github.com/n8n-io/n8n/compare/n8n@1.12.0...n8n@1.12.1)
    (2023-10-23)
    
    
    ### Bug Fixes
    
    * **core:** Do not return `inviteAcceptUrl` in response if email was
    sent ([#7465](#7465))
    ([4a1f4da](4a1f4da))
    * **core:** Handle gzip and deflate compressed request payloads
    ([#7461](#7461))
    ([75981fb](75981fb))
    * **core:** Reduce logging overhead for levels that do not output
    ([#7479](#7479))
    ([4a1641d](4a1641d))
    * **Customer.io Node:** Fix api endpoint when using EU region
    ([#7485](#7485))
    ([ea1b503](ea1b503)),
    closes [#7484](#7484)
    * **editor:** Allow importing the same workflow multiple times
    ([#7458](#7458))
    ([15e1737](15e1737)),
    closes [#7457](#7457)
    * **editor:** Fix canvas selection breaking after interacting with node
    actions ([#7466](#7466))
    ([d84c367](d84c367))
    * **editor:** Fix connections disappearing after reactivating canvas and
    renaming a node ([#7483](#7483))
    ([368e3ee](368e3ee))
    * **Google Sheets Node:** Append or update runs forever when without
    column headers ([#7463](#7463))
    ([0d52490](0d52490))
    * **MySQL Node:** Resolve expressions in v1
    ([#7464](#7464))
    ([70a10a9](70a10a9))
    
    Co-authored-by: netroy <netroy@users.noreply.github.com>
    github-actions[bot] and netroy authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2e79f64 View commit details
    Browse the repository at this point in the history
Loading