- Warn if LangfuseTracer initialized without tracing enabled (#1231)
- Use text instead of content for ChatMessage in Llama.cpp, Langfuse and Mistral (#1238)
- Chore: Fix tracing_context_var lint errors (#1220)
- Add support for ttft (#1161)
- Adopt uv as installer (#1142)
- Fixed TypeError in LangfuseTrace (#1184)
- Update ruff linting scripts and settings (#1105)
- Fix: Add delay to flush the Langfuse traces (#1091)
- Add invocation_context to identify traces (#1089)
- Langfuse - support generation span for more LLMs (#1087)
- Remove usage of deprecated
ChatMessage.to_openai_format
(#1001)
- Add link to langfuse in LangfuseConnector (#981)
- Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
Langfuse
- replace DynamicChatPromptBuilder with ChatPromptBuilder (#925)- Remove all
DynamicChatPromptBuilder
references in Langfuse integration (#931)
- Ci: install
pytest-rerunfailures
where needed; add retry config totest-cov
script (#845) - Chore: Update Langfuse README to avoid common initialization issues (#952)
- Chore: langfuse - ruff update, don't ruff tests (#992)
- Feat: add support for Azure generators (#815)
- Langfuse integration (#686)
- Performance optimizations and value error when streaming in langfuse (#798)
- Use ChatMessage to_openai_format, update unit tests, pydocs (#725)
- Chore: change the pydoc renderer class (#718)
- Docs: add missing api references (#728)