Skip to content

Commit f944360

Browse files
authored
Update gateway.mdx
1 parent 34284cd commit f944360

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

developer-support/release-notes/gateway.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,6 @@ Resolved inconsistent query parameter handling in URL rewrites using Tyk interna
16111611
- Behavior now matches standard HTTP URL rewrites for consistency
16121612

16131613
Original request query parameters are no longer automatically forwarded through internal loops. Update your URL rewrite configurations to explicitly include any required parameters in the `rewrite_to` URL.
1614-
16151614
</Accordion>
16161615

16171616
<Accordion title='Fixed Client mTLS Authentication Between Tyk Gateways'>
@@ -1651,13 +1650,10 @@ Tyk Gateway now properly reads and applies OpenTelemetry configuration from the
16511650
Fixed an issue where the Gateway would fail to load APIs and policies if the Dashboard database was temporarily unavailable during startup. The Gateway will now automatically retry loading configurations with exponential backoff until successful, restoring self-healing capabilities without requiring a manual restart.
16521651
</Accordion>
16531652

1654-
16551653
<Accordion title='Fixed error response format for SOAP+XML requests'>
16561654
Resolved an issue where requests with the `application/soap+xml` Content-Type received JSON-formatted error responses instead of the expected XML format. The Gateway now correctly returns XML-formatted errors for SOAP requests.
16571655
</Accordion>
16581656

1659-
1660-
16611657
</AccordionGroup>
16621658

16631659
##### Security Fixes
@@ -1669,6 +1665,10 @@ Addressed CVEs reported in dependent libraries, providing increased protection a
16691665
vulnerabilities, including, but not limited to:
16701666

16711667
- <a href="https://cvereports.com/reports/GHSA-6G7G-W4F8-9C9X" target="_blank">GHSA-6g7g-w4f8-9c9x</a>
1668+
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33186" target="_blank">CVE-2026-33186</a>
1669+
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-15558" target="_blank">CVE-2025-15558</a>
1670+
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39883" target="_blank">CVE-2026-39883</a>
1671+
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39882" target="_blank">CVE-2026-39882</a>
16721672

16731673
</Accordion>
16741674

0 commit comments

Comments
 (0)