megachangelog
Breaking1.36.0

v1.36.0

This release adds differentiation between request and response models in AI Metadata extraction, and renames AI Metadata field names to align with OpenTelemetry GenAI standards (model renamed to request_model, system renamed to provider). Insights queries using the old field names require migration.

Release Notes

  • #4516 fix: Update AI Metadata field names

    For AI Metadata extracted from extended traces, step.ai.wrap, and step.ai.infer, the .model field has been renamed to .request_model and .system has been renamed .provider to better match the OpenTelemetry GenAI standards.

  • #4518 feat: Differentiate between request and response model for AI Metadata extraction with ai.step.*

    • AI Metadata extracted with ai.step.wrap or ai.step.infer will now differentiate between request and response models

Migration Notes

  • #4516 fix: Update AI Metadata field names

    Insights queries that use AI Metadata fields of .model and .system should be updated to use .request_model and .provider, respectively.

Changelog

🚀 Features

  • Differentiate between request and response model for AI Metadata extraction with ai.step.* (#4518)

🐛 Bug Fixes

  • (release) Open homebrew-tap PRs as ready for review (non-draft) (#4576)
  • Update AI Metadata field names (#4516)

⚙️ Miscellaneous Tasks

  • (go) Move one unit test job to Depot (#4568)

🛡️ Security

  • Address Go vulnerabilities (#4570)
aimetadatabreaking

Source: original entry ↗