Skip to content

Commit 5c8a3ea

Browse files
chore(v7): release ldai 0.7.1 (#303)
🤖 I have created a release *beep* *boop* --- ## [0.7.1](ldai/v0.7.0...ldai/v0.7.1) (2025-07-29) ### Bug Fixes * Remove deprecated track generation event ([#301](#301)) ([ca20f09](ca20f09)) * Update AI tracker to include model & provider name for metrics generation ([#302](#302)) ([9a84146](9a84146)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca20f09 commit 5c8a3ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
".": "7.13.1",
33
"ldotel": "1.3.0",
4-
"ldai": "0.7.0"
4+
"ldai": "0.7.1"
55
}

ldai/CHANGELOG.md

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

3+
## [0.7.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.0...ldai/v0.7.1) (2025-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove deprecated track generation event ([#301](https://github.com/launchdarkly/go-server-sdk/issues/301)) ([ca20f09](https://github.com/launchdarkly/go-server-sdk/commit/ca20f092cbc3098e0a4b98041d6f7147c0b2cf5a))
9+
* Update AI tracker to include model & provider name for metrics generation ([#302](https://github.com/launchdarkly/go-server-sdk/issues/302)) ([9a84146](https://github.com/launchdarkly/go-server-sdk/commit/9a84146c755a6abfb2b64eafcfed8f06242128fe))
10+
311
## [0.7.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.6.0...ldai/v0.7.0) (2025-05-19)
412

513

ldai/package_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package ldai
33

44
// Version is the current version string of the ldai package. This is updated by our release scripts.
5-
const Version = "0.7.0" // {{ x-release-please-version }}
5+
const Version = "0.7.1" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)