@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10- - Enrich ToolCall type ([ #4218 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4218 ) )
10+ - Enrich ToolCall type, breaking change: usage of ToolCall class renamed to ToolCallRequest
11+ ([ #4218 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4218 ) )
12+ - Add EmbeddingInvocation span lifecycle support
13+ ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4219 ] ( #4219 ) )
1114- Populate schema_url on metrics
1215 ([ #4320 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4320 ) )
1316- Add workflow invocation type to genAI utils
@@ -42,10 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4245 ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3795 ] ( #3795 ) )
4346- Make inputs / outputs / system instructions optional params to ` on_completion ` ,
4447 ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3802 ] ( #3802 ) ).
45- - Use a SHA256 hash of the system instructions as it's upload filename, and check
48+ - Use a SHA256 hash of the system instructions as it's upload filename, and check
4649 if the file exists before re-uploading it, ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3814 ] ( #3814 ) ).
4750
48-
4951## Version 0.1b0 (2025-09-25)
5052
5153- Add completion hook to genai utils to implement semconv v1.37.
@@ -58,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5860 ([ #3752 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3752 ) )
5961 ([ #3759 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3759 ) )
6062 ([ #3763 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3763 ) )
63+
6164- Add a utility to parse the ` OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT ` environment variable.
6265 Add ` gen_ai_latest_experimental ` as a new value to the Sem Conv stability flag ([ #3716 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3716 ) ).
6366
0 commit comments