Skip to content

Commit 5d81f09

Browse files
authored
Prepare release for opentelemetry-instrumentation-vertexai v2.2b0 (#4045)
Co-authored-by: otelbot <[email protected]>
1 parent caf8b58 commit 5d81f09

File tree

2 files changed

+2
-2
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-vertexai

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
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

8-
## Unreleased
8+
## Version 2.2b0 (2025-12-19)
99
- Fix overwritten log attributes in vertexai instrumentation
1010
([#3925](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3925))
1111
- 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.2b0"

0 commit comments

Comments
 (0)