-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e66f1d
commit 14a2711
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
<!-- generated by git-cliff --> |