File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
instrumentation-genai/opentelemetry-instrumentation-google-genai
util/opentelemetry-util-genai Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ - Migrate off the deprecated events API to use the logs API
11+ ([ #3625 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3624 ) )
12+
1013## Version 0.3b0 (2025-07-08)
1114
1215- Add automatic instrumentation to tool call functions ([ #3446 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3446 ) )
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515 ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3795 ] ( #3795 ) )
1616- Make inputs / outputs / system instructions optional params to ` on_completion ` ,
1717 ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3802 ] ( #3802 ) ).
18- - ` opentelemetry-instrumentation-google-genai ` : migrate off the deprecated events API to use the logs API
19- ([ #3625 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3624 ) )
2018 - Use an crc32 checksum of the system instructions as it's upload filename, and check
2119 if the file exists before re-uploading it, ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3814 ] ( #3814 ) ).
2220
You can’t perform that action at this time.
0 commit comments