Mentioning the AWSBedrockLLMService and AWSPollyTTSService refactors in the changelog.

This commit is contained in:
Filipi Fuchter
2025-07-08 07:30:30 -03:00
parent 74da197304
commit 285b82eb65

View File

@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### 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 - The `UserIdleProcessor` now handles the scenario where function calls take
longer than the idle timeout duration. This allows you to use the longer than the idle timeout duration. This allows you to use the
`UserIdleProcessor` in conjunction with function calls that take a while to `UserIdleProcessor` in conjunction with function calls that take a while to