Skip to content

Commit 6868341

Browse files
updates for v1.1.0 release
1 parent 65a2e07 commit 6868341

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7+
## [v1.1.0] — 2026-03-17
8+
9+
### Added
10+
11+
- `GroqTTS` vendor
12+
- `MurfTTS` vendor
13+
14+
### Fixed
15+
16+
- `MiniMaxTTS`: added required `group_id`, `url`, and correctly nested `voice_setting.voice_id` — previously missing, requiring users to bypass the SDK entirely
17+
- `SarvamTTS`: corrected schema to `key` + `speaker` + `target_language_code` (was incorrectly using `api_key`, `voice_id`, `model`)
18+
719
## [v1.0.0] — 2026-03-11
820

921
Initial stable release of the Agora Agent Server SDK for Python.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "agora-agent-server-sdk"
33

44
[tool.poetry]
55
name = "agora-agent-server-sdk"
6-
version = "1.0.0"
6+
version = "1.1.0"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)