Skip to content

Commit 7e7c1f9

Browse files
committed
Added
1 parent 1138ba2 commit 7e7c1f9

File tree

1 file changed

+19
-0
lines changed
  • tyk-docs/content/product-stack/tyk-gateway/release-notes

1 file changed

+19
-0
lines changed

tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md

+19
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,25 @@ Here it is important to explain the benefit of each changelog item. As mentioned
101101
"...it is important to document the customer impact for the work delivered, so we can share it with prospects/install base. For example:
102102
"New Chart delivers x and y benefit to a and b customer use cases. The business impact for them will be this and that" -->
103103
104+
#### Added
105+
<!-- This section should be a bullet point list of new features. Explain:
106+
107+
- The purpose of the new feature
108+
- How does the new feature benefit users?
109+
- Link to documentation of the new feature
110+
- For OSS - Link to the corresponding issue if possible on GitHub to allow the users to see further info.
111+
112+
Each change log item should be expandable. The first line summarises the changelog entry. It should be then possible to expand this to reveal further details about the changelog item. This is achieved using HTML as shown in the example below. -->
113+
<ul>
114+
<li>
115+
<details>
116+
<summary>Corrected ordering of OAS API paths to prevent middleware misapplication</summary>
117+
118+
Fixed an issue where nested API endpoints, such as /test and /test/abc, might incorrectly apply middleware from the parent path to the nested path. The fix ensures that API endpoint definitions are correctly ordered, preventing this middleware misapplication and ensuring both the HTTP method and URL match accurately.
119+
</details>
120+
</li>
121+
</ul>
122+
---
104123
105124
#### Fixed
106125
<!-- This section should be a bullet point list that describes the issues fixed in the release. For each fixed issue explain:

0 commit comments

Comments
 (0)