diff --git a/changelog/3184.added.md b/changelog/3184.added.md index 87c011039..ab297e631 100644 --- a/changelog/3184.added.md +++ b/changelog/3184.added.md @@ -1,4 +1,6 @@ - Additions for `AsyncAITTSService` and `AsyncAIHttpTTSService`: - - Added new `languages`: `pt`, `nl`, `ar`, `ru`, `ro`, `ja`, `he`, `hy`, `tr`, `hi`, `zh`. - - Updated the default model to `asyncflow_multilingual_v1.0` for improved accuracy and broader language coverage. + - Added new `languages`: `pt`, `nl`, `ar`, `ru`, `ro`, `ja`, `he`, `hy`, + `tr`, `hi`, `zh`. + - Updated the default model to `asyncflow_multilingual_v1.0` for improved + accuracy and broader language coverage. diff --git a/changelog/3185.fixed.md b/changelog/3185.fixed.md index 2dcdd4728..bef616aea 100644 --- a/changelog/3185.fixed.md +++ b/changelog/3185.fixed.md @@ -1,2 +1 @@ -- Fixed an issue that caused `WebsocketService` instances to attempt - reconnection during shutdown. +- Fixed an issue that caused `WebsocketService` instances to attempt reconnection during shutdown. diff --git a/changelog/3195.changed.md b/changelog/3195.changed.md index 29df2589e..168f3857d 100644 --- a/changelog/3195.changed.md +++ b/changelog/3195.changed.md @@ -1,3 +1,7 @@ -- Added tracking headers (`X-Hume-Client-Name` and `X-Hume-Client-Version`) to all requests made by `HumeTTSService` to the Hume API for better usage tracking and analytics. -- Added `stop()` and `cancel()` cleanup methods to `HumeTTSService` to properly close the HTTP client and prevent resource leaks. +- `HumeTTSService` changes: + - Added tracking headers (`X-Hume-Client-Name` and `X-Hume-Client-Version`) + to all requests made by `HumeTTSService` to the Hume API for better usage + tracking and analytics. + - Added `stop()` and `cancel()` cleanup methods to `HumeTTSService` to + properly close the HTTP client and prevent resource leaks. diff --git a/changelog/_template.md.j2 b/changelog/_template.md.j2 index e9448e1e4..56b2e60c8 100644 --- a/changelog/_template.md.j2 +++ b/changelog/_template.md.j2 @@ -1,7 +1,6 @@ {% for section, _ in sections.items() %} {% if sections[section] %} {% for category, val in definitions.items() if category in sections[section]%} - ### {{ definitions[category]['name'] }} {% for text, values in sections[section][category].items() %}