Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.16 KB

File metadata and controls

53 lines (28 loc) · 1.16 KB

Changelog

[integrations/langfuse-v0.5.0] - 2024-10-01

⚙️ Miscellaneous Tasks

  • Update ruff linting scripts and settings (#1105)

Langfuse

  • Add invocation_context to identify traces (#1089)

[integrations/langfuse-v0.4.0] - 2024-09-17

🚀 Features

  • Langfuse - support generation span for more LLMs (#1087)

🚜 Refactor

  • Remove usage of deprecated ChatMessage.to_openai_format (#1001)

📚 Documentation

  • Add link to langfuse in LangfuseConnector (#981)

🧪 Testing

  • Do not retry tests in hatch run test command (#954)

⚙️ Miscellaneous Tasks

  • Retry tests to reduce flakyness (#836)
  • Langfuse - replace DynamicChatPromptBuilder with ChatPromptBuilder (#925)
  • Remove all DynamicChatPromptBuilder references in Langfuse integration (#931)

[integrations/langfuse-v0.2.0] - 2024-06-18

[integrations/langfuse-v0.1.0] - 2024-06-13

🚀 Features

  • Langfuse integration (#686)

🐛 Bug Fixes

  • Performance optimizations and value error when streaming in langfuse (#798)

⚙️ Miscellaneous Tasks

  • Use ChatMessage to_openai_format, update unit tests, pydocs (#725)