You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/gateway/breaking-changes.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ deployment methods, set of features in use, or custom plugins, for example.
35
35
36
36
## 3.13.x breaking changes
37
37
38
-
Review the [changelog](/gateway/changelog/#31300) for all the changes in this release.
38
+
Review the [changelog](/gateway/changelog/#3-13-0-0) for all the changes in this release.
39
39
40
40
### 3.13.0.0
41
41
@@ -74,7 +74,7 @@ rows:
74
74
75
75
## 3.12.x breaking changes
76
76
77
-
Review the [changelog](/gateway/changelog/#31200) for all the changes in this release.
77
+
Review the [changelog](/gateway/changelog/#3-12-0-0) for all the changes in this release.
78
78
79
79
### 3.12.0.0
80
80
@@ -126,7 +126,7 @@ rows:
126
126
127
127
## 3.11.x breaking changes
128
128
129
-
Review the [changelog](/gateway/changelog/#31100) for all the changes in this release.
129
+
Review the [changelog](/gateway/changelog/#3-11-0-0) for all the changes in this release.
130
130
131
131
### 3.11.0.0
132
132
@@ -213,7 +213,7 @@ rows:
213
213
214
214
## 3.10.x breaking changes
215
215
216
-
Review the [changelog](/gateway/changelog/#31000) for all the changes in this release.
216
+
Review the [changelog](/gateway/changelog/#3-10-0-0) for all the changes in this release.
217
217
218
218
### 3.10.0.0
219
219
@@ -272,15 +272,15 @@ columns:
272
272
rows:
273
273
- issue: Incremental config sync doesn't work in stream mode
274
274
description: |
275
-
When running in incremental sync mode ([`incremental_sync=on](/gateway/configuration/#incremental-sync)`), {{site.base_gateway}} can't apply configuration deltas to the stream subsystem.
275
+
When running in incremental sync mode ([`incremental_sync=on`](/gateway/configuration/#incremental-sync)), {{site.base_gateway}} can't apply configuration deltas to the stream subsystem.
276
276
This issue affects versions 3.10.0.0 and above, where incremental sync is enabled alongside stream proxying ([`stream_listen`](/gateway/configuration/#stream-listen)).
277
277
<br><br>
278
278
The HTTP subsystem is not affected.
279
279
<br><br>
280
280
**Workaround**:
281
281
* Incremental config sync is `off` by default. If you haven't enabled incremental config sync, there is no action required.
282
282
* If you are using stream proxying and incremental config sync, disable incremental sync by setting `incremental_sync=off`.
283
-
status: Not fixed
283
+
status: Fixed in 3.10.0.6
284
284
- issue: Brotli module missing from ARM64 {{site.base_gateway}} Docker images
285
285
description: |
286
286
The Brotli module is missing from all the following ARM64 {{site.base_gateway}} Docker images:
@@ -295,7 +295,7 @@ rows:
295
295
296
296
## 3.9.x breaking changes
297
297
298
-
Review the [changelog](/gateway/changelog/#3900) for all the changes in this release.
298
+
Review the [changelog](/gateway/changelog/#3-9-0-0) for all the changes in this release.
299
299
300
300
### 3.9.0.0
301
301
@@ -353,7 +353,7 @@ rows:
353
353
354
354
## 3.8.x breaking changes
355
355
356
-
Review the [changelog](/gateway/changelog/#3800) for all the changes in this release.
356
+
Review the [changelog](/gateway/changelog/#3-8-0-0) for all the changes in this release.
357
357
358
358
### 3.8.0.0
359
359
@@ -433,7 +433,7 @@ rows:
433
433
434
434
## 3.7.x breaking changes
435
435
436
-
Review the [changelog](/gateway/changelog/#3700) for all the changes in this release.
436
+
Review the [changelog](/gateway/changelog/#3-7-0-0) for all the changes in this release.
437
437
438
438
### 3.7.0.0
439
439
@@ -496,7 +496,7 @@ rows:
496
496
497
497
## 3.6.x breaking changes
498
498
499
-
Review the [changelog](/gateway/changelog/#3600) for all the changes in this release.
499
+
Review the [changelog](/gateway/changelog/#3-6-0-0) for all the changes in this release.
0 commit comments