Skip to content

Commit 6589de3

Browse files
committed
Merge to main and fix changelog
1 parent 0ac377f commit 6589de3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

util/opentelemetry-util-genai/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)