Skip to content

Commit 87257a4

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2026-03-25) ### Bug Fixes * revert Langfuse placeholder to empty string ([3175df3](3175df3)) ### Features * add Langfuse telemetry module with lazy OTEL init ([358653f](358653f)) * add path to telemetry metadata ([2aa1f37](2aa1f37)) * wire Langfuse telemetry into streamText ([a24ad2a](a24ad2a))
1 parent 1b80395 commit 87257a4

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.4.0](https://github.com/adobe-rnd/da-agent/compare/v1.3.0...v1.4.0) (2026-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* revert Langfuse placeholder to empty string ([3175df3](https://github.com/adobe-rnd/da-agent/commit/3175df342b98f2c4054caf986b8bbead497fcd3e))
7+
8+
9+
### Features
10+
11+
* add Langfuse telemetry module with lazy OTEL init ([358653f](https://github.com/adobe-rnd/da-agent/commit/358653f178580fd554bfbdf04e335240418cac60))
12+
* add path to telemetry metadata ([2aa1f37](https://github.com/adobe-rnd/da-agent/commit/2aa1f3759622daf02fa979ae2cebe3ca5f550b21))
13+
* wire Langfuse telemetry into streamText ([a24ad2a](https://github.com/adobe-rnd/da-agent/commit/a24ad2ab30767244612db835f2d8174f54d4cf64))
14+
115
# [1.3.0](https://github.com/adobe-rnd/da-agent/compare/v1.2.2...v1.3.0) (2026-03-25)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "da-agent",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "AI assistant worker for Document Authoring (DA) platform",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)