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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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.1.1",
"lib/shared/common": "2.4.0",
Expand Down
14 changes: 13 additions & 1 deletion lib/sdk/server-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# 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-06-25)


### 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))
* 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).
2 changes: 1 addition & 1 deletion lib/sdk/server-ai/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#x-release-please-start-version
version=0.1.0
version=0.2.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published version telemetry mismatch

Medium Severity

This release sets the artifact to 0.2.0 in gradle.properties, but AISdkInfo.VERSION is still 0.1.0. $ld:ai:sdk:info events use that constant for aiSdkVersion, so a 0.2.0 build can report 0.1.0 to LaunchDarkly.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d216d8c. Configure here.

#x-release-please-end
Loading