Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 4.43 KB

File metadata and controls

75 lines (59 loc) · 4.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Version 0.3b0 (2026-02-20)

Version 0.2b0 (2025-10-14)

Version 0.1b0 (2025-09-25)

  • Add completion hook to genai utils to implement semconv v1.37.

    Includes a hook implementation using fsspec to support uploading to various pluggable backends.

    (#3780) (#3752) (#3759) (#3763)

  • Add a utility to parse the OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT environment variable. Add gen_ai_latest_experimental as a new value to the Sem Conv stability flag (#3716).

Added

  • Generate Spans for LLM invocations
  • Helper functions for starting and finishing LLM invocations