From 81c5649336da9038ae358de27b6d6ab2571591b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 07:34:00 +0000 Subject: [PATCH 1/3] chore(deps): bump org.junit:junit-bom Bumps the minor-patch group with 1 update in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 316efc0..6698a08 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 0.8.15 - 6.1.2 + 6.1.3 5.23.0 From c47cf3d055ad9fcc5108fce837da764cd9d6722a Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Thu, 20 Aug 2026 19:54:36 +0200 Subject: [PATCH 2/3] Release 0.0.2-alpha prep --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b08a07c..45194a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - The format is based on [Keep a Changelog](https://keepachangelog.com/). - This project adheres to [Semantic Versioning](https://semver.org/). -## Version 1.0.0 - TBD +## Unreleased ### Added @@ -12,4 +12,29 @@ ### Fixed -### Removed \ No newline at end of file +## Version 0.0.2-alpha + +### Added + +- Architecture documentation for `cds-feature-ai-core` and `cds-feature-recommendations` +- Working sample application without `cap-js` dependency + +### Changed + +- Upgraded to CAP Java 5 and Spring Boot 4 (minimum CAP Java version is now 5) + +### Fixed + +- Programmatic usage section in `cds-feature-ai-core` README + +## Version 0.0.1-alpha + +Initial release: + +- AI Core service integration with automatic resource group management and deployment lifecycle (create, poll, reuse) +- SAP RPT-1 small model deployment and inference via `cds-feature-recommendations` +- `@UI.Recommendations` annotation to expose Fiori-compatible recommendations via OData +- Multi-tenancy support with tenant-scoped AI Core resource groups +- Configurable resource group for single-tenant scenarios (`cds.ai.core.resourceGroup`) +- Retry and backoff logic for transient AI Core errors + From 80f23ae9db1f801c22e8c18d56d707f134e0945c Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Fri, 21 Aug 2026 08:48:45 +0200 Subject: [PATCH 3/3] Remove comments about doc changes from changelog --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45194a5..58f2870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,17 +16,12 @@ ### Added -- Architecture documentation for `cds-feature-ai-core` and `cds-feature-recommendations` - Working sample application without `cap-js` dependency ### Changed - Upgraded to CAP Java 5 and Spring Boot 4 (minimum CAP Java version is now 5) -### Fixed - -- Programmatic usage section in `cds-feature-ai-core` README - ## Version 0.0.1-alpha Initial release: