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
7
7
8
8
## Unreleased
9
9
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
+
10
13
## Version 0.3b0 (2025-07-08)
11
14
12
15
- 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
15
15
([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3795 ] ( #3795 ) )
16
16
- Make inputs / outputs / system instructions optional params to ` on_completion ` ,
17
17
([ 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 ) )
20
18
- Use an crc32 checksum of the system instructions as it's upload filename, and check
21
19
if the file exists before re-uploading it, ([ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3814 ] ( #3814 ) ).
22
20
You can’t perform that action at this time.
0 commit comments