-
Notifications
You must be signed in to change notification settings - Fork 51.1k
Comparing changes
Open a pull request
base repository: n8n-io/n8n
base: n8n@1.12.0
head repository: n8n-io/n8n
compare: n8n@1.12.1
- 11 commits
- 38 files changed
- 8 contributors
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75981fb - Browse repository at this point
Copy the full SHA 75981fbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0d52490 - Browse repository at this point
Copy the full SHA 0d52490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1f4da - Browse repository at this point
Copy the full SHA 4a1f4daView commit details -
fix(editor): Fix canvas selection breaking after interacting with nod…
Configuration menu - View commit details
-
Copy full SHA for d84c367 - Browse repository at this point
Copy the full SHA d84c367View commit details -
fix(MySQL Node): Resolve expressions in v1 (#7464)
Github issue / Community forum post (link here to close automatically):
Configuration menu - View commit details
-
Copy full SHA for 70a10a9 - Browse repository at this point
Copy the full SHA 70a10a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3c62e - Browse repository at this point
Copy the full SHA cb3c62eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e1737 - Browse repository at this point
Copy the full SHA 15e1737View commit details -
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  ### After 
Configuration menu - View commit details
-
Copy full SHA for 4a1641d - Browse repository at this point
Copy the full SHA 4a1641dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 368e3ee - Browse repository at this point
Copy the full SHA 368e3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1b503 - Browse repository at this point
Copy the full SHA ea1b503View commit details -
## [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>
Configuration menu - View commit details
-
Copy full SHA for 2e79f64 - Browse repository at this point
Copy the full SHA 2e79f64View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff n8n@1.12.0...n8n@1.12.1