n8n/packages/cli/BREAKING-CHANGES.md
2019-08-28 18:09:29 +02:00

18 lines
590 B
Markdown

# n8n Breaking Changes
This list shows all the versions which include breaking changes and how to upgrade
## 0.18.0
### What changed?
Because of a typo very often `reponse` instead of `response` got used in code. So also on the Webhook-Node. Its parameter `reponseMode` had to be renamed to correct spelling `responseMode`.
### When is action necessary?
When Webhook-Nodes get used which have "Response Mode" set to "Last Node".
### How to upgrade:
After upgrading open all workflows which contain the concerning Webhook-Nodes and set "Response Mode" again manually to "Last Node".