Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions app/gateway/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deployment methods, set of features in use, or custom plugins, for example.

## 3.13.x breaking changes

Review the [changelog](/gateway/changelog/#31300) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-13-0-0) for all the changes in this release.

### 3.13.0.0

Expand Down Expand Up @@ -74,7 +74,7 @@ rows:

## 3.12.x breaking changes

Review the [changelog](/gateway/changelog/#31200) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-12-0-0) for all the changes in this release.

### 3.12.0.0

Expand Down Expand Up @@ -126,7 +126,7 @@ rows:

## 3.11.x breaking changes

Review the [changelog](/gateway/changelog/#31100) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-11-0-0) for all the changes in this release.

### 3.11.0.0

Expand Down Expand Up @@ -213,7 +213,7 @@ rows:

## 3.10.x breaking changes

Review the [changelog](/gateway/changelog/#31000) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-10-0-0) for all the changes in this release.

### 3.10.0.0

Expand Down Expand Up @@ -272,15 +272,15 @@ columns:
rows:
- issue: Incremental config sync doesn't work in stream mode
description: |
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.
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.
This issue affects versions 3.10.0.0 and above, where incremental sync is enabled alongside stream proxying ([`stream_listen`](/gateway/configuration/#stream-listen)).
<br><br>
The HTTP subsystem is not affected.
<br><br>
**Workaround**:
* Incremental config sync is `off` by default. If you haven't enabled incremental config sync, there is no action required.
* If you are using stream proxying and incremental config sync, disable incremental sync by setting `incremental_sync=off`.
status: Not fixed
status: Fixed in 3.10.0.6
- issue: Brotli module missing from ARM64 {{site.base_gateway}} Docker images
description: |
The Brotli module is missing from all the following ARM64 {{site.base_gateway}} Docker images:
Expand All @@ -295,7 +295,7 @@ rows:

## 3.9.x breaking changes

Review the [changelog](/gateway/changelog/#3900) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-9-0-0) for all the changes in this release.

### 3.9.0.0

Expand Down Expand Up @@ -353,7 +353,7 @@ rows:

## 3.8.x breaking changes

Review the [changelog](/gateway/changelog/#3800) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-8-0-0) for all the changes in this release.

### 3.8.0.0

Expand Down Expand Up @@ -433,7 +433,7 @@ rows:

## 3.7.x breaking changes

Review the [changelog](/gateway/changelog/#3700) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-7-0-0) for all the changes in this release.

### 3.7.0.0

Expand Down Expand Up @@ -496,7 +496,7 @@ rows:

## 3.6.x breaking changes

Review the [changelog](/gateway/changelog/#3600) for all the changes in this release.
Review the [changelog](/gateway/changelog/#3-6-0-0) for all the changes in this release.

### 3.6.1.0

Expand Down
Loading