Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,32 @@
- 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

### Changed

### Fixed
Comment thread
lisajulia marked this conversation as resolved.

### Removed
## Version 0.0.2-alpha
Comment thread
lisajulia marked this conversation as resolved.

### Added

- Working sample application without `cap-js` dependency

### Changed

- Upgraded to CAP Java 5 and Spring Boot 4 (minimum CAP Java version is now 5)

## Version 0.0.1-alpha
Comment thread
lisajulia marked this conversation as resolved.

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

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!-- https://central.sonatype.com/artifact/org.jacoco/jacoco-maven-plugin/versions -->
<jacoco.version>0.8.15</jacoco.version>
<!-- https://central.sonatype.com/artifact/org.junit/junit-bom/versions -->
<junit.version>6.1.2</junit.version>
<junit.version>6.1.3</junit.version>
<!-- https://central.sonatype.com/artifact/org.mockito/mockito-bom/versions -->
<mockito.version>5.23.0</mockito.version>
<!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-clean-plugin/versions -->
Expand Down
Loading