From a04dae99c9d6e38e63a662a2f3ba2e9edc8d0f1b Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Tue, 15 Oct 2024 12:51:27 +0000 Subject: [PATCH] Update the changelog --- integrations/google_ai/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/google_ai/CHANGELOG.md b/integrations/google_ai/CHANGELOG.md index 0fc7ce0ab..3f3ecaf79 100644 --- a/integrations/google_ai/CHANGELOG.md +++ b/integrations/google_ai/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog -## [unreleased] +## [integrations/google_ai-v2.0.1] - 2024-10-15 + +### ๐Ÿš€ Features + +- Add chatrole tests and meta for GeminiChatGenerators (#1090) ### ๐Ÿ› Bug Fixes - Remove the use of deprecated gemini models (#1032) +- Chat roles for model responses in chat generators (#1030) +- Make sure that streaming works with function calls - (drop python3.8) (#1137) ### ๐Ÿงช Testing @@ -14,6 +20,7 @@ - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +- Update ruff linting scripts and settings (#1105) ### Docs