diff --git a/integrations/amazon_bedrock/CHANGELOG.md b/integrations/amazon_bedrock/CHANGELOG.md new file mode 100644 index 000000000..c630391bc --- /dev/null +++ b/integrations/amazon_bedrock/CHANGELOG.md @@ -0,0 +1,73 @@ +# Changelog + +## [integrations/amazon_bedrock-v0.9.0] - 2024-06-14 + +### ๐Ÿš€ Features + +- Support Claude v3, Llama3 and Command R models on Amazon Bedrock (#809) + +### ๐Ÿงช Testing + +- Amazon Bedrock - skip integration tests from forks (#801) + +## [integrations/amazon_bedrock-v0.8.0] - 2024-05-23 + +### ๐Ÿ› Bug Fixes + +- Max_tokens typo in Mistral Chat (#740) + +## [integrations/amazon_bedrock-v0.7.1] - 2024-04-24 + +## [integrations/amazon_bedrock-v0.7.0] - 2024-04-16 + +### ๐Ÿš€ Features + +- Add Mistral Amazon Bedrock support (#632) + +### ๐Ÿ“š Documentation + +- Disable-class-def (#556) + +## [integrations/amazon_bedrock-v0.6.0] - 2024-03-11 + +### ๐Ÿš€ Features + +- AmazonBedrockChatGenerator - migrate Anthropic chat models to use messaging API (#545) + +### ๐Ÿ“š Documentation + +- Small consistency improvements (#536) +- Review integrations bedrock (#550) + +## [integrations/amazon_bedrock-v0.5.1] - 2024-02-22 + +### ๐Ÿš€ Features + +- Add Amazon Bedrock chat model support (#333) + +### ๐Ÿ› Bug Fixes + +- Fix order of API docs (#447) + +This PR will also push the docs to Readme + +### ๐Ÿ“š Documentation + +- Update category slug (#442) + +### โš™๏ธ Miscellaneous Tasks + +- Update Amazon Bedrock integration to use new generic callable (de)serializers for their callback handlers (#452) +- Use `serialize_callable` instead of `serialize_callback_handler` in Bedrock (#459) + +## [integrations/amazon_bedrock-v0.3.0] - 2024-01-30 + +### โš™๏ธ Miscellaneous Tasks + +- [**breaking**] Rename `model_name` to `model` in `AmazonBedrockGenerator` (#220) +- Amazon Bedrock subproject refactoring (#293) +- Adjust amazon bedrock helper classes names (#297) + +## [integrations/amazon_bedrock-v0.1.0] - 2024-01-03 + +