From 15b3a872dd48029c3c8537f2cfc0722698352fdd Mon Sep 17 00:00:00 2001 From: Pelayo Torres Date: Wed, 14 Jan 2026 11:55:10 +0100 Subject: [PATCH 1/2] Release notes Release 19 --- doc/releasenotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 70429a71..d4162fbe 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -41,6 +41,10 @@ Added check to make mandatory the presence of supportedFeatures at all POST and #### New Helper Dynamic Packages The Helper service now supports dynamic packages, enabling new services to be added easily and expanding overall functionality. More details are available in [Helper Dynamic Services](./helper/dynamic-services.md). +#### **CAPIF Alignment and Standard Compliance** +- CAPIF services have been upgraded from **Release 18 to Release 19** following **3GPP TS 29.222**, ensuring full alignment with the latest CAPIF specification. +- All CAPIF APIs, security flows and service interfaces were updated to comply with the Release 19 normative behavior and data models. + ### **Documentation** - New section [How to Deploy Using Helm] created. This section includes a guide of how to use helm scripts to deploy all components (including OpenCAPIF) on a k8s environment. -- GitLab From d9801b6cc2891f28df9fad427bb0342eaf13b233 Mon Sep 17 00:00:00 2001 From: Pelayo Torres Date: Wed, 14 Jan 2026 11:55:52 +0100 Subject: [PATCH 2/2] Release notes Release 19 --- doc/releasenotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index d4162fbe..125cd287 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -42,8 +42,8 @@ Added check to make mandatory the presence of supportedFeatures at all POST and The Helper service now supports dynamic packages, enabling new services to be added easily and expanding overall functionality. More details are available in [Helper Dynamic Services](./helper/dynamic-services.md). #### **CAPIF Alignment and Standard Compliance** -- CAPIF services have been upgraded from **Release 18 to Release 19** following **3GPP TS 29.222**, ensuring full alignment with the latest CAPIF specification. -- All CAPIF APIs, security flows and service interfaces were updated to comply with the Release 19 normative behavior and data models. +- OpenCAPIF services have been upgraded from **Release 18 to Release 19** following **3GPP TS 29.222**, ensuring full alignment with the latest CAPIF specification. +- All OpenCAPIF APIs, security flows and service interfaces were updated to comply with the Release 19 normative behavior and data models. ### **Documentation** -- GitLab