From 8b7918b488ff28710793e9a7a5c6df8c672f5a34 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Tue, 19 Nov 2024 16:08:08 +0000 Subject: [PATCH] Update the changelog --- integrations/google_ai/CHANGELOG.md | 47 ++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/integrations/google_ai/CHANGELOG.md b/integrations/google_ai/CHANGELOG.md index 8f09db79a..7171b0069 100644 --- a/integrations/google_ai/CHANGELOG.md +++ b/integrations/google_ai/CHANGELOG.md @@ -1,15 +1,23 @@ # Changelog +## [integrations/google_ai-v3.0.2] - 2024-11-19 + +### ๐Ÿ› Bug Fixes + +- Fix missing usage metadata in GoogleAIGeminiChatGenerator (#1195) + + ## [integrations/google_ai-v3.0.0] - 2024-11-12 ### ๐Ÿ› Bug Fixes - `GoogleAIGeminiGenerator` - remove support for tools and change output type (#1177) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Adopt uv as installer (#1142) + ## [integrations/google_ai-v2.0.1] - 2024-10-15 ### ๐Ÿš€ Features @@ -26,16 +34,22 @@ - Do not retry tests in `hatch run test` command (#954) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Retry tests to reduce flakyness (#836) + +### ๐Ÿงน Chores + - Update ruff invocation to include check parameter (#853) - Update ruff linting scripts and settings (#1105) -### Docs +### ๐ŸŒ€ Miscellaneous +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) +- Fix Google AI tests failing (#885) - Update GeminiGenerator docstrings (#964) - Update GoogleChatGenerator docstrings (#962) +- Feat: enable streaming in GoogleAIGemini (#1016) ## [integrations/google_ai-v1.1.0] - 2024-06-05 @@ -43,31 +57,50 @@ - Handle `TypeError: Could not create Blob` in `GoogleAIGeminiChatGenerator` (#772) +### ๐ŸŒ€ Miscellaneous + +- Chore: add license classifiers (#680) +- Chore: change the pydoc renderer class (#718) +- Fix Google AI integration tests (#786) +- Test: Fix tests skipping for Google AI integration (#788) + ## [integrations/google_ai-v1.0.0] - 2024-03-27 ### ๐Ÿ› Bug Fixes - Fix order of API docs (#447) -This PR will also push the docs to Readme - ### ๐Ÿ“š Documentation - Update category slug (#442) - Disable-class-def (#556) +### ๐ŸŒ€ Miscellaneous + +- Google AI - review docstrings (#533) +- Make tests show coverage (#566) +- Remove references to Python 3.7 (#601) +- Google Generators: change `answers` to `replies` (#626) + ## [integrations/google_ai-v0.2.0] - 2024-02-15 -### Google_ai +### ๐ŸŒ€ Miscellaneous - Create api docs (#354) +- Google AI - new secrets management (#424) ## [integrations/google_ai-v0.1.0] - 2024-01-25 -### Refact +### ๐ŸŒ€ Miscellaneous +- Add docstrings for `GoogleAIGeminiGenerator` and `GoogleAIGeminiChatGenerator` (#175) - [**breaking**] Adjust import paths (#268) ## [integrations/google_ai-v0.0.1] - 2024-01-03 +### ๐ŸŒ€ Miscellaneous + +- Gemini with Makersuite (#156) +- Fix google_ai integration versioning +