Skip to content

Commit ea7ee1d

Browse files
committed
chore: bump version to 3.2.9; update docker image reference
1 parent c3cce5f commit ea7ee1d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Techmo TTS gRPC Python client Changelog
22

3+
## [3.2.9] - 2026-03-30
4+
5+
### Changed
6+
7+
- Switch from local proto generation to the `tts-api` package dependency.
8+
No proto submodule and no `build_grpc` step required anymore — run `./install.sh` and you're ready.
9+
10+
### Fixed
11+
12+
- `install.sh`: false "libportaudio2 not found" warning no longer appears when the library
13+
is installed (switched from stale `ldconfig` cache check to `dpkg-query`).
14+
- `README.md`: corrected several wrong CLI option names (`--input-path`, `--sampling-rate-hz`,
15+
`--language-code`) and added missing TLS options and `--max-frame-size` to the options table.
16+
- `docker/run.sh`: updated bundled image version reference.
17+
18+
319
## [3.2.8] - 2026-03-25
420

521
### Fixed

docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -euo pipefail
99
IFS=$'\n\t'
1010

11-
IMAGE_VERSION=3.2.8
11+
IMAGE_VERSION=3.2.9
1212

1313
SCRIPT=$(realpath "$0")
1414
SCRIPTPATH=$(dirname "${SCRIPT}")

tts_client_python/VERSION.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TTS_CLIENT_PYTHON_VERSION = "3.2.8"
1+
TTS_CLIENT_PYTHON_VERSION = "3.2.9"

0 commit comments

Comments
 (0)