Skip to content

Commit a8782aa

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

3 files changed

Lines changed: 15 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.1.1",
55
"lib/shared/common": "2.4.0",

lib/sdk/server-ai/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
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-06-29)
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+
* 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))
10+
* 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))
11+
* 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))
12+
13+
## Change log
214

315
All notable changes to the LaunchDarkly Server-Side AI SDK for Java will be documented in this file.
416
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)