From 41214236ab0abe25302ed4875aa54f5d16211e10 Mon Sep 17 00:00:00 2001 From: ivaaan Date: Fri, 5 Dec 2025 20:47:04 +0100 Subject: [PATCH] add changelog --- changelog/3195.changed.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/3195.changed.md diff --git a/changelog/3195.changed.md b/changelog/3195.changed.md new file mode 100644 index 000000000..29df2589e --- /dev/null +++ b/changelog/3195.changed.md @@ -0,0 +1,3 @@ +- 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. +