Skip to content

Commit 9727f7f

Browse files
chore(v7): release ldai 0.8.2
1 parent 381cffe commit 9727f7f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "7.14.7",
33
"ldotel": "1.3.1",
4-
"ldai": "0.8.1",
4+
"ldai": "0.8.2",
55
"ldmiddleware": "0.1.0"
66
}

ldai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.2](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.8.1...ldai/v0.8.2) (2026-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.8.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.8.0...ldai/v0.8.1) (2026-02-26)
411

512

ldai/package_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ldai
33

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

88
// SDKName is the canonical name of this AI SDK package.
99
SDKName = "go-server-sdk/ldai"

0 commit comments

Comments
 (0)