We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3725727 commit a8fe5c8Copy full SHA for a8fe5c8
CHANGELOG/1.2-CHANGELOG.md
@@ -2,10 +2,24 @@
2
3
## Table of Contents
4
5
+- [v1.2.1](#v121)
6
- [v1.2.0](#v120)
7
- [v1.2.0-rc2](#v120-rc2)
8
- [v1.2.0-rc1](#v120-rc1)
9
10
+# v1.2.1
11
+
12
+This is a patch release that fixes the backward incompatibility with the `SupportedFeatures`
13
+feature breaking change introduced in v1.2.1.
14
15
+## Changes by Kind
16
17
+### Bug Fixes
18
19
+- `v1.2.0` introduced a breaking change in the `SupportedFeatures` field of the `GatewayClass`
20
+ API. That broke already existing `GatewayClass`es using the previous version of
21
+ the feature. The fix to introduce backward compatibility is in (#3454, @LiorLieberman)
22
23
# v1.2.0
24
25
## Breaking Changes
0 commit comments