From 590e2b016009d171eeb9b3aae95467f295936453 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Thu, 13 Jun 2024 10:27:46 +0000 Subject: [PATCH] Update the changelog --- integrations/langfuse/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 integrations/langfuse/CHANGELOG.md diff --git a/integrations/langfuse/CHANGELOG.md b/integrations/langfuse/CHANGELOG.md new file mode 100644 index 000000000..9e36bedc5 --- /dev/null +++ b/integrations/langfuse/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [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) + +