From 285b82eb658ec20f29ec4041832e957e86f0849c Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Tue, 8 Jul 2025 07:30:30 -0300 Subject: [PATCH] Mentioning the AWSBedrockLLMService and AWSPollyTTSService refactors in the changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffb9f36e..94281a1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Refactored `AWSBedrockLLMService` and `AWSPollyTTSService` to work + asynchronously using `aioboto3` instead of the `boto3` library. + - The `UserIdleProcessor` now handles the scenario where function calls take longer than the idle timeout duration. This allows you to use the `UserIdleProcessor` in conjunction with function calls that take a while to