You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v3.2.8: Docker bind fix, docs & version bump
Containers now bind to 0.0.0.0 by default for reliable port mapping, resolving WebSocket and HTTP 502 issues in Docker. Documentation (EN/ZH) updated with HOST override guidance. UI, health endpoints, translations, and package metadata updated to v3.2.8 for consistent version reporting and release prep.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [3.2.8] - 2025-09-16
9
+
10
+
### 🐳 Docker Reliability Improvements
11
+
12
+
- Containers now bind to `0.0.0.0` by default when running under Docker, resolving WebSocket startup loops and HTTP 502 errors when exposing port 8000.
13
+
- Health endpoints and UI badges report the correct v3.2.8 identifier so deployments reflect the running build instantly.
14
+
15
+
### 📘 Documentation & Release Prep
16
+
17
+
- README (EN/ZH) updated with guidance for overriding the bind host via the `HOST` environment variable.
18
+
- Package metadata, translations, and distribution manifests bumped for the v3.2.8 Python and container releases.
Copy file name to clipboardExpand all lines: ttsfm-web/translations/en.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,8 +152,8 @@
152
152
"feature_auto_combine": "Auto-combine feature - Automatically handles long text (>4096 chars) by splitting and combining audio",
153
153
"feature_validation": "Text length validation - Smart validation with configurable limits",
154
154
"feature_monitoring": "Real-time monitoring - Status endpoints and health checks",
155
-
"new_version": "New in v3.2.3:",
156
-
"new_version_desc": "Enhanced `/v1/audio/speech` endpoint with intelligent auto-combine feature. Streamlined web interface with clean, user-friendly design and automatic long-text handling!",
155
+
"new_version": "New in v3.2.8:",
156
+
"new_version_desc": "Docker images now bind to 0.0.0.0 automatically, fixing localhost-only launches and 502 errors. Docs were refreshed with Host override guidance for locked-down deployments.",
157
157
"authentication_title": "Authentication",
158
158
"authentication_desc": "Currently, the API supports optional API key authentication. If configured, include your API key in the request headers.",
0 commit comments