Skip to content

v1.10.0 release

Choose a tag to compare

@DylanRussell DylanRussell released this 14 Oct 15:36

What's Changed

  • Add space to logging exporter README. Make minor update to releasing.md. by @DylanRussell in #379
  • Update OTLP trace example. by @DylanRussell in #386
  • Add telemetry endpoint to trace examples by @DylanRussell in #395
  • Setup OTel logs and events in quickstart by @aabmass in #397
  • Update quickstart README.md by @aabmass in #400
  • Fix lint and style issues and quickstart with ruff by @aabmass in #399
  • Use uv in instrumentation quickstart by @aabmass in #402
  • Add microsecond precision to quickstart logs by @aabmass in #401
  • Update go dependencies in samples/instrumentation-quickstart/integrationtest by @aabmass in #403
  • LangGraph console agent with instrumentation sample by @aabmass in #404
  • Drop support for python3.7 by @DylanRussell in #408
  • Update Cloud Logging Exporter to handle bytes in dict body by @DylanRussell in #407
  • Bump urllib3 from 2.4.0 to 2.5.0 in /samples/langgraph-sql-agent by @dependabot[bot] in #412
  • Add support for exponential histograms by @tgwizard in #413
  • Remove PatchedVertexAI since the upstream bug is fixed by @aabmass in #415
  • Drop support for python 3.8 by @DylanRussell in #419
  • Add ADK instrumentation sample by @psx95 in #418
  • Add region tags & cleanup ADK Sample by @psx95 in #421
  • Do not write a warning log when LogRecord.body is None by @DylanRussell in #427
  • Cleanup the resource detector code a bit by @DylanRussell in #389
  • Update cloud logging exporter to correctly handle when LogRecord.body is of type Mapping[str, List[Mapping]] by @DylanRussell in #430
  • Use LogRecord.event_name to set the log ID when the gcp log name attribute is not present. by @DylanRussell in #417
  • Update logic in cloud logging exporter to handle various types in LogRecord.attributes by @DylanRussell in #432

New Contributors