Skip to content

Latest commit

 

History

History
167 lines (73 loc) · 9.45 KB

File metadata and controls

167 lines (73 loc) · 9.45 KB

Changelog

0.1.18 (2024-11-22)

Bug Fixes

  • add google as provider for openai instrumentor (#1131) (3ef4243)

0.1.17 (2024-10-31)

Bug Fixes

0.1.16 (2024-10-30)

Features

0.1.15 (2024-10-28)

Features

  • openai: add llm provider and system attributes (#1082) (232c031)

Bug Fixes

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

Documentation

0.1.14 (2024-08-16)

Features

0.1.13 (2024-08-10)

Documentation

0.1.12 (2024-08-02)

Bug Fixes

  • set higher lower-bound for OpenInference dependency (#739) (08f9bef)

0.1.11 (2024-08-01)

Bug Fixes

0.1.10 (2024-07-31)

Features

  • Move attribute censorship based on config to common instrumentation (#679) (04f885a)

0.1.9 (2024-07-30)

Features

0.1.8 (2024-07-17)

Bug Fixes

  • openai: missing span when stream response is used as context manager (#591) (ee1fd0e)

0.1.7 (2024-06-27)

Features

  • Add multimodal content arrays to llm messages (#542) (916040d)

0.1.6 (2024-05-21)

Bug Fixes

  • improve openai support for non-ascii characters (#480) (5b9dd64)

0.1.5 (2024-05-09)

Features

  • add tool calling support for sync and async chat completions for mistralai instrumentation (#313) (9889164)
  • OpenAI instrumentation to capture context attributes (#415) (8e0cab9)

Bug Fixes

  • Bump openinference-instrumentation requirement to avoid yanked release (#426) (71b28f2)

Documentation

0.1.4 (2024-03-13)

Features

0.1.3 (2024-02-24)

Features

  • add status description for openai instrumentor (#235) (4ff392e)

Bug Fixes

  • missing dependency typing-extensions (#220) (5b8e2e0)

Documentation

0.1.2 (2024-02-15)

Bug Fixes

  • avoid openai dependency at import time (#216) (3bfc23c)

0.1.1 (2024-02-08)

Bug Fixes

  • python: streaming with_raw_response in openai 1.8.0 (#181) (6c8fcf0)

0.1.0 (2024-01-11)

Features