📚 Update CHANGELOG.md and main package.json to 0.208.0

This commit is contained in:
Jan Oberhauser 2022-12-16 14:30:25 +01:00
parent 1725898c7b
commit 6350abc898
3 changed files with 56 additions and 21 deletions

View file

@ -1,3 +1,34 @@
# [0.208.0](https://github.com/n8n-io/n8n/compare/n8n@0.207.1...n8n@0.208.0) (2022-12-16)
### Bug Fixes
* **core:** Fix for Google and Microsoft generic OAuth2 credentials ([efa4c56](https://github.com/n8n-io/n8n/commit/efa4c567579d88f9ce764c535dfb41e7391a1286))
* **core:** Fix HTTP Digest Auth for responses without an opaque parameter ([#4806](https://github.com/n8n-io/n8n/issues/4806)) ([6fac502](https://github.com/n8n-io/n8n/commit/6fac502f9ec288d7df2263e6f5a28b3a1fa84595))
* **Disqus Node:** Fix thread parameter for "Get All Threads" operation ([#4912](https://github.com/n8n-io/n8n/issues/4912)) ([a04f838](https://github.com/n8n-io/n8n/commit/a04f838117076424084d858494103638fc201996))
* Do not crash the server when Telemetry is blocked via DNS ([#4947](https://github.com/n8n-io/n8n/issues/4947)) ([6127c95](https://github.com/n8n-io/n8n/commit/6127c958f5ed786ee93f8fedb3344d6792158723))
* **editor:** Allow mapping onto expression editor with selection range ([#4945](https://github.com/n8n-io/n8n/issues/4945)) ([6b83972](https://github.com/n8n-io/n8n/commit/6b83972f6e18e03874eb11180488505b83a0111a))
* **editor:** Do not show actions dialog for actionless triggers when selected via keyboard ([#4911](https://github.com/n8n-io/n8n/issues/4911)) ([74100d3](https://github.com/n8n-io/n8n/commit/74100d3d5b12f70e78e04e8c87541f3adf6decdb))
* **editor:** Fix an issue where some node actions wouldn't select default params correctly ([#4946](https://github.com/n8n-io/n8n/issues/4946)) ([626879b](https://github.com/n8n-io/n8n/commit/626879b3a2f8f4fb6b1c365297d752f456a47610))
* **editor:** Fix typo in retry-button option "Retry with original workflow" ([#4528](https://github.com/n8n-io/n8n/issues/4528)) ([76a3f13](https://github.com/n8n-io/n8n/commit/76a3f1345877599d46691f37878e3fc3fa062243))
* Update permission for showing workflow caller policy ([#4916](https://github.com/n8n-io/n8n/issues/4916)) ([f73267f](https://github.com/n8n-io/n8n/commit/f73267ffa5b4a265ab6be52e887747487cae10c5))
* Update pnpm-lock to fix build ([#4910](https://github.com/n8n-io/n8n/issues/4910)) ([66fdc53](https://github.com/n8n-io/n8n/commit/66fdc538085368921b10a123e11c45ba72061b8a))
### Features
* Add workflow sharing telemetry ([#4906](https://github.com/n8n-io/n8n/issues/4906)) ([ac066fc](https://github.com/n8n-io/n8n/commit/ac066fc9f3a2c1abeb327dacd7b98ae3a47e2371))
* **core:** Allow for hiding usage page via environment ([#4899](https://github.com/n8n-io/n8n/issues/4899)) ([0f40ca3](https://github.com/n8n-io/n8n/commit/0f40ca39ba64156df186bbf27433ab17edbfa1a6))
* **editor:** Inline expression editor ([#4814](https://github.com/n8n-io/n8n/issues/4814)) ([a125989](https://github.com/n8n-io/n8n/commit/a1259898c01406ebd7f8d0182a6c66fd8b0c7734)), closes [#4836](https://github.com/n8n-io/n8n/issues/4836) [#4846](https://github.com/n8n-io/n8n/issues/4846)
* **editor:** Update user management setup message when sharing is disabled ([#4928](https://github.com/n8n-io/n8n/issues/4928)) ([fbcbef2](https://github.com/n8n-io/n8n/commit/fbcbef20e7b193d6c69334a1da3c0d16936c5ec4))
* Hide credentials password values ([#4868](https://github.com/n8n-io/n8n/issues/4868)) ([fe0f982](https://github.com/n8n-io/n8n/commit/fe0f9824377026a1660d6fda63da79b6cc31ea4b))
* **OpenAI Node:** Add a node to work with OpenAI ([#4932](https://github.com/n8n-io/n8n/issues/4932)) ([7a984bb](https://github.com/n8n-io/n8n/commit/7a984bb6b74381fecb43755c1421be9d80b3ed44))
* **Send Email Node:** Add replyTo support ([#4941](https://github.com/n8n-io/n8n/issues/4941)) ([3140942](https://github.com/n8n-io/n8n/commit/31409420c2367c75cd8eaaf82d5b81f467efc8bb))
* Set all resources view as default subview ([#4919](https://github.com/n8n-io/n8n/issues/4919)) ([bcde07e](https://github.com/n8n-io/n8n/commit/bcde07e03288729ed185d1508cd73efebd82dec0))
* Update workflow overwriting message ([#4917](https://github.com/n8n-io/n8n/issues/4917)) ([2964458](https://github.com/n8n-io/n8n/commit/2964458191a02046a1806bd413e67ebf1308c2f8))
## [0.207.1](https://github.com/n8n-io/n8n/compare/n8n@0.207.0...n8n@0.207.1) (2022-12-13)
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "0.207.1",
"version": "0.208.0",
"private": true,
"homepage": "https://n8n.io",
"engines": {

View file

@ -170,9 +170,9 @@ importers:
lodash.split: ^4.4.2
lodash.unset: ^4.5.2
mysql2: ~2.3.0
n8n-core: ~0.147.0
n8n-editor-ui: ~0.173.1
n8n-nodes-base: ~0.205.1
n8n-core: ~0.148.0
n8n-editor-ui: ~0.174.0
n8n-nodes-base: ~0.206.0
n8n-workflow: ~0.129.0
nodemailer: ^6.7.1
nodemon: ^2.0.2
@ -258,7 +258,7 @@ importers:
n8n-core: link:../core
n8n-editor-ui: link:../editor-ui
n8n-nodes-base: link:../nodes-base
n8n-workflow: link:../workflow
n8n-workflow: 0.129.0
nodemailer: 6.8.0
oauth-1.0a: 2.2.6
open: 7.4.2
@ -366,7 +366,7 @@ importers:
form-data: 4.0.0
lodash.get: 4.4.2
mime-types: 2.1.35
n8n-workflow: link:../workflow
n8n-workflow: 0.129.0
oauth-1.0a: 2.2.6
p-cancelable: 2.1.1
pretty-bytes: 5.6.0
@ -521,7 +521,7 @@ importers:
lodash.set: ^4.3.2
luxon: ^2.3.0
monaco-editor: ^0.33.0
n8n-design-system: ~0.47.0
n8n-design-system: ~0.48.0
n8n-workflow: ~0.129.0
normalize-wheel: ^1.0.1
pinia: ^2.0.22
@ -582,7 +582,7 @@ importers:
luxon: 2.3.2
monaco-editor: 0.33.0
n8n-design-system: link:../design-system
n8n-workflow: link:../workflow
n8n-workflow: 0.129.0
normalize-wheel: 1.0.1
pinia: 2.0.23_xjcbg5znturqejtkpd33hx726m
prismjs: 1.29.0
@ -641,7 +641,7 @@ importers:
change-case: ^4.1.1
fast-glob: ^3.2.5
inquirer: ^7.0.1
n8n-core: ~0.147.0
n8n-core: ~0.148.0
n8n-workflow: ~0.129.0
oauth-1.0a: ^2.2.6
replace-in-file: ^6.0.0
@ -654,7 +654,7 @@ importers:
fast-glob: 3.2.12
inquirer: 7.3.3
n8n-core: link:../core
n8n-workflow: link:../workflow
n8n-workflow: 0.129.0
oauth-1.0a: 2.2.6
replace-in-file: 6.3.5
request: 2.88.2
@ -732,7 +732,7 @@ importers:
mqtt: 4.2.6
mssql: ^8.1.2
mysql2: ~2.3.0
n8n-core: ~0.147.0
n8n-core: ~0.148.0
n8n-workflow: ~0.129.0
node-html-markdown: ^1.1.3
node-ssh: ^12.0.0
@ -843,7 +843,7 @@ importers:
'@types/xml2js': 0.4.11
eslint-plugin-n8n-nodes-base: 1.11.1_zksrc6ykdxhogxjbhb5axiabwi
gulp: 4.0.2
n8n-workflow: link:../workflow
n8n-workflow: 0.129.0
packages/workflow:
specifiers:
@ -3339,7 +3339,6 @@ packages:
resolution: {integrity: sha512-+ig7/rafN3LGthGEi8fs1N5XxPndmRq5YAX92DWOar9mrMDrYyIjK5XAQaTnTMDQgmKKllrAl+bVRmQXKcLFuw==}
dependencies:
eslint-config-riot: 1.0.0
dev: false
/@ngneat/falso/6.1.0:
resolution: {integrity: sha512-eka5OxW65B1RphpLJ04Pd4PEkrmTab/Ut50K0OceAdM+O+MZA7YF9xo51uZgkxbhg8bJ5zEh5vucDRMSofcqsw==}
@ -10876,7 +10875,6 @@ packages:
/eslint-config-riot/1.0.0:
resolution: {integrity: sha512-NB/L/1Y30qyJcG5xZxCJKW/+bqyj+llbcCwo9DEz8bESIP0SLTOQ8T1DWCCFc+wJ61AMEstj4511PSScqMMfCw==}
dev: false
/eslint-import-resolver-node/0.3.6:
resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==}
@ -14231,7 +14229,6 @@ packages:
/jmespath/0.16.0:
resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==}
engines: {node: '>= 0.6.0'}
dev: false
/joi/17.7.0:
resolution: {integrity: sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==}
@ -15023,7 +15020,6 @@ packages:
/lodash.set/4.3.2:
resolution: {integrity: sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==}
dev: false
/lodash.split/4.4.2:
resolution: {integrity: sha512-kn1IDX0aHfg0FsnPIyxCHTamZXt3YK3aExRH1LW8YhzP6+sCldTm8+E4aIg+nSmM6R4eqdWGrXWtfYI961bwIw==}
@ -15152,7 +15148,6 @@ packages:
/luxon/2.3.2:
resolution: {integrity: sha512-MlAQQVMFhGk4WUA6gpfsy0QycnKP0+NlCBJRVRNPxxSIbjrCbQ65nrpJD3FVyJNZLuJ0uoqL57ye6BmDYgHaSw==}
engines: {node: '>=12'}
dev: false
/lz-string/1.4.4:
resolution: {integrity: sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==}
@ -15811,6 +15806,18 @@ packages:
thenify-all: 1.6.0
dev: false
/n8n-workflow/0.129.0:
resolution: {integrity: sha512-/T3kftRi8e7XZkjUDZVBIEph+OM/8oHlxH3ugKOASXmie2xKfHWb6cb1oVYzrRSHt7Ny7h4/A83kwGnHOAUCmw==}
dependencies:
'@n8n_io/riot-tmpl': 1.0.1
jmespath: 0.16.0
lodash.get: 4.4.2
lodash.isequal: 4.5.0
lodash.merge: 4.6.2
lodash.set: 4.3.2
luxon: 2.3.2
xml2js: 0.4.23
/named-placeholders/1.1.2:
resolution: {integrity: sha512-wiFWqxoLL3PGVReSZpjLVxyJ1bRqe+KKJVbr4hGs1KWfTZTQyezHFBbuKj9hsizHyGV2ne7EMjHdxEGAybD5SA==}
engines: {node: '>=6.0.0'}
@ -18690,7 +18697,6 @@ packages:
/sax/1.2.4:
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
dev: false
/saxes/5.0.1:
resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==}
@ -22170,7 +22176,7 @@ packages:
/xml2js/0.4.19:
resolution: {integrity: sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==}
dependencies:
sax: 1.2.1
sax: 1.2.4
xmlbuilder: 9.0.7
dev: false
@ -22180,12 +22186,10 @@ packages:
dependencies:
sax: 1.2.4
xmlbuilder: 11.0.1
dev: false
/xmlbuilder/11.0.1:
resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
engines: {node: '>=4.0'}
dev: false
/xmlbuilder/9.0.7:
resolution: {integrity: sha512-7YXTQc3P2l9+0rjaUbLwMKRhtmwg1M1eDf6nag7urC7pIPYLD9W/jmzQ4ptRSUbodw5S0jfoGTflLemQibSpeQ==}