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,6 +1,6 @@
{
".": "7.14.6",
"ldotel": "1.3.1",
"ldai": "0.8.1",
"ldai": "0.8.2",
"ldmiddleware": "0.1.0"
}
7 changes: 7 additions & 0 deletions ldai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.8.1...ldai/v0.8.2) (2026-04-13)


### Bug Fixes

* Prevent context attributes from influencing judge template parsing (SEC-8020) ([#361](https://github.com/launchdarkly/go-server-sdk/issues/361)) ([a14fc86](https://github.com/launchdarkly/go-server-sdk/commit/a14fc86e64c8f2e6555e7ece4ad08081d46c2067))

## [0.8.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.8.0...ldai/v0.8.1) (2026-02-26)


Expand Down
2 changes: 1 addition & 1 deletion ldai/package_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ldai

const (
// Version is the current version string of the ldai package. This is updated by our release scripts.
Version = "0.8.1" // {{ x-release-please-version }}
Version = "0.8.2" // {{ x-release-please-version }}

// SDKName is the canonical name of this AI SDK package.
SDKName = "go-server-sdk/ldai"
Expand Down
Loading