release notes for 0.206.0 and 0.206.1

This commit is contained in:
Deborah Barnard 2022-12-12 11:17:32 +00:00
parent 93cc457787
commit 25496a2da2
2 changed files with 69 additions and 4 deletions

View File

@ -7,19 +7,25 @@
## Operations
* File
* Create
* Delete
* Get
* Get Many
* Form
* Get
* GetAll
* Get Many
* Redeploy
* Hook
* Get
* GetAll
* Get Many
* Logs
* Retry All
* Retry One
* Submission
* Delete
* Get
* Get All
* Get Many
* Get Validation Status
* Update Validation Status
@ -161,4 +167,4 @@ With reformatting enabled, and the appropriate masks for multi-select and number
"validation_status": {},
"submitted_by": null
}
```
```

View File

@ -1,5 +1,64 @@
# Release notes
## n8n@0.206.1
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.206.0...n8n@0.206.1){:target=_blank .external-link} for this version.<br />
**Release date:** 2022-12-06
This is a bug fix release.
### Bug fixes
* Core: make expression resolution improvements.
* Editor: schema unit test stub for Font Awesome icons.
* Remove unnecessary console message.
## n8n@0.206.0
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.205.0...n8n@0.206.0){:target=_blank .external-link} for this version.<br />
**Release date:** 2022-12-06
This release contains bug fixes, node enhancements, and a new node input view: schema view.
### New features
<div class="n8n-new-features" markdown>
#### Schema view
Schema view is a new node input view. It helps you browse the structure of your data, using the first input item.
</div>
* Core: add workflow execution statistics.
* Editor: add the alert design system component.
* Editor: fix checkbox line hight and make checkbox label clickable.
* Nodes: add a message for read-only nodes.
* Nodes: add a prompt to overwrite changes when concurrent editing occurs.
### Node enhancements
KoBo Toolbox node: add support for the media file API.
### Bug fixes
* Core: fix linter error.
* Core: fix partial execution with pinned data on child node run.
* Core: OAuth2 scopes now save.
* Enable source-maps on WorkflowRunnerProcess in own mode.
* Handle error when workflow does not exist or is inaccessible.
* Make nodes.exclude and nodes.include work with lazy-loaded nodes.
* Code Node: restore `pairedItem` to required n8n item keys.
* Execute Workflow Node: update Execute Workflow node info notice text.
* Gmail Trigger Node: trigger node missing some emails.
* Local File Trigger Node: fix issue that causes a crash if the ignore field is empty.
### Contributors
[Marcel](https://github.com/marzn){:target=_blank .external-link}
[Yann Jouanique](https://github.com/Yann-J){:target=_blank .external-link}
## n8n@0.205.0
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.204.0...n8n@0.205.0){:target=_blank .external-link} for this version.<br />