Skip to content

Latest commit

 

History

History
223 lines (102 loc) · 12.4 KB

File metadata and controls

223 lines (102 loc) · 12.4 KB

Changelog

0.1.27 (2025-10-10)

Bug Fixes

  • Update build flies and CI env to include Python3.14 (#2294) (48b7a51)

0.1.26 (2025-10-07)

Features

  • litellm: Added Support for responses API in litellm instrumentor (#2209) (1abc662)

0.1.25 (2025-08-18)

Features

0.1.24 (2025-07-15)

Features

  • litellm: track tool schemas from kwargs in litellm completion functions (#1865) (4df17c3)

0.1.23 (2025-07-10)

Bug Fixes

  • litellm: Fixing Invocation Params, Output Messages (#1838) (9f15912)

0.1.22 (2025-06-13)

Bug Fixes

0.1.21 (2025-05-31)

Bug Fixes

0.1.20 (2025-05-30)

Bug Fixes

  • litellm: display tool_calls from model output (#1722) (53c9fa5)

0.1.19 (2025-04-29)

Bug Fixes

  • litellm: remove sensitive info from invocation params (#1571) (fe4f784)

0.1.18 (2025-04-28)

Bug Fixes

  • update lower bound on openinference-semantic-conventions (#1567) (c2f428c)

0.1.17 (2025-04-25)

Bug Fixes

0.1.16 (2025-04-16)

Features

  • reasoning, cache, audio token counts litellm (#1516) (89fd465)

0.1.15 (2025-04-11)

Bug Fixes

  • increased minimum supported version of openinference-instrumentation to 0.1.27 (#1507) (a55edfa)

0.1.14 (2025-03-19)

Bug Fixes

0.1.13 (2025-03-17)

Bug Fixes

0.1.12 (2025-03-14)

Documentation

0.1.11 (2025-02-18)

Features

  • define openinference_instrumentor entry points for all libraries (#1290) (4b69fdc)

0.1.10 (2025-02-11)

Features

  • add entrypoint for use in opentelemetry-instrument (#1278) (2106acf)

0.1.9 (2025-02-05)

Bug Fixes

  • use safe_json_dumps for invocation parameters in litellm instrumentor (#1269) (650dbb9)

0.1.8 (2025-02-04)

Bug Fixes

0.1.7 (2025-02-04)

Features

0.1.6 (2025-01-15)

Bug Fixes

  • Add support for output messages for sync/async (#1188) (0bb96b6)

0.1.5 (2024-10-31)

Bug Fixes

  • increase version lower bound for openinference-instrumentation (#1012) (3236d27)

Documentation

0.1.4 (2024-08-27)

Features

  • liteLLM: Implemented image support and corresponding tests (#900) (f6d11eb)

0.1.3 (2024-08-13)

Features

  • liteLLM: Added suppress tracing to litellm instrumentation (#847) (bda858a)

0.1.2 (2024-08-10)

Features

  • liteLLM: LiteLLM trace config and context attributes propagation (#779) (d104695)

0.1.1 (2024-08-07)

Bug Fixes

  • bump minimum version for openinference-instrumentation (#810) (12e11ea)

Documentation

0.1.0 (2024-07-31)

Features

0.1.0 (2024-07-29)

Features

  • liteLLM functions that have been instrumented:
    • completion()
    • acompletion()
    • completion_with_retries()
    • embedding()
    • aembedding()
    • image_generation()
    • aimage_generation()
  • liteLLM functions that currently don't work:
    • acompletion_with_retries() **

** Currently acompletion_with_retries() is buggy on liteLLM's part. A bug report (BerriAI/litellm#4908) has been filed with liteLLM but for now, the instrumentation and test for acompletion_with_retries() have been commented out