Skip to content

Commit 2964242

Browse files
Update opentelemetry-instrumentation-vertexai version to v2.3b0 (#4044)
Co-authored-by: otelbot <[email protected]> Co-authored-by: Aaron Abbott <[email protected]>
1 parent 4430fce commit 2964242

File tree

2 files changed

+3
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-vertexai

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## Version 2.2b0 (2025-12-19)
911
- Fix overwritten log attributes in vertexai instrumentation
1012
([#3925](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3925))
1113
- Add the `GEN_AI_OUTPUT_TYPE`, `GEN_AI_REQUEST_CHOICE_COUNT` and `GEN_AI_REQUEST_SEED` sem conv request attributes to events/spans generated in the stable instrumentation. This was added pre sem conv 1.36 so it should be in the stable instrumentation. See ([#4011](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4011)).

instrumentation-genai/opentelemetry-instrumentation-vertexai/src/opentelemetry/instrumentation/vertexai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.2b0.dev"
15+
__version__ = "2.3b0.dev"

0 commit comments

Comments
 (0)