Skip to content

Latest commit

 

History

History
252 lines (111 loc) · 14.9 KB

File metadata and controls

252 lines (111 loc) · 14.9 KB

Changelog

0.1.29 (2024-10-30)

Features

  • Add get_chain_root_span utility for langchain instrumentation (#1054) (4337aa1)
  • support langchain 0.3 (#1045) (ff43e9d)

0.1.28 (2024-09-10)

Bug Fixes

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

0.1.27 (2024-08-10)

Documentation

0.1.26 (2024-08-01)

Bug Fixes

0.1.25 (2024-08-01)

Bug Fixes

  • add token counts for langchain streaming (#669) (06975ed)

0.1.24 (2024-08-01)

Features

  • langchain: capture image in chat message (#645) (32fdd6b)
  • langchain: Enable configuration using common instrumentation pkg (#685) (a6feda3)

0.1.23 (2024-07-25)

Bug Fixes

  • include token counts from langchain ChatAnthropic model (#625) (131c4a1)

0.1.22 (2024-07-17)

Bug Fixes

  • langchain: missing partial variables for chat prompt template (#593) (1cf1889)

0.1.21 (2024-07-09)

Features

  • helper function to get_current_span() for langchain (#578) (b4d78b0)

0.1.20 (2024-06-20)

Bug Fixes

  • langchain: message parsing for langgraph (#534) (ccf0683)

0.1.19 (2024-06-05)

Bug Fixes

  • handle ToolMessage in LangChain instrumentor (#520) (2f42080)

0.1.18 (2024-06-04)

Bug Fixes

0.1.17 (2024-06-03)

Features

Bug Fixes

Documentation

  • minimum working example of a custom retriever (#510) (aa8f655)

0.1.16 (2024-05-21)

Bug Fixes

  • improve langchain support for non-ascii characters (#476) (c1af974)

0.1.15 (2024-05-10)

Features

  • Instrumentation reads session id from metadata (#446) (5490f68)
  • Make langchain instrumentation read context attributes (#419) (0005fa8)

Bug Fixes

  • Bump openinference-instrumentation req to avoid yanked release (#429) (54d0931)
  • Enables uninstrument method on LangchainInstrumentor (#353) (c96ae51)
  • fix formatting and types in langchain instrumentation (#367) (6d79c57)

Documentation

  • Update LangChain instrumentation readme (#349) (6cb1bcf)

0.1.14 (2024-03-20)

Bug Fixes

  • use start and end times from langchain (#304) (9b92169)

0.1.13 (2024-03-20)

Bug Fixes

0.1.12 (2024-03-13)

Features

Bug Fixes

  • metadata as json string in langchain instrumentor (#234) (0cb0850)

0.1.11 (2024-02-24)

Bug Fixes

  • allow instrumentation to be suppressed in langchain instrumentor (#243) (edf20f3)

0.1.10 (2024-02-24)

Bug Fixes

  • ensure langchain metadata is always json serializable (#245) (bb6b08b)

Documentation

0.1.9 (2024-02-15)

Bug Fixes

  • avoid langchain dependency at import time (#222) (a3e1b52)

0.1.8 (2024-02-15)

Bug Fixes

  • retain empty strings for template variables (#213) (c262008)

0.1.7 (2024-02-15)

Bug Fixes

  • replace NaN with none in output JSON (#211) (306241d)

0.1.6 (2024-02-14)

Bug Fixes

0.1.5 (2024-02-12)

Bug Fixes

  • stop attaching context for callback based instrumentors (#192) (c05ab06)

0.1.4 (2024-02-08)

Bug Fixes

  • set langchain template variables as dict (#193) (a7e2679)

0.1.3 (2024-02-08)

Bug Fixes

  • python: parent id for async in langchain-core 0.1.21 (#186) (9e59803)

0.1.2 (2024-02-08)

Features

  • langchain: add support for chain metadata in spans (#175) (f218740)

Bug Fixes

0.1.1 (2024-02-01)

Bug Fixes

0.1.0 (2024-01-26)

Features