From 6d8ce95005ffedcfa76347e0d06820f2c8490092 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Fri, 28 Jun 2024 15:49:09 +0000 Subject: [PATCH] Update the changelog --- integrations/amazon_bedrock/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/integrations/amazon_bedrock/CHANGELOG.md b/integrations/amazon_bedrock/CHANGELOG.md index c630391bc..1f6df29b2 100644 --- a/integrations/amazon_bedrock/CHANGELOG.md +++ b/integrations/amazon_bedrock/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [unreleased] + +### 🚀 Features + +- Use non-gated tokenizer as fallback for mistral in AmazonBedrockChatGenerator (#843) + +### ⚙️ Miscellaneous Tasks + +- Retry tests to reduce flakyness (#836) +- Update ruff invocation to include check parameter (#853) + ## [integrations/amazon_bedrock-v0.9.0] - 2024-06-14 ### 🚀 Features