Skip to content

Commit f6ea6c2

Browse files
committed
changelog
1 parent c6e316a commit f6ea6c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

util/opentelemetry-util-genai/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
1110
- Add support for workflow in genAI utils handler.
1211
([https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4366](#4366))
13-
- Enrich ToolCall type, breaking change: usage of ToolCall class renamed to ToolCallRequest
12+
- Enrich ToolCall type, breaking change: usage of ToolCall class renamed to ToolCallRequest
1413
([#4218](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4218))
1514
- Add EmbeddingInvocation span lifecycle support
1615
([https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4219](#4219))
1716
- Populate schema_url on metrics
1817
([#4320](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4320))
1918
- Add workflow invocation type to genAI utils
2019
([https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4310](#4310))
20+
- Refactor public API: add factory methods (`start_inference`, `start_embedding`, `start_tool`, `start_workflow`) and invocation-owned lifecycle (`invocation.stop()` / `invocation.fail(exc)`); rename `LLMInvocation``InferenceInvocation` and `ToolCall``ToolInvocation`. Existing usages remain fully functional via deprecated aliases.
21+
([#TODO](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/TODO))
2122

2223
## Version 0.3b0 (2026-02-20)
2324

0 commit comments

Comments
 (0)