File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
instrumentation-genai/opentelemetry-instrumentation-vertexai
util/opentelemetry-util-genai Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ users will need to set the environment variable OTEL_SEMCONV_STABILITY_OPT_IN to
14
14
([ #3328 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3328 ) )
15
15
- VertexAI support for async calling
16
16
([ #3386 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3386 ) )
17
+ - ` opentelemetry-instrumentation-vertexai ` : migrate off the deprecated events API to use the logs API
18
+ ([ #3625 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3626 ) )
17
19
18
20
## Version 2.0b0 (2025-02-24)
19
21
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ 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
21
19
22
## Version 0.1b0 (2025-09-25)
20
23
You can’t perform that action at this time.
0 commit comments