Jan Oberhauser
dc0e052c83
Merge tag 'n8n@0.219.1'
2023-03-10 13:54:26 +01:00
github-actions[bot]
a881512b49
🚀 Release 0.219.1 ( #5668 )
2023-03-10 13:30:40 +01:00
agobrech
974d57dfed
fix(HTTP Request Node): Remove streaming response ( #5663 )
...
Remove useStream option from requestOptions
2023-03-10 12:10:18 +01:00
agobrech
8a21fefbc6
fix(HTTP Request Node): Remove streaming response ( #5663 )
...
Remove useStream option from requestOptions
2023-03-10 11:54:26 +01:00
Jan Oberhauser
dd93c0890b
Merge tag 'n8n@0.219.0'
2023-03-09 18:38:19 +01:00
कारतोफ्फेलस्क्रिप्ट™
7a4e9ef5fa
refactor: Remove n8n-core dependency in nodes-base (no-changelog) ( #5649 )
2023-03-09 18:13:15 +01:00
github-actions[bot]
40a6ab814d
🚀 Release 0.219.0 ( #5659 )
2023-03-09 18:04:39 +01:00
agobrech
ce0d9d2bed
feat(HTTP Request Node): Move from Binary Buffer to Binary streaming ( #5610 )
...
* ✨ Change from binary buffer to binary streaming
* Remove console.logs
* Import Readable from the correct lib
* stream response
* parametersToKeyValue doesn't need to be async anymore
* Fix bodyParameter reduce method
* parametersToKeyValue doesn't need to be async anymore
* handle streaming responses
* send `Content-Length` and `Content-Type` on binary requests
* Add new helper function for binary data
* Add binary function to helpers interface
* Fix bug in error handler
* Fix issue with wrongfully assigned headers to body
* Fix test workflow
* Remove console.logs
* Remove unnecsessary type
* Remove concat dependency already imported in workflow package
* Update pnpm-lock file
* Small fixes, asyncronous error message
* reset the lockfile
* Remove buffer check and simplify error handling
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-03-09 15:38:54 +01:00
Jon
e56fbfef3e
feat(Mindee Node): Add support for v4 API ( #5559 )
2023-03-09 10:06:03 +00:00
Jon
971d5ae8f5
feat(Microsoft SQL Node): Add support for self signed certificates ( #5160 )
2023-03-09 10:05:03 +00:00
Jon
89d25995c3
docs(Github Trigger Node): Add notice and more meaningful error around permissions ( #5551 )
2023-03-08 16:04:45 +00:00
Syed Ali Shahbaz
2889e53b37
feat(Cal Trigger Node): Update to support v2 webhooks ( #5331 )
2023-03-08 15:58:15 +00:00
कारतोफ्फेलस्क्रिप्ट™
0b6fa6b20e
ci: Setup TS project references for nodes-base, and stop packaging tests in the npm package (no-changelog) ( #5635 )
2023-03-08 14:33:13 +01:00
कारतोफ्फेलस्क्रिप्ट™
5eb0d52459
refactor: Unify binary-data assertion across all nodes (no-changelog) ( #5624 )
2023-03-06 17:33:32 +01:00
Jon
01a2160b3b
feat(Mattermost Node): Add self signed certificate support ( #5630 )
2023-03-06 16:27:49 +00:00
Jan Oberhauser
1c65bff31d
fix(OpenAI Node): Simplify code ( #5618 )
...
fix(OpenAI Node): Simplifiy code
2023-03-05 17:43:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
3c57062571
refactor: Fix some typos (no-changelog) ( #5616 )
2023-03-03 18:49:19 +01:00
कारतोफ्फेलस्क्रिप्ट™
4e244937c9
refactor: catch
doesn't need to have a param (no-changelog) ( #5614 )
2023-03-03 18:18:49 +01:00
agobrech
9420b0fdf8
feat(Slack Node): Move from Binary Buffer to Binary streaming ( #5612 )
...
✨ Add Binary streaming instead of binary buffering
2023-03-03 18:11:27 +01:00
Jon
e949db3525
fix(OpenAI Node): Fix issue with expressions not working with chat complete ( #5609 )
2023-03-03 16:08:12 +00:00
github-actions[bot]
a91b631411
🚀 Release 0.218.0 ( #5601 )
...
* 🚀 Release 0.218.0
* Update Changelog
---------
Co-authored-by: janober <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2023-03-02 17:32:52 +01:00
Jon
4f5013ff53
fix: Show RabbitMQ node in nodes panel ( #5598 )
2023-03-02 14:35:13 +00:00
Jon
06c5ecbdf3
feat(OpenAI Node): Add support for ChatGPT ( #5596 )
2023-03-02 14:17:29 +00:00
agobrech
f61d779667
feat(Jira Software Node): Support binary streaming for very large binary files ( #5589 )
...
Move from buffer to binary streaming
2023-03-01 18:14:07 +01:00
Jon
f3c943ef81
feat(Telegram Node): Add Parse Mode to Send Document operation ( #5554 )
2023-03-01 14:47:09 +00:00
agobrech
aa2beaa800
fix(Item Lists Node): Tweak item list summarize field naming ( #5572 )
...
* Remove brackets and double quotes from fieldname
* Fix bug with duplicate field
* Parse field names from splitbyfield
* Fix error with field name remove console.logs
* Add versioning to itemlist
* Fix naming
* Remove comment
2023-02-28 18:00:39 +01:00
Mutasem Aldmour
d6d1c07a53
fix: Show Execute Workflow node in nodes panel ( #5583 )
...
* fix: Show Execute Workflow node in nodes panel
* chore: remove wrong comment
2023-02-28 17:51:33 +03:00
कारतोफ्फेलस्क्रिप्ट™
e3ef9f7c7b
ci: Update ReadBinaryFile Documentation URL (no-changelog) ( #5581 )
...
this is a follow up on https://github.com/n8n-io/n8n/pull/5490
2023-02-28 12:00:52 +01:00
Michael Kret
bb4db58819
fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
2023-02-28 05:39:43 +02:00
Jan Oberhauser
534629c146
Merge tag 'n8n@0.217.0'
2023-02-24 12:26:41 +01:00
github-actions[bot]
a72ef21817
🚀 Release 0.217.0 ( #5553 )
2023-02-23 18:21:17 +01:00
Alex Grozav
f0695827f5
feat: Migrate packages from lodash to lodash-es (no-changelog) ( #5538 )
2023-02-23 16:16:05 +01:00
Jonathan Bennetts
f965469e13
fix(Google Calendar Node): Fix incorrect labels for start and end times when getting all events ( #5529 )
2023-02-23 08:34:41 +00:00
Jonathan Bennetts
3af3db160b
fix: fix typo in error messages when a property does not exist ( #4310 )
2023-02-23 08:33:43 +00:00
agobrech
4a209e1dd9
feat: Hide sensible value in Auth Header Credentials and Auth Query Credentials ( #5534 )
...
* ⚡ ️ Enable passord type on value
* ⚡ ️ Enable password type on query auth cred
2023-02-23 09:31:46 +01:00
कारतोफ्फेलस्क्रिप्ट™
1bff044252
refactor(WhatsApp Node): Avoid using BinaryDataManager directly from n8n-core ( #5544 )
2023-02-23 08:51:08 +01:00
Jan Oberhauser
e251439333
fix(Discord Node): Fix wrong error message being displayed ( #5547 )
2023-02-22 15:54:52 +01:00
Jan Oberhauser
b44526cd49
Merge tag 'n8n@0.216.1'
2023-02-21 18:47:26 +01:00
Jonathan Bennetts
b3e1793ac0
fix(Discourse Node): Fix issue with credential test not working ( #5520 )
2023-02-21 15:20:28 +00:00
agobrech
f1589d4f0f
feat: Add Required path name mapping to multiple nodes ( #5369 )
...
* ✨ Add requiresDataPath to Set
* Add Data path mapping to rename keys
* Add required path name to airtable
* Add required data path
* Add required data path to airtable trigger
* Fix multiple keyword for required path
* ⚡ ️use multiple for Airtable ignore fields
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-21 14:49:59 +01:00
Michael Kret
7ecd5e59ec
fix(Compare Datasets Node): UI tweaks and fixes
2023-02-21 15:42:00 +02:00
github-actions[bot]
7400c35a48
🚀 Release 0.216.1 ( #5531 )
...
* 🚀 Release 0.216.1
* fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522 )
* fix(core): Do not allow arbitrary path traversal in BinaryDataManager (#5523 )
* fix(core): User update endpoint should only allow updating email, firstName, and lastName (#5526 )
* fix(core): Do not explicitly bypass auth on urls containing `.svg` (#5525 )
* 📚 Update CHANGELOG.md
---------
Co-authored-by: janober <janober@users.noreply.github.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2023-02-21 14:24:02 +01:00
कारतोफ्फेलस्क्रिप्ट™
fe782c8f6a
ci: Setup a semi-automated release process (no-changelog) ( #5504 )
...
* ci: Setup a semi-automated release process (no-changelog)
* create tag/release before deleting the temporary branch
2023-02-21 14:16:04 +01:00
कारतोफ्फेलस्क्रिप्ट™
3ae005cafe
ci: Setup a semi-automated release process (no-changelog) ( #5504 )
...
* ci: Setup a semi-automated release process (no-changelog)
* create tag/release before deleting the temporary branch
2023-02-21 14:04:35 +01:00
Michael Kret
5d74a2f89a
fix(Postgres Node): Fix for tables containing field named json
2023-02-21 14:16:18 +02:00
Jonathan Bennetts
ee21b7a1cf
fix(Baserow Node): Fix issue with get all not correctly using filters ( #5519 )
2023-02-20 16:04:43 +00:00
Jonathan Bennetts
1c476770a7
fix(S3 Node): Fix issue with get many buckets not outputting data ( #5514 )
2023-02-20 15:54:59 +00:00
Jonathan Bennetts
11b467137e
feat: Deprecate Read Binary File node ( #5490 )
2023-02-20 15:03:30 +00:00
OlegIvaniv
9a1e7b52f7
feat(editor): Unify regular and trigger node creator panels ( #5315 )
...
* WIP: Merge TriggerHelperPanel with MainPanel
* WIP: Implement switching between views
* Remove logging
* WIP: Rework search
* Fix category toggling and search results display
* Fix node item description
* Sort actions based on the root view
* Adjust personalisation modal, make trigger canvas node round
* Linting fixes
* Fix filtering of API options
* Fix types and no result state
* Cleanup
* Linting fixes
* Adjust mode prop for node creator tracking
* Fix merging of core nodes and filtering of single placeholder actions
* Lint fixes
* Implement actions override, fix node creator view item spacing and increase click radius of trigger node icon
* Fix keyboard view navigation
* WIP: E2E Tests
* Address product review
* Minor fixes & cleanup
* Fix tests
* Some more test fixes
* Add specs to check actions and panels
* Update personalisation survey snapshot
2023-02-17 15:08:26 +01:00
Jan Oberhauser
33798a20dc
🔖 Release n8n-nodes-base@0.214.0
2023-02-16 12:15:14 +00:00
Jan Oberhauser
fda6db2bd1
⬆️ Set n8n-core@0.155.0 and n8n-workflow@0.137.0 on n8n-nodes-base
2023-02-16 12:15:14 +00:00
Marcus
00ac4c308a
feat(Github Node): Use resource locator component ( #5489 )
...
⚡ ️RLC for Repository Owner and Repository Name
2023-02-16 12:54:42 +01:00
feelgood-interface
af703371fc
fix(HTTP Request Node): Ignore empty body for auto detect json ( #5215 )
2023-02-16 11:00:06 +00:00
Jonathan Bennetts
7954ed3cfb
feat(Slack Node): Add support for manually inputting a channel name ( #5488 )
2023-02-16 10:45:03 +00:00
Jonathan Bennetts
1a20fd9f46
fix(Bubble Node): Fix pagination issue when returning all objects ( #5483 )
2023-02-16 09:01:56 +00:00
Jonathan Bennetts
71cba06b7c
feat(Notion Node): Add icon support for page and database page creation ( #5468 )
2023-02-16 09:00:54 +00:00
Marcus
a3d8fac73a
feat(Github Trigger Node): Use resource locator component ( #5253 )
...
* ⚡ ️wip
* ⚡ ️RLC Search Function for getUsers and getRepositories
* 🐛 fix Repository RLC by name url
* 🐛 search method getRepositories include forks
* 🐛 fix repository name can have a dot
* 🐛 fix RLC extractValue without optional
* 🎨 fix linting errors
* 🎨 using prefix 'e.g.' in RLC placeholders
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-15 13:12:28 +01:00
कारतोफ्फेलस्क्रिप्ट™
b25c10a0e1
ci: Update the "Check Documentation URLs" workflow (no-changelog) ( #5473 )
...
* ci: Update the "Check Documentation URLs" workflow (no-changelog)
* fix the documentation url for HtmlExtract node
2023-02-14 13:00:15 +01:00
Jan Oberhauser
c25a5a99a6
🔖 Release n8n-nodes-base@0.213.1
2023-02-11 15:50:36 +00:00
Jan Oberhauser
b064a2e8cc
⬆️ Set n8n-core@0.154.1 and n8n-workflow@0.136.1 on n8n-nodes-base
2023-02-11 15:50:36 +00:00
Jan Oberhauser
595ef1ee95
🔖 Release n8n-nodes-base@0.213.0
2023-02-10 15:43:13 +00:00
Jan Oberhauser
829edf3c26
⬆️ Set n8n-core@0.154.0 and n8n-workflow@0.136.0 on n8n-nodes-base
2023-02-10 15:43:13 +00:00
Marcus
d266401ed8
test(Read PDF Node): Unit tests (no-changelog) ( #5453 )
...
✅ add ReadPDF node test
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-10 16:26:26 +01:00
Marcus
9698c7e7ea
test(Move Binary Data Node): Unit tests (no-changelog) ( #5442 )
...
* ✅ add Move Binary Data test
* ✅ improve Move Binary Data Test -
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-10 15:33:32 +01:00
Michael Kret
40879f67cb
test(iCalendar Node): Unit tests (no-changelog)
2023-02-10 12:55:07 +02:00
Michael Kret
649c7ccfb1
test(Markdown Node): Unit tests (no-changelog)
2023-02-10 12:30:37 +02:00
Michael Kret
b641a3e36d
test(Compare Datasets Node): Unit tests (no-changelog)
2023-02-10 11:57:54 +02:00
Marcus
5b1e3a3fd3
test(Write Binary File Node): Unit tests (no-changelog) ( #5440 )
...
* ✅ add write binary file test
* 🎨 cleanup
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-10 09:53:20 +01:00
Jonathan Bennetts
57a2b9cceb
fix(Linear Node): Fix issue with Issue States not loading correctly ( #5435 )
2023-02-09 15:58:52 +00:00
Michael Kret
32de081b0c
test(Compression Node): Unit tests (no-changelog)
2023-02-09 17:13:39 +02:00
Marcus
e01192e7af
test(Read Binary File Node): Unit tests (no-changelog) ( #5436 )
...
✅ add Read Binary Data node unit test
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-09 15:31:10 +01:00
Michael Kret
1ea1935b9a
test(RSS Read Node): Unit tests (no-changelog)
2023-02-09 16:13:23 +02:00
agobrech
40f4ec75fa
test(Date & Time Node): Unit tests (no-changelog) ( #5415 )
...
* ✨ Add tests to DateTime node
* Test different timezone
* Try new fix
* Fix workflow change time of workflow exec in UTC
* Check if UTC is correctly setup
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-09 14:54:24 +01:00
Marcus
3e2d76ec79
test(Code Node): Unit tests (no-changelog) ( #5373 )
...
* ⚡ test setup
* ⚡ ️basic test with run once for all and each items
* 🎨 fix linting error
* ⚡ ️update to new Helper.setup(tests)
* ⚡ migrate tests to pin data approach
2023-02-09 13:56:39 +01:00
agobrech
d4d55b0684
test(Crypto Node): Unit tests (no-changelog) ( #5433 )
...
* Add test to Crypto Node
* ✅ added test to generate random uuid
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-09 13:03:53 +01:00
agobrech
43abe225a0
test(Rename Keys Node): Unit tests (no-changelog) ( #5428 )
...
Add test for Rename Keys node
2023-02-09 12:26:51 +01:00
Michael Kret
9024e4dcc7
test(Stop and Error Node): Unit tests (no-changelog)
2023-02-09 12:29:02 +02:00
Michael Kret
2150ea0e79
test(HTTP Request Node): Unit tests (no-changelog)
2023-02-09 12:25:26 +02:00
Michael Kret
b5948cbe13
test(XML Node): Unit tests (no-changelog)
2023-02-09 12:23:25 +02:00
Marcus
74fc1414d7
test(Spreadsheet File Node): Unit tests (no-changelog) ( #5385 )
...
* ⚡ ️test setup
* ⚡ ️fix 'testData' implicitly has an 'any' type.
* ✅ test github action file binary data reading
* ✅ checking for output binary equality
* ✅ writing files to different formats
* ✅ reading spreadsheet with different options
* ⚡ ️improve workflow file path replacement
* 🐛 fixing string.at() not supported in node 14.
* 🐛 trying to fix github action test error
* ⚡ fix for empty binary
* ⚡ switch for binary test
* ⚡ ️test helpers now return/compare json and binary (if not empty))
* ⚡ removed commented console log
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-09 09:00:29 +01:00
कारतोफ्फेलस्क्रिप्ट™
94f2b2a26f
feat(Edit Image Node): Allow WebP as an image format ( #5420 )
2023-02-08 23:08:50 +01:00
Marcus
1f924e3c3d
test(Set Node): Add tests for Set Node (no-changelog) ( #5409 )
...
* ⚡ ️move test files
* ✅ set node test workflow
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-08 18:04:11 +01:00
Marcus
269691aa1b
test(IF Node): Unit tests (no-changelog) ( #5404 )
...
* ⚡ ️move test files
* ⚡ ️IF boolean tests
* ⚡ ️IF string tests
* ✅ IF number tests
* ✅ IF date-time tests
* 🎨 update Test name to make more sense
2023-02-08 15:20:17 +01:00
Giulio Andreini
389e4af4d9
docs(Spreadsheet File Node): Update descriptions and Alias (no-changelog) ( #5357 )
2023-02-08 12:39:07 +00:00
Kirill
333a817a8e
fix(ActiveCampaign Node): Fix additional fields not being sent when updating account contacts ( #5216 )
2023-02-08 12:37:15 +00:00
Bram Kn
aeaa663620
feat(HubSpot Trigger Node): Add conversation events ( #5408 )
2023-02-08 12:36:05 +00:00
Giulio Andreini
b16d9d0f8c
docs(Google Sheets Node): Description updates for fields (no-changelog) ( #5277 )
2023-02-08 12:33:57 +00:00
Jonathan Bennetts
ce732b42c8
test(Execute Command Node): Unit tests (no-changelog) ( #5374 )
2023-02-08 12:17:02 +00:00
Jonathan Bennetts
e82bc50fd1
test(Switch Node): Add test for switch node (no-changelog) ( #5378 )
2023-02-08 12:16:17 +00:00
Jonathan Bennetts
f44b4b1314
test(Split In Batches Node): Add test for Split in Batches node (no-changelog) ( #5381 )
2023-02-08 12:15:36 +00:00
Michael Kret
4d87711ace
test(Merge Node): Unit tests (no-changelog)
2023-02-07 19:32:25 +02:00
कारतोफ्फेलस्क्रिप्ट™
7e2f2f7453
refactor(core): Add unit tests for all external auth middlewares (no-changelog) ( #5386 )
2023-02-07 15:49:35 +01:00
Michael Kret
26b69b5ffc
test(Item Lists Node): Unit tests (no-changelog)
2023-02-07 11:27:37 +02:00
Jan Oberhauser
bdaad556ca
🔖 Release n8n-nodes-base@0.212.2
2023-02-06 17:56:11 +00:00
Valya
9a7f3da4a3
test: Automatically load workflow nodes in node tests ( #5380 )
...
test: automatically load workflow nodes in node tests
2023-02-06 15:14:57 +00:00
Jan Oberhauser
4c115f4353
🔖 Release n8n-nodes-base@0.212.1
2023-02-06 13:12:55 +00:00
agobrech
4df69428f1
feat(Slack Node): Revamp the node with more functionalities in a new version ( #4587 )
...
* 🔥 Remove useless tooltips
* Slack change additional fields to Options in node
* 🥅 Add error handeling for out of Scope request
* ♻️ Refactor channel visibility
* ♻️ refactor user ressource
* Update user profile
* 🔥 remove JSON parameter
* 🔥 remove attchmant json and block json
* 🎨 refactors message post
* 🎨 refactor ts property into timestamps
* 🎨 change action name for messages
* ✨ add new operation to message ressouce
* ✨ add search backend logic + channel RLC
* 🎨 improve timestamp description and plaecholder
* 🎨 change timestamp disaplay name
* ✨ add RLC for channels
* ✨ add versioning
* 🐛 Fix imports for versioning
* ✨ Add RLC for users when sending messages
* ✨ RLC for user presence
* ✨ Add json builder for slack blocks
* 🐛 Fix option in search query
* Add loadoption for search in channels
* Fix indentation issue
* ✨ Add more scopes to Oauth2
* 🐛 Fix lint issue
* 🐛 oauth fix
* ✨ Merge user and user profile
* ✨ Improve reactions and star resource
* ⚡ ️Merges ephemeral operation into one
* ⚡ ️Merge image and emoji in profile picture
* 🐛 Fix bug for replying to messages
* ⚡ ️Add username type to User Rlc
* 🐛 Fix typo
* 🎨 Improves tooltip and naming for ephemeral messages
* 🎨 Improve display name and description
* ⚡ ️Add the ability to delete within username channel
* 🎨 Add informations on how to use the emojis and add doc
* 🎨 Fix typos and improve display names
* ✨ Improve FE validation for timestamp
* 🎨 Change block description
* 🚨 Fix linting
* 🚨 More lint fixes
* 🐛 Fix timestamps bug
* 🐛 Fix timestamp not showing up
* 🐛 More small fixes
* 🐛 Fix logic error
* Add searchable to slack rlc channels and users
* Fix lint rules
* ⚡ ️Message Search -> fix limit request using qs count
* ⚡ ️Message Search -> sort by relevance use qs score
* Fix messages by username rlc
* 🐛 fix messages search all operation
* Add error when using username with ephemeral message
* 🎨 fix linting errors
* 🎨 send message ephemeral error message improvement
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-03 17:04:37 +01:00
Jan Oberhauser
bbfdb0b6b8
🔖 Release n8n-nodes-base@0.212.0
2023-02-03 14:35:29 +00:00
Jan Oberhauser
078c868018
⬆️ Set n8n-core@0.153.0 and n8n-workflow@0.135.0 on n8n-nodes-base
2023-02-03 14:35:29 +00:00
Iván Ovejero
8b09e98654
feat(editor): Adjust HTML editor component for use in params ( #5285 )
...
* ✨ Adjust HTML editor component
* ♻️ Apply feedback
* ♻️ Apply feedback
* 🔥 Remove unused ndv store refs
2023-02-02 14:00:16 +01:00