Skip to content

Commit 366eab5

Browse files
fix known issue entry for inc sync in 3.10
1 parent 5d2eb51 commit 366eab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/gateway/breaking-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,15 @@ columns:
272272
rows:
273273
- issue: Incremental config sync doesn't work in stream mode
274274
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.
276276
This issue affects versions 3.10.0.0 and above, where incremental sync is enabled alongside stream proxying ([`stream_listen`](/gateway/configuration/#stream-listen)).
277277
<br><br>
278278
The HTTP subsystem is not affected.
279279
<br><br>
280280
**Workaround**:
281281
* Incremental config sync is `off` by default. If you haven't enabled incremental config sync, there is no action required.
282282
* 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
284284
- issue: Brotli module missing from ARM64 {{site.base_gateway}} Docker images
285285
description: |
286286
The Brotli module is missing from all the following ARM64 {{site.base_gateway}} Docker images:

0 commit comments

Comments
 (0)