Skip to content

Commit 2989dd2

Browse files
chore(main): release axiom 0.49.0 (#277)
🤖 I have created a release *beep* *boop* --- ## [0.49.0](axiom-v0.48.1...axiom-v0.49.0) (2026-03-04) ### Features * usage and finish reason on `chat <model> stream` spans ([#278](#278)) ([8e238f2](8e238f2)) ### Bug Fixes * telemetry token accumulation and finish reason ([#276](#276)) ([b857fd2](b857fd2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release metadata-only changes (version/changelog) with no functional code modifications in this diff. > > **Overview** > Publishes `packages/ai` version `0.49.0` by bumping the release manifest and package version. > > Updates `packages/ai/CHANGELOG.md` with the `0.49.0` release notes, including improved `chat <model> stream` span telemetry (usage + finish reason) and a fix for telemetry token accumulation/finish reason reporting. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 24dacb4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 8e238f2 commit 2989dd2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/ai": "0.48.1"
2+
"packages/ai": "0.49.0"
33
}

packages/ai/CHANGELOG.md

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

3+
## [0.49.0](https://github.com/axiomhq/ai/compare/axiom-v0.48.1...axiom-v0.49.0) (2026-03-04)
4+
5+
6+
### Features
7+
8+
* usage and finish reason on `chat <model> stream` spans ([#278](https://github.com/axiomhq/ai/issues/278)) ([8e238f2](https://github.com/axiomhq/ai/commit/8e238f2cce0714b9aa3125c477c196b8c01d77a0))
9+
10+
11+
### Bug Fixes
12+
13+
* telemetry token accumulation and finish reason ([#276](https://github.com/axiomhq/ai/issues/276)) ([b857fd2](https://github.com/axiomhq/ai/commit/b857fd2013655ba1eb5d1362c64da5c27a701f01))
14+
315
## [0.48.1](https://github.com/axiomhq/ai/compare/axiom-v0.48.0...axiom-v0.48.1) (2026-03-03)
416

517

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axiom",
3-
"version": "0.48.1",
3+
"version": "0.49.0",
44
"type": "module",
55
"author": "Axiom, Inc.",
66
"contributors": [

0 commit comments

Comments
 (0)