Skip to content

opentelemetry-instrumentation-google-genai 1.0b1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 19:01
d168d3e

This is a patch release on the previous 1.0b0 release, fixing the issue(s) below.

Added

  • Add Weaver conformance test scenarios for generate_content, interactions.create, and embed_content. (#232)

Changed

  • Bump dependencies: opentelemetry-api from ~= 1.40 to ~= 1.43, opentelemetry-instrumentation and opentelemetry-semantic-conventions from >= 0.61b0 to >= 0.64b0, and opentelemetry-util-genai from >= 0.4b0 to >= 1.0b0. (#244)
  • Bump minimum required version of opentelemetry-api to 1.43.0, opentelemetry-instrumentation/opentelemetry-semantic-conventions to 0.64b0, and wrapt to 1.17.0. (#254)

Fixed

  • Fix minimum version of opentelemetry-util-genai dependency. (#248)
  • Ensure __code__.co_filename on wrapped functions matches the instrumentation file path. (#260)