Commit graph

4434 commits

Author SHA1 Message Date
Jon f3833a7ce8
docs: Add notice to S3 node to mention AWS S3 node (no-changelog) (#10034) 2024-07-12 16:41:49 +01:00
Marcus 9bcc926a91
fix(GitHub Node): File Create operation prevent duplicated base64 encoding (#10040) 2024-07-12 17:37:00 +02:00
Michael Kret 27410ab2af
fix(AMQP Sender Node): Node hangs forever on disconnect (#10026) 2024-07-12 17:56:40 +03:00
Michael Kret f78f4ea349
fix(AMQP Trigger Node): Manual execution updated error reduced wait time (#10035)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-07-12 17:56:30 +03:00
Jon 293147642f
fix(NocoDB Node): Add warning level to loadOptions errors (no-changelog) (#10032) 2024-07-12 12:04:12 +01:00
Jon 4aa60c6145
docs: Update aliases for file nodes (no-changelog) (#10028) 2024-07-12 12:03:56 +01:00
Jon 429481c5c4
feat(Asana Node): Add support for project privacy settings (#10027) 2024-07-12 12:03:36 +01:00
Shireen Missi 470d4966c6
fix(AWS Comprehend Node): Add paired item support (#10015)
Co-authored-by: Michael Kret <michael.kret@n8n.io>
2024-07-12 11:11:25 +01:00
Michael Kret e2dd000d13
fix: Prevent errors processed by n8n to be flagged as internal (no-changelog) (#10023) 2024-07-12 11:13:17 +03:00
Jon 56dd491bca
fix(HubSpot Node): Migrate from v2 owners api (#10013) 2024-07-12 08:29:05 +01:00
कारतोफ्फेलस्क्रिप्ट™ 2d19aef540
fix(HTTP Request Node): Respect the original encoding of the incoming response (#9869) 2024-07-11 17:03:52 +02:00
Jon e84ab35c4a
fix(Telegram Trigger Node): Fix issue with videos not being downloaded (#10007) 2024-07-11 15:36:09 +01:00
Eugene 071130a2dc
feat(Google Vertex Chat Model Node): Add support for Google Vertex AI Chat models (#9970)
Co-authored-by: oleg <oleg@n8n.io>
2024-07-11 14:41:10 +02:00
Michael Kret 519e57bda5
feat: Better error when calling expression function on input that is undefined or null (#10009) 2024-07-11 15:36:39 +03:00
github-actions[bot] de9590e10e
🚀 Release 1.50.0 (#10000)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-07-10 17:23:31 +02:00
कारतोफ्फेलस्क्रिप्ट™ d2ca8b4b42
ci: Ensure that all published packages have consistent provenance data in package.json (#9994) 2024-07-10 16:43:21 +02:00
Stanley Yoshinori Takamatsu 3a179439c7
feat(Telegram Node): Add support to Keyboard Button Mini Apps (#9511) 2024-07-10 11:43:51 +01:00
Jon 9577d9c847
feat(Orbit Node): Deprecate Orbit nicely (#9962) 2024-07-10 08:30:49 +01:00
कारतोफ्फेलस्क्रिप्ट™ b5b96eb43e
ci: Remove unused dependencies (no-changelog) (#9973) 2024-07-09 14:48:24 +02:00
adrian-martinez-onestic cb1bbf5fd3
feat(Google Cloud Firestore Node): Add support for service account and document creation with id (#9713)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-07-08 13:40:52 +02:00
Michael Kret d1821eba92
fix(Google Sheets Node): Append fails if cells have some default values added by data validation rules (#9950) 2024-07-06 01:05:08 +03:00
कारतोफ्फेलस्क्रिप्ट™ 8ed7db2c1e
fix(Invoice Ninja Node): Fix some fields names (no-changelog) (#9945) 2024-07-04 21:18:39 +02:00
कारतोफ्फेलस्क्रिप्ट™ ddfb240694
refactor: Extract ISOCountryCodes into a single place (no-changelog) (#9947) 2024-07-04 21:18:28 +02:00
CodeShakingSheep 908ddd8a24
fix(Invoice Ninja Node): Fix emailing and marking invoice as paid / sent (#9589) 2024-07-04 20:38:03 +02:00
Michael Kret e5c324753f
feat(Splunk Node): Overhaul (#9813) 2024-07-04 16:07:17 +03:00
Ria Scholz 3293b2bee3
fix(HTML Node): Fix small typo (no-changelog) (#9936) 2024-07-04 12:59:15 +01:00
कारतोफ्फेलस्क्रिप्ट™ 85aa560a5d
refactor(core): Centralize SSH Tunnel management (#9906)
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-07-04 12:29:44 +02:00
CodeShakingSheep 7a3c127b2c
fix(Invoice Ninja Node): Fix assigning an invoice to a payment (#9590) 2024-07-03 20:22:48 +01:00
github-actions[bot] 47cd411436
🚀 Release 1.49.0 (#9927)
Co-authored-by: cstuncsik <cstuncsik@users.noreply.github.com>
2024-07-03 15:29:45 +02:00
Jochem e6ad5a7193
feat(Copper Node): Update credential to support HTTP Request node (#9837) 2024-07-03 08:59:44 +01:00
Nico Weichbrodt 957b2d6108
feat(Zammad Node): Add reply_to and sender fields to article on ticket creation (#9911) 2024-07-03 08:55:02 +01:00
Jon 873b7e59dc
fix(LinkedIn Node): Fix issue with legacy credential no longer working (#9912) 2024-07-02 16:45:30 +01:00
Jon 61c20d1ae3
feat(GitHub Node): Add support for state reasons when editing an issue (#9848) 2024-07-02 14:40:24 +01:00
Michael Kret af69c80bf5
feat(Merge Node): Overhaul, v3 (#9528)
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-07-02 13:47:04 +03:00
Shireen Missi 16b1a094b1
fix(Execute Workflow Node): Continue on fail behaviour not correctly implemented (#9890) 2024-07-01 16:25:01 +01:00
कारतोफ्फेलस्क्रिप्ट™ ddf0de8f03
Merge tag 'n8n@1.48.0' 2024-06-27 12:27:53 +02:00
Michael Kret 4773aad170
fix: Error processing and output pane improvements (no-changelog) (#9626)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-27 13:22:07 +03:00
github-actions[bot] 7f6b322ef9
🚀 Release 1.48.0 (#9879)
Co-authored-by: elsmr <elsmr@users.noreply.github.com>
2024-06-27 12:18:15 +02:00
कारतोफ्फेलस्क्रिप्ट™ a43d6f0c5e
fix(LangChain Code Node): Fix icon in dark mode (no-changelog) (#9863)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2024-06-27 12:09:43 +02:00
Jon 1eeaf32523
fix: Fix missing node logos (#9844) 2024-06-26 08:35:59 +01:00
कारतोफ्फेलस्क्रिप्ट™ b55fc60993
refactor(Redis Trigger Node): Refactor, fix duplicate triggers, and add unit tests (#9850) 2024-06-24 20:20:35 +02:00
कारतोफ्फेलस्क्रिप्ट™ 80ebe774bc
ci: Fix a flaky test (no-changelog) (#9851) 2024-06-24 18:52:10 +02:00
कारतोफ्फेलस्क्रिप्ट™ 164ec72c0d
refactor(MQTT Node): Refactor, fix duplicate triggers, and add Unit tests (#9847)
Co-authored-by: Elias Meire <elias@meire.dev>
2024-06-24 18:51:59 +02:00
Iván Ovejero e33a47311f
refactor: Upgrade to TypeScript 5.5 (no-changelog) (#9828) 2024-06-24 17:49:59 +02:00
Iván Ovejero 44ea4c73eb
refactor: Remove unused lint directives (no-changelog) (#9842) 2024-06-24 12:13:18 +02:00
KubeAl 553b135b0b
fix(Zulip Node): Fix a typo preventing some messages from updating (#7078)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-20 21:09:02 +02:00
github-actions[bot] d13c1bbba5
🚀 Release 1.47.0 (#9826)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-06-20 15:00:30 -04:00
Deborah 116e9fa800
docs: Update docs links in the HTTP node (no-changelog) (#9188) 2024-06-20 20:42:08 +02:00
Daniel 4e893436fb
feat(Pipedrive Node): Add sort field for get all persons (#8138) 2024-06-20 20:18:11 +02:00
Jon e1e8a75763
fix(AWS SES Node): Fix issue with email aliases not working for sending from or sending to (#9811)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-20 15:42:52 +01:00