Skip to content

Releases: last9/python-ai-sdk

Release list

v1.3.0

Choose a tag to compare

@prathamesh-sonpatki prathamesh-sonpatki released this 26 Apr 07:23
10ec55c

[1.3.0] - 2026-04-20

Added

  • install() one-call setup helper that wires TracerProvider,
    LoggerProvider, Last9SpanProcessor, Last9LogToSpanProcessor, the
    OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT env var, and
    OpenAIInstrumentor().instrument(logger_provider=...) (when
    opentelemetry-instrumentation-openai-v2 is installed). Collapses the
    typical six-line boilerplate to a single call.
  • install() returns an InstallHandle dataclass so callers can reach the
    provider (to attach exporters) and call shutdown().
  • Accepts caller-provided tracer_provider / logger_provider, forwards
    cost-tracking kwargs (custom_pricing, enable_cost_tracking, …) through
    to Last9SpanProcessor, and can be opted out of instrumentation / global
    registration.

[1.2.0] - 2026-04-20

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 04:15
7d97dc1

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.2.0