Skip to content

Commit eb0d12c

Browse files
chore(main): release launchdarkly-java-server-sdk-ai 0.2.0
1 parent a32c4fa commit eb0d12c

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lib/sdk/server-ai": "0.1.0",
2+
"lib/sdk/server-ai": "0.2.0",
33
"lib/java-server-sdk-otel": "0.2.0",
44
"lib/java-server-sdk-redis-store": "3.2.0",
55
"lib/shared/common": "2.4.0",

lib/sdk/server-ai/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# Change log
1+
# Changelog
2+
3+
## [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-01)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* add Runner, RunnerResult, Judge, and Evaluator ([#180](https://github.com/launchdarkly/java-core/issues/180)) ([a32c4fa](https://github.com/launchdarkly/java-core/commit/a32c4fa1fe2cc98c189fe9541de4edfa35bed115))
10+
* 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))
11+
* 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))
12+
* 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))
13+
14+
## Change log
215

316
All notable changes to the LaunchDarkly Server-Side AI SDK for Java will be documented in this file.
417
This project adheres to [Semantic Versioning](http://semver.org).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#x-release-please-start-version
2-
version=0.1.0
2+
version=0.2.0
33
#x-release-please-end

0 commit comments

Comments
 (0)