From df8d0708887f311a204bf9703e9ae77d9c10ae7a Mon Sep 17 00:00:00 2001 From: guillecxb <guillesanzlopez@gmail.com> Date: Thu, 3 Apr 2025 09:11:55 +0200 Subject: [PATCH] Release notes supported featerures for API Provider Management --- doc/releasenotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 6b5881c..2b3cee8 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -17,6 +17,8 @@ ### **Technical Debt Solved** +- Implemented in the API Provider Management the supported features negotiation for the suppFeat field during provider registration. The server now decodes the negotiated feature set based on client capabilities and system support. + #### **Hardening on startup scripts for services interacting with Vault** The startup scripts of the ***Invoker Management Service***, ***Provider Management Service***, and ***Security Service*** have been improved to ensure reliability when the Vault service takes longer to become ready. These new scripts check responses from the Vault to ensure the returned information is valid before starting each service. -- GitLab