diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 431f1e984a..f4a53f3e65 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,17 +2,6 @@ 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 ### 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 thus result in poorer performance. +Stricter parameters for `iframe`, `video`, and `source` tags when using the Form node. + ### When is action necessary? 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 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? The minimum Node.js version required for n8n is now v20.