fix(n8n Form Node): Update version in Breaking Changes doc (#16418)

This commit is contained in:
Dana
2025-06-17 10:32:54 +02:00
committed by GitHub
parent f9f0fdf40d
commit 04bdd01a42

View File

@@ -2,17 +2,6 @@
This list shows all the versions which include breaking changes and how to upgrade. This list shows all the versions which include breaking changes and how to upgrade.
## 1.99.1
### What changed?
Stricter parameters for `iframe`, `video`, and `source` tags when using the Form node.
### When is action necessary?
If you are using `iframe`, `video`, or `source` tags with attributes beyond those listed [here](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Form/utils/utils.ts#L61-L71) or are using schemes which are neither `http` or `https`, you will need to update your node or workflow.
## 1.98.0 ## 1.98.0
### What changed? ### What changed?
@@ -21,12 +10,16 @@ The `last_activity` metric included as a part of route metrics has been changed
the previous timestamp label approach. The labeling approach could result in high cardinality within Prometheus and the previous timestamp label approach. The labeling approach could result in high cardinality within Prometheus and
thus result in poorer performance. thus result in poorer performance.
Stricter parameters for `iframe`, `video`, and `source` tags when using the Form node.
### When is action necessary? ### When is action necessary?
If you've been ingesting route metrics from your n8n instance (version 1.81.0 and newer), you should analyze If you've been ingesting route metrics from your n8n instance (version 1.81.0 and newer), you should analyze
how the `last_activity` metric has affected your Prometheus instance and potentially clean up the old data. Future how the `last_activity` metric has affected your Prometheus instance and potentially clean up the old data. Future
metrics will also be served in a different format, which needs to be taken into account. metrics will also be served in a different format, which needs to be taken into account.
If you are using `iframe`, `video`, or `source` tags with attributes beyond those listed [here](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Form/utils/utils.ts#L61-L71) or are using schemes which are neither `http` or `https`, you will need to update your node or workflow.
### What changed? ### What changed?
The minimum Node.js version required for n8n is now v20. The minimum Node.js version required for n8n is now v20.