From fc82d439fbfceda18b2597e05ba0740fd975d0d8 Mon Sep 17 00:00:00 2001 From: Pelayo Torres Date: Mon, 23 Mar 2026 13:45:11 +0100 Subject: [PATCH] release notes same api name --- doc/releasenotes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index e6f48ce9..1c40852e 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -1,3 +1,9 @@ +## **Release X.X.X** + +### **Allow same apiName across different AEFs** + +Publish Service now enforces uniqueness by aefId/apiName instead of global apiName, allowing different AEFs to publish the same apiName while rejecting duplicates from the same AEF on POST, PUT, and PATCH. + ## **Release 4.0.0** ### **Visibility Control** -- GitLab