diff --git a/integrations/amazon_bedrock/CHANGELOG.md b/integrations/amazon_bedrock/CHANGELOG.md index 1068e870a..8e4350423 100644 --- a/integrations/amazon_bedrock/CHANGELOG.md +++ b/integrations/amazon_bedrock/CHANGELOG.md @@ -1,27 +1,45 @@ # Changelog +## [integrations/amazon_bedrock-v1.1.1] - 2024-12-03 + +### πŸ› Bug Fixes + +- AmazonBedrockChatGenerator with Claude raises moot warning for stream… (#1205) +- Allow passing boto3 config to all AWS Bedrock classes (#1166) + +### 🧹 Chores + +- Fix linting/isort (#1215) + +### πŸŒ€ Miscellaneous + +- Chore: use class methods to create `ChatMessage` (#1222) + ## [integrations/amazon_bedrock-v1.1.0] - 2024-10-23 ### 🚜 Refactor - Avoid downloading tokenizer if `truncate` is `False` (#1152) -### βš™οΈ Miscellaneous Tasks +### βš™οΈ CI - Adopt uv as installer (#1142) + ## [integrations/amazon_bedrock-v1.0.5] - 2024-10-17 ### πŸš€ Features - Add prefixes to supported model patterns to allow cross region model ids (#1127) + ## [integrations/amazon_bedrock-v1.0.4] - 2024-10-16 ### πŸ› Bug Fixes - Avoid bedrock read timeout (add boto3_config param) (#1135) + ## [integrations/amazon_bedrock-v1.0.3] - 2024-10-04 ### πŸ› Bug Fixes @@ -33,10 +51,14 @@ - Remove usage of deprecated `ChatMessage.to_openai_format` (#1007) -### βš™οΈ Miscellaneous Tasks +### 🧹 Chores - Update ruff linting scripts and settings (#1105) +### πŸŒ€ Miscellaneous + +- Modify regex to allow cross-region inference in bedrock (#1120) + ## [integrations/amazon_bedrock-v1.0.1] - 2024-08-19 ### πŸš€ Features @@ -47,6 +69,7 @@ - Normalising ChatGenerators output (#973) + ## [integrations/amazon_bedrock-v1.0.0] - 2024-08-12 ### 🚜 Refactor @@ -57,13 +80,14 @@ - Do not retry tests in `hatch run test` command (#954) + ## [integrations/amazon_bedrock-v0.10.0] - 2024-08-12 ### πŸ› Bug Fixes - Support streaming_callback param in amazon bedrock generators (#927) -### Docs +### πŸŒ€ Miscellaneous - Update AmazonBedrockChatGenerator docstrings (#949) - Update AmazonBedrockGenerator docstrings (#956) @@ -75,11 +99,19 @@ - Use non-gated tokenizer as fallback for mistral in AmazonBedrockChatGenerator (#843) - Made truncation optional for BedrockGenerator (#833) -### βš™οΈ Miscellaneous Tasks +### βš™οΈ CI - Retry tests to reduce flakyness (#836) + +### 🧹 Chores + - Update ruff invocation to include check parameter (#853) +### πŸŒ€ Miscellaneous + +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) +- Add meta deprecration warning (#910) + ## [integrations/amazon_bedrock-v0.9.0] - 2024-06-14 ### πŸš€ Features @@ -96,8 +128,18 @@ - Max_tokens typo in Mistral Chat (#740) +### πŸŒ€ Miscellaneous + +- Chore: change the pydoc renderer class (#718) +- Adding support of "amazon.titan-embed-text-v2:0" (#735) + ## [integrations/amazon_bedrock-v0.7.1] - 2024-04-24 +### πŸŒ€ Miscellaneous + +- Chore: add license classifiers (#680) +- Fix: Fix streaming_callback serialization in AmazonBedrockChatGenerator (#685) + ## [integrations/amazon_bedrock-v0.7.0] - 2024-04-16 ### πŸš€ Features @@ -108,6 +150,11 @@ - Disable-class-def (#556) +### πŸŒ€ Miscellaneous + +- Remove references to Python 3.7 (#601) +- [Bedrock] Added Amazon Bedrock examples (#635) + ## [integrations/amazon_bedrock-v0.6.0] - 2024-03-11 ### πŸš€ Features @@ -119,6 +166,10 @@ - Small consistency improvements (#536) - Review integrations bedrock (#550) +### πŸŒ€ Miscellaneous + +- Docs updates + two additional unit tests (#513) + ## [integrations/amazon_bedrock-v0.5.1] - 2024-02-22 ### πŸš€ Features @@ -129,20 +180,27 @@ - Fix order of API docs (#447) -This PR will also push the docs to Readme - ### πŸ“š Documentation - Update category slug (#442) -### βš™οΈ Miscellaneous Tasks +### 🧹 Chores - 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) +### πŸŒ€ Miscellaneous + +- Amazon bedrock: generate api docs (#326) +- Adopt Secret to Amazon Bedrock (#416) +- Bedrock - remove `supports` method (#456) +- Bedrock refactoring (#455) +- Bedrock Text Embedder (#466) +- Bedrock Document Embedder (#468) + ## [integrations/amazon_bedrock-v0.3.0] - 2024-01-30 -### βš™οΈ Miscellaneous Tasks +### 🧹 Chores - [**breaking**] Rename `model_name` to `model` in `AmazonBedrockGenerator` (#220) - Amazon Bedrock subproject refactoring (#293) @@ -150,4 +208,8 @@ This PR will also push the docs to Readme ## [integrations/amazon_bedrock-v0.1.0] - 2024-01-03 +### πŸŒ€ Miscellaneous + +- [Amazon Bedrock] Add AmazonBedrockGenerator (#153) +