Commit graph

6042 commits

Author SHA1 Message Date
Jan Oberhauser 74e6b06467
fix(core): Do allow OPTIONS requests from any source (#3555) 2022-06-17 19:14:05 +02:00
Jan Oberhauser db41e2b52c 📚 Update CHANGELOG.md with version 0.182.1 2022-06-16 11:32:16 -07:00
Jan Oberhauser a9b7bec901 🔖 Update main package.json to 0.182.1 2022-06-16 11:31:22 -07:00
Jan Oberhauser a62ceee5fa 🔖 Release n8n@0.182.1 2022-06-16 11:24:18 -07:00
Jan Oberhauser c67d2860c7 ⬆️ Set n8n-core@0.122.1 on n8n 2022-06-16 11:21:54 -07:00
Jan Oberhauser a2a109f480 🔖 Release n8n-core@0.122.1 2022-06-16 11:20:53 -07:00
Jan Oberhauser c9273bcd38
fix(core): Fix issue with restarting waiting executions (#3531) 2022-06-16 20:19:28 +02:00
Jan Oberhauser a6399662b0 📚 Update CHANGELOG.md with version 0.182.0 2022-06-14 10:09:38 -07:00
Jan Oberhauser e35583a31a 🔖 Update main package.json to 0.182.0 2022-06-14 10:08:25 -07:00
Jan Oberhauser 27da115734 🔖 Release n8n@0.182.0 2022-06-14 17:07:01 +00:00
Jan Oberhauser 63157ce3e0 ⬆️ Set n8n-core@0.122.0, n8n-editor-ui@0.148.0, n8n-nodes-base@0.180.0 and n8n-workflow@0.104.0 on n8n 2022-06-14 17:07:01 +00:00
Jan Oberhauser 13782518ba 🔖 Release n8n-editor-ui@0.148.0 2022-06-14 17:05:36 +00:00
Jan Oberhauser fbec97a5ad ⬆️ Set n8n-workflow@0.104.0 on n8n-editor-ui 2022-06-14 17:05:36 +00:00
Jan Oberhauser cbd609b101 🔖 Release n8n-nodes-base@0.180.0 2022-06-14 17:04:54 +00:00
Jan Oberhauser 36981596ac ⬆️ Set n8n-core@0.122.0 and n8n-workflow@0.104.0 on n8n-nodes-base 2022-06-14 17:04:53 +00:00
Jan Oberhauser 9606353ebb 🔖 Release n8n-node-dev@0.61.0 2022-06-14 17:04:46 +00:00
Jan Oberhauser da5f65515a ⬆️ Set n8n-core@0.122.0 and n8n-workflow@0.104.0 on n8n-node-dev 2022-06-14 17:04:46 +00:00
Jan Oberhauser adb161f248 🔖 Release n8n-core@0.122.0 2022-06-14 17:04:39 +00:00
Jan Oberhauser a632e1bdde ⬆️ Set n8n-workflow@0.104.0 on n8n-core 2022-06-14 17:04:38 +00:00
Jan Oberhauser e435d1a5c1 🔖 Release n8n-workflow@0.104.0 2022-06-14 17:04:31 +00:00
Jan Oberhauser 580d204938 ⬆️ Update package-lock.json file 2022-06-14 10:03:39 -07:00
Hilary Torn 970f830591
docs: Update README.md (#3510)
Added new brand image that is DarkMode friendly
2022-06-14 09:59:37 -07:00
Jan Oberhauser b666116a9c 👕 Fix lint issue 2022-06-14 09:47:54 -07:00
Shaun eff97e8d67
feat(Twilio Node): Add ability to make a voice call using TTS (#3467)
* Add ability to make a voice call on Twilio using TTS

*  Small improvement

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-06-14 09:41:51 -07:00
Iván Ovejero b8e3bcc052
refactor(core): Post-release refactorings of Public API (#3495)
*  Post-release refactorings

* 🧪 Add `--forceExit`

* 🛠 typing refactor (#3486)

* 🐛 Fix middleware arguments

* 👕 Fix lint

*  Restore commented out block

Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2022-06-14 09:32:19 -07:00
Jan Oberhauser 2ebcf4bb91 👕 Fix lint issue 2022-06-14 06:24:49 -07:00
Ricardo Espinoza e29c5975e1
feat(core): Add "Client Credentials" grant type to OAuth2 (#3489)
*  Add OAuth2 client credentials grant type

*  Improvements

* 🐛 Fix linting issue

* 🐛 Fix typo

* 🐛 Fix small issue with type

* 🐛 When token expire get a new one instead of refreshing it

*  Fix issue that it did not display it correctly for OAuth1

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-06-13 22:27:19 -07:00
Valentin Mocanu 51663c1fcb
feat(Wise Node): Add Support to download statements as JSON, CSV or PDF (#3468) 2022-06-13 13:29:21 -07:00
Michael Kret 7346da0b34
fix(HTTP Request Node): Fix issue with requests that return null (#3498)
*  fix

*   Remove null values at node level

* 🔥 Remove unused imports

*  Small change

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-06-13 13:25:09 -07:00
JoLo 57d466850a
refactor(Google Calendar Node): Fix Typo (#3477)
* Fix Typo in Google Calendar to Frequency

*  Revert back change in names to avoid breaking change

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-06-13 12:55:54 -07:00
Erick Friis 0f630b97cb
refactor(core): Fix misspelling of credentials (#3479) 2022-06-13 12:41:18 -07:00
Albrecht Schmidt 34e891c0f8
fix(Pipedrive Node): Fix limit issue with Lead -> GetAll (#3436) 2022-06-13 12:39:20 -07:00
Iván Ovejero c121952324
fix(core): Fix Public API failing to build on Windows (#3499)
*  Add build script

* 📦 Add dependencies

* 📦 Update package-lock.json

* 👕 Ignore `build.mjs`
2022-06-13 12:36:43 -07:00
Jan Oberhauser 955db0ab10
fix(editor): Fix issue that some errors did not show up correctly (#3507) 2022-06-13 21:04:18 +02:00
Jan Oberhauser 9ff57629c5
fix(core): Fix issue with combined expression not resolving if one is invalid (#3506) 2022-06-13 20:48:02 +02:00
Milorad FIlipović 9df3e30d36
fix(PostBin Node): Fix issue with it throwing unnecessary error (#3494) 2022-06-12 06:12:54 -07:00
Jan Oberhauser 04f0bf5b65 fix(core): Fix issue that parameters got lost in some edge cases 2022-06-11 18:12:04 +02:00
Jan Oberhauser eec12f28d6 📚 Update CHANGELOG.md with version 0.181.2 2022-06-09 14:05:33 +02:00
Jan Oberhauser 65dbe05454 🔖 Update main package.json to 0.181.2 2022-06-09 14:04:37 +02:00
Jan Oberhauser dfdbcc1eb3 🔖 Release n8n@0.181.2 2022-06-09 14:02:55 +02:00
Jan Oberhauser f94edd13a5 ⬆️ Set n8n-core@0.121.3 on n8n 2022-06-09 14:02:19 +02:00
Jan Oberhauser 80b7d70c3c 🔖 Release n8n-core@0.121.3 2022-06-09 14:01:28 +02:00
Jan Oberhauser 5eea3cd6d0 fix(core): Fix issue when a node does not return data 2022-06-09 13:59:52 +02:00
Jan Oberhauser da437039a1 📚 Update CHANGELOG.md with version 0.181.1 2022-06-09 09:18:40 +02:00
Jan Oberhauser 210d8a4ab0 🔖 Update main package.json to 0.181.1 2022-06-09 09:18:00 +02:00
Jan Oberhauser 22281f4ff9 🔖 Release n8n@0.181.1 2022-06-09 09:16:45 +02:00
Jan Oberhauser 64414fb7a6 ⬆️ Set n8n-core@0.121.2 on n8n 2022-06-09 09:15:31 +02:00
Jan Oberhauser 0b4588fb6a 🔖 Release n8n-core@0.121.2 2022-06-09 09:14:46 +02:00
Jan Oberhauser e88fab5ee2 fix(core): Fix another possible issue with multi input nodes 2022-06-09 09:11:34 +02:00
Jan Oberhauser 91e99046b0 🔖 Release n8n-core@0.121.1 2022-06-09 09:01:53 +02:00