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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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:
0 commit comments