From a7285eb5d895b9838a07849fe417c9a372d3a8d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:58:30 +0000 Subject: [PATCH] chore(main): release launchdarkly-java-server-sdk-ai 0.2.0 --- .release-please-manifest.json | 2 +- lib/sdk/server-ai/CHANGELOG.md | 17 ++++++++++++++++- lib/sdk/server-ai/gradle.properties | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0dfe37e4..5546cfd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "lib/sdk/server-ai": "0.1.0", + "lib/sdk/server-ai": "0.2.0", "lib/java-server-sdk-otel": "0.2.0", "lib/java-server-sdk-redis-store": "3.2.0", "lib/shared/common": "2.4.0", diff --git a/lib/sdk/server-ai/CHANGELOG.md b/lib/sdk/server-ai/CHANGELOG.md index 346a54e7..9b4afabb 100644 --- a/lib/sdk/server-ai/CHANGELOG.md +++ b/lib/sdk/server-ai/CHANGELOG.md @@ -1,4 +1,19 @@ -# Change log +# Changelog + +## [0.2.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-ai-0.1.0...launchdarkly-java-server-sdk-ai-0.2.0) (2026-07-07) + + +### Features + +* Add AIConfigTracker with at-most-once tracking and resumption tokens ([#179](https://github.com/launchdarkly/java-core/issues/179)) ([9a9941b](https://github.com/launchdarkly/java-core/commit/9a9941b20060e4668380db835727d379bf30cf55)) +* add Runner, RunnerResult, Judge, and Evaluator ([#180](https://github.com/launchdarkly/java-core/issues/180)) ([a32c4fa](https://github.com/launchdarkly/java-core/commit/a32c4fa1fe2cc98c189fe9541de4edfa35bed115)) +* Add template config methods to AI SDK ([#184](https://github.com/launchdarkly/java-core/issues/184)) ([29f31fc](https://github.com/launchdarkly/java-core/commit/29f31fc91c833169982a0cd8988aa2a99fb75231)) +* Agent graph support ([#181](https://github.com/launchdarkly/java-core/issues/181)) ([47c4f36](https://github.com/launchdarkly/java-core/commit/47c4f36b95fe96027f51fef5c26fc797456c2e51)) +* AgentControl data model, parsing & interpolation (AIC-2662) ([#171](https://github.com/launchdarkly/java-core/issues/171)) ([d954ba6](https://github.com/launchdarkly/java-core/commit/d954ba602713b991b6845fa74ae992e775a70001)) +* AICONF config types & LDAIClient methods (AIC-2663) ([#173](https://github.com/launchdarkly/java-core/issues/173)) ([ad2ac08](https://github.com/launchdarkly/java-core/commit/ad2ac08c571ef067f3df79a2c0774229c722cc90)) +* vendor Mustache templating engine & add Interpolator (AIC-2695) ([#172](https://github.com/launchdarkly/java-core/issues/172)) ([32732ea](https://github.com/launchdarkly/java-core/commit/32732eac85f727e7f27e97304f27cd1d7ba6b3a6)) + +## Change log All notable changes to the LaunchDarkly Server-Side AI SDK for Java will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). diff --git a/lib/sdk/server-ai/gradle.properties b/lib/sdk/server-ai/gradle.properties index 248acf1e..02783c0f 100644 --- a/lib/sdk/server-ai/gradle.properties +++ b/lib/sdk/server-ai/gradle.properties @@ -1,3 +1,3 @@ #x-release-please-start-version -version=0.1.0 +version=0.2.0 #x-release-please-end