diff --git a/changes/ce/fix-10037.en.md b/changes/ce/fix-10037.en.md new file mode 100644 index 000000000..73c92d69d --- /dev/null +++ b/changes/ce/fix-10037.en.md @@ -0,0 +1,2 @@ +Fix Swagger API doc rendering crash. +In version 5.0.18, a bug was introduced that resulted in duplicated field names in the configuration schema. This, in turn, caused the Swagger schema generated to become invalid. diff --git a/changes/ce/fix-10037.zh.md b/changes/ce/fix-10037.zh.md new file mode 100644 index 000000000..5bd447c1f --- /dev/null +++ b/changes/ce/fix-10037.zh.md @@ -0,0 +1,2 @@ +修复 Swagger API 文档渲染崩溃。 +在版本 5.0.18 中,引入了一个错误,导致配置 schema 中出现了重复的配置名称,进而导致生成了无效的 Swagger spec。