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