Skip to content

Latest commit

 

History

History
249 lines (109 loc) · 15 KB

File metadata and controls

249 lines (109 loc) · 15 KB

Changelog

0.1.30 (2026-02-24)

Features

  • haystack: Populate LLM Provider & System Attributes (#2743) (5f676be)

0.1.29 (2025-12-04)

Features

  • haystack: align embedding spans with OpenAI/LiteLLM patterns (#2437) (4e9685d)

0.1.28 (2025-11-18)

Features

  • haystack: Added Components instrumentation (#2383) (f22d546)

0.1.27 (2025-10-29)

Features

  • haysack-ai: haystack async pipeline support (#2300) (abd8837)

0.1.26 (2025-10-10)

Bug Fixes

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

0.1.25 (2025-09-30)

Bug Fixes

  • haystack: support base64-encoded embeddings and list[Document] hints (#2245) (75e5a1f)

0.1.24 (2025-05-30)

Bug Fixes

0.1.23 (2025-05-13)

Bug Fixes

  • haystack: fixing ci issues for haystack-ai (#1623) (daffa8e)

0.1.22 (2025-05-11)

Bug Fixes

  • ruff formating fix & bump ruff version in dev requirements (#1600) (076bb79)

0.1.21 (2025-04-28)

Bug Fixes

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

0.1.20 (2025-04-11)

Bug Fixes

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

0.1.19 (2025-03-14)

Documentation

0.1.18 (2025-02-22)

Bug Fixes

  • haystack: update haystack for compatibility with 2.10 (#1295) (2f6c607)

0.1.17 (2025-02-18)

Features

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

0.1.16 (2025-02-11)

Features

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

0.1.15 (2025-02-04)

Bug Fixes

0.1.14 (2025-01-17)

Bug Fixes

  • haystack: ensure compatibility with haystack 2.9 (#1205) (6ee2ebf)

0.1.13 (2024-10-31)

Bug Fixes

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

0.1.12 (2024-08-26)

Bug Fixes

  • haystack: safely get embedding model name (#965) (3a9286b)

0.1.11 (2024-08-23)

Bug Fixes

  • haystack: remove remaining haystack import (#961) (fe62e3f)

0.1.10 (2024-08-23)

Bug Fixes

  • haystack: ensure haystack is not a runtime dependency (#959) (c06813c)

0.1.9 (2024-08-16)

Bug Fixes

  • haystack: ensure important attributes such as span kind are not lost (#917) (963ba4a)
  • haystack: improve heuristic for identifying component type (#919) (bdfbbdb)
  • haystack: improve span names and mask output embeddings (#903) (7c754f3)

0.1.8 (2024-08-15)

Features

0.1.7 (2024-08-15)

Bug Fixes

  • haystack tool calling for OpenAIChatGenerator (#876) (398e2d5)

0.1.6 (2024-08-13)

Features

  • Tool calling support for HaystackInstrumentor (#839) (96586be)

Bug Fixes

  • implement prompt template attributes for prompt builder and add helper functions (#844) (d3dcb5c)

0.1.5 (2024-08-10)

Bug Fixes

  • haystack: Adjust LLM message attributes for Haystack instrumentation to match semantic conventions (#837) (3bde318)
  • Setting of attributes crashes Phoenix and default some components to chain (#818) (230eaef)

Documentation

0.1.4 (2024-08-07)

Bug Fixes

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

Documentation

0.1.3 (2024-08-06)

Features

  • haystack: Add support for ChatPromptBuilder and ChatOpenAIGenerator components (#760) (375800d)

0.1.2 (2024-08-06)

Features

  • haystack: Support context attribute propagation (#755) (1887ef9)

  • Add TraceConfig handling (1887ef9)

Bug Fixes

  • Use of PromptBuider without Documents (1887ef9)

  • Use of Retriever without prompt query embedding (1887ef9)

  • haystack: keep ruff guides consistent across instrumentors (#705) (4293b48)

0.1.1 (2024-08-01)

Bug Fixes

  • haystack: tweak setting of attributes (#701) (c0b31aa)

0.1.0 (2024-07-31)

Features

  • haystack: add instrumentation support (#644) (4626113)