Skip to content

Releases: Moduna-AI/python-otel-sdk

v0.1.6

Choose a tag to compare

@sjashwin sjashwin released this 28 May 16:48

What's Changed

  • Add README badges for PyPI version, Python versions, package status, license, GitHub release, publish workflow, and downloads.
  • Update README installation examples for the moduna PyPI distribution.
  • Remove the Vercel AI SDK note from the Python README.
  • Bump patch version to 0.1.6.

Verification

  • Built wheel and sdist locally.
  • Confirmed wheel METADATA and sdist PKG-INFO both report Name: moduna and Version: 0.1.6.

v0.1.5

Choose a tag to compare

@sjashwin sjashwin released this 28 May 16:37

What's Changed

  • Rename the PyPI distribution metadata to moduna to match the trusted publisher/project configuration.
  • Bump patch version to 0.1.5.
  • Update uv.lock to match the editable project name and version.

Verification

  • Built wheel and sdist locally.
  • Confirmed wheel METADATA and sdist PKG-INFO both report Name: moduna and Version: 0.1.5.

Tests were not run.

v0.1.4

Choose a tag to compare

@sjashwin sjashwin released this 28 May 16:32

What's Changed

  • Rename the Python package distribution in pyproject.toml from moduna-otel to moduna_otel.
  • Bump patch version to 0.1.4.
  • Update uv.lock for the patch version.

Tests were not run per request.

v0.1.3

Choose a tag to compare

@sjashwin sjashwin released this 28 May 14:53

What's Changed

  • Bump moduna-otel to 0.1.3.
  • Improve LangChain telemetry attributes with expanded GenAI and LangSmith coverage.
  • Add PEP 561 typing marker and typed internal modules.
  • Add Google LangChain integration coverage.

Verification

  • uv run pytest
  • uv run ruff check .
  • uv run basedpyright
  • uv build --out-dir /private/tmp/moduna-otel-build