Commit graph

9518 commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™ 26158a2c8c Merge tag 'n8n@1.38.0' 2024-04-17 14:17:05 +02:00
Michael Kret 946f09f628
fix(Notion Node): Add itemIndex to API and operation errors (#9150) 2024-04-17 14:51:34 +03:00
github-actions[bot] 1aa92168eb
🚀 Release 1.38.0 (#9153)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-04-17 13:39:33 +02:00
कारतोफ्फेलस्क्रिप्ट™ ac4577f78a ci: Sync up versions for all backend related packages
This is to avoid another bad release with the timezone bug PAY-1510
2024-04-17 13:22:46 +02:00
Michael Kret 80c8791b96
fix(HTTP Request Node): Proxy IPv6 hostname fix (no-changelog) (#9149) 2024-04-17 13:40:02 +03:00
Michael Kret a95e401696
fix(Execute Workflow Node): Assign fallback pairedItem only if not present in output item and different length of input output (#9145) 2024-04-17 11:57:51 +03:00
Elias Meire f6c9dbf7b8
fix(HTTP Request Node): Tolerate header name being empty (#9138) 2024-04-17 09:45:38 +02:00
Jon 4c16000efa
fix: Fix issue with Crowdstrike credential not working correctly (#9108) 2024-04-16 08:39:22 +01:00
oleg f1215cdb6b
feat(Google Gemini Chat Model Node): Add support for new Google Gemini models (#9130)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-04-15 13:56:44 +02:00
Deborah fa93fb81b0
docs: Update executions.id.yml to fix typo (#9142) 2024-04-15 12:31:02 +02:00
Chengyou Liu 4d9000bf27
feat(Github Node): Add option to get pull requests (#9094) 2024-04-15 11:01:14 +01:00
Francesco Mannino 1dbc8d4594
fix(Gitlab Trigger Node): Fix typo (no-changelog) (#9077) 2024-04-15 10:54:23 +01:00
Danny Martini 3eb5be5f5a
fix(core): Don't create multiple owners when importing credentials or workflows (#9112) 2024-04-12 17:25:59 +02:00
कारतोफ्फेलस्क्रिप्ट™ 1b199c08ce
fix(core): Add an option to add additional non-ui routes (no-changelog) (#9122) 2024-04-11 12:20:29 +02:00
Michael Kret 86a20f6563
fix(Respond to Webhook Node): Continue on fail and error branch support (#9115) 2024-04-11 13:16:57 +03:00
Elias Meire 064e8f4a1d
fix(editor): Render dates correctly in parameter hint (#9089) 2024-04-11 12:09:55 +02:00
Michael Kret d7abc30104
feat(Summarize Node): Option to continue when field to summarize can't be found in any items (#9118) 2024-04-11 12:23:44 +03:00
Iván Ovejero cf435c3311
fix(core): Support MySQL in MoveSshKeysToDatabase migration (#9120) 2024-04-11 11:00:20 +02:00
oleg 284de5d6c7
fix(editor): Open links from embedded chat in new tab (#9121)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-11 10:57:45 +02:00
कारतोफ्फेलस्क्रिप्ट™ 1cd7eacb7b
ci: Fix docs urls (no-changelog) (#9116) 2024-04-11 10:37:35 +02:00
Michael Kret c00150bb8f
fix(editor): Do not show overlapping trash icon in the node's settings (#9119) 2024-04-11 11:32:16 +03:00
Danny Martini 3bb821f10e
fix(core): Don't revert irreversibble migrations (#9105) 2024-04-11 09:20:48 +02:00
Elias Meire 98bcd50bab
feat(editor): Add object keys that need bracket access to autocomplete (#9088) 2024-04-10 16:33:59 +02:00
github-actions[bot] feffc7ffd9
🚀 Release 1.37.0 (#9114)
Co-authored-by: ivov <ivov@users.noreply.github.com>
2024-04-10 15:42:29 +02:00
Iván Ovejero a3b59843d5
refactor(core): Lint for cyclomatic complexity in BE packages (no-changelog) (#9111) 2024-04-10 14:02:02 +02:00
Jon 4eb4ade3a8
docs: Update wording for Advanced AI in nodes panel (#9091) 2024-04-10 11:23:43 +01:00
Michael Kret 0a9f6b3de8
feat(JWT Node): New node (#9005)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-04-10 13:16:48 +03:00
कारतोफ्फेलस्क्रिप्ट™ 9403657e46
refactor(core): Remove unnecessary indirection in SAML code (no-changelog) (#9103) 2024-04-10 10:55:49 +02:00
कारतोफ्फेलस्क्रिप्ट™ a7108d14f9
fix(core): Some more browser-id related fixes (no-changelog) (#9102) 2024-04-10 10:37:23 +02:00
Michael Kret 3e231dbfe6
fix(HTTP Request Node): Duplicate key names support for form data (#9040)
Co-authored-by: Marcus <marcus@n8n.io>
2024-04-10 11:09:20 +03:00
Michael Kret 58518b684b
feat(Postgres Node): Options keepAlive and keepAliveInitialDelayMillis (#9067) 2024-04-09 18:41:51 +03:00
Iván Ovejero c2f4d7d796
fix(core): Fix isLeader check in WaitTracker constructor (#9100) 2024-04-09 15:50:10 +02:00
कारतोफ्फेलस्क्रिप्ट™ d46635fdb9
fix(editor): Set browser-id on all relative urls (no-changelog) (#9097) 2024-04-09 15:12:23 +02:00
oleg cfaab0b829
fix(AWS Bedrock Chat Model Node): Improve filtering of Bedrock models & fix Claude 3 (#9085)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-09 14:22:48 +02:00
Michael Kret f62800cd72
fix: Continue on fail / error output support for chains and agents (#9078) 2024-04-09 15:06:12 +03:00
Tomi Turtiainen 8c2622549b
feat: Add telemetry event 'User clicked AI error helper button' (no-changelog) (#9096) 2024-04-09 14:33:15 +03:00
Ahsan Virani aa1370469e
feat(editor): Remove cloud deployment check from settings route middlewareOptions (no-changelog) (#9095) 2024-04-09 13:02:15 +02:00
Tomi Turtiainen 4ac02dd5f4
fix(editor): UX improvements to mfa setup modal (#9059)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-04-09 13:57:14 +03:00
कारतोफ्फेलस्क्रिप्ट™ 9f87cc25a0
feat(Email Trigger (IMAP) Node): Migrate from imap-simple to @n8n/imap (#8899)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2024-04-09 11:33:10 +02:00
कारतोफ्फेलस्क्रिप्ट™ 28261047c3
feat(core): Prevent session hijacking (#9057) 2024-04-09 11:20:35 +02:00
Michael Kret 5793e5644a
feat: Append item index suffix to an error message, if provided, and node has many input items (#9070) 2024-04-09 11:33:26 +03:00
Csaba Tuncsik 92f6cbfba3
fix(editor): Fix displaying logic of execution retry button (#9061) 2024-04-09 10:25:12 +02:00
Michael Kret 610ead9a38
fix(MySQL Node): Query Parameters parse string to number (#9011) 2024-04-09 04:48:17 +03:00
Michael Kret 3dd70a17e2
fix(editor): Drop outgoing connections on order changed event for nodes with dynamic outputs (#9055) 2024-04-09 04:46:52 +03:00
oleg 936682eeaa
feat(core): Improve Langsmith traces for AI executions (#9081)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-08 22:51:49 +02:00
Iván Ovejero 3bcfef95f6
fix(editor): Expand range of allowed characters in expressions (#9083)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-04-08 16:31:52 +02:00
Tomi Turtiainen 50dd90db1a
fix: Fix some vue warnings (no-changelog) (#9069) 2024-04-08 13:08:28 +03:00
Val f4f0a36fe1
feat: Add credential update and delete events to log streaming (#9026) 2024-04-08 08:13:39 +01:00
Tomi Turtiainen 7467aa30e6
fix(editor): Fix issues in dark mode (#9068)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-04-08 09:21:54 +03:00
Iván Ovejero df56153f8b
refactor(core): Better UX for maxStalledCount queue mode error (#9075) 2024-04-05 20:03:49 +02:00