From 484895e2e272a80a6367eed86a8b69fe23992bbb Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Tue, 10 Sep 2024 10:11:15 +0000 Subject: [PATCH] Update the changelog --- integrations/google_vertex/CHANGELOG.md | 58 +++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 integrations/google_vertex/CHANGELOG.md diff --git a/integrations/google_vertex/CHANGELOG.md b/integrations/google_vertex/CHANGELOG.md new file mode 100644 index 000000000..17a730b60 --- /dev/null +++ b/integrations/google_vertex/CHANGELOG.md @@ -0,0 +1,58 @@ +# Changelog + +## [unreleased] + +### ๐Ÿš€ Features + +- Enable streaming for VertexAIGeminiChatGenerator (#1014) +- Add tests for VertexAIGeminiGenerator and enable streaming (#1012) + +### ๐Ÿ› Bug Fixes + +- Remove the use of deprecated gemini models (#1032) +- Chat roles for model responses in chat generators (#1030) + +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) +- Add tests for VertexAIChatGeminiGenerator and migrate from preview package in vertexai (#1042) + +### โš™๏ธ Miscellaneous Tasks + +- Retry tests to reduce flakyness (#836) +- Update ruff invocation to include check parameter (#853) + +## [integrations/google_vertex-v1.1.0] - 2024-03-28 + +## [integrations/google_vertex-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) +- Review google vertex integration (#535) +- Small consistency improvements (#536) +- Disable-class-def (#556) + +### Google_vertex + +- Create api docs (#355) + +## [integrations/google_vertex-v0.2.0] - 2024-01-26 + +## [integrations/google_vertex-v0.1.0] - 2024-01-03 + +### ๐Ÿ› Bug Fixes + +- The default model of VertexAIImagegenerator (#158) + +### โš™๏ธ Miscellaneous Tasks + +- Replace - with _ (#114) + +