From acab5d21106fa89a2072bf3517d75cea7d3f24d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:53:26 +0000 Subject: [PATCH] chore(v7): release ldai 0.8.2 --- .release-please-manifest.json | 2 +- ldai/CHANGELOG.md | 7 +++++++ ldai/package_info.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1ff30f98..beddb8b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "7.14.7", "ldotel": "1.3.1", - "ldai": "0.8.1", + "ldai": "0.8.2", "ldmiddleware": "0.1.0" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index e77ffe34..27e1603a 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -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-05-07) + + +### 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) diff --git a/ldai/package_info.go b/ldai/package_info.go index 8b85157f..912f7f76 100644 --- a/ldai/package_info.go +++ b/ldai/package_info.go @@ -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"