Skip to content

Commit ea717b7

Browse files
plutolessclaude
andcommitted
chore: bump version to v2.4.0
Bump root and compat package versions (and the compat agora-agents dependency floor) to v2.4.0, and add the v2.4.0 changelog entry, so the v2.4.0 release tag passes the publish job's version-match check. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c20e751 commit ea717b7

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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+
## [v2.4.0] — 2026-06-30
8+
9+
### Added
10+
11+
- **Area-aware default ASR vendor selection** — The default ASR vendor is now chosen based on the client area, with updated documentation and tests.
12+
- **New engine API vendors** — Adapted agentkit to the new engine API vendors, with refreshed vendor and regional routing guides.
13+
14+
### Changed
15+
16+
- **Gemini / Vertex LLM configuration** — Aligned Gemini and Vertex LLM config handling; the URL is now always included in Gemini and Vertex LLM configurations, and `project_id`, `location`, and `adc_credentials_string` are passed under `params` in the VertexAI configuration.
17+
18+
### Fixed
19+
20+
- **Avatar configurations**`SenseTimeAvatar` now treats `sceneList` as optional, and `AnamAvatar` requires `avatar_id` instead of `persona_id`.
21+
722
## [v2.3.0] — 2026-06-17
823

924
### Added

compat/agora-agent-server-sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "v2.3.0"
6+
version = "v2.4.0"
77
description = "Compatibility shim for the renamed agora-agents package."
88
readme = "README.md"
99
authors = []
@@ -35,7 +35,7 @@ Repository = 'https://github.com/AgoraIO-Conversational-AI/agent-server-sdk-pyth
3535

3636
[tool.poetry.dependencies]
3737
python = "^3.8"
38-
agora-agents = ">=2.3.0,<3.0.0"
38+
agora-agents = ">=2.4.0,<3.0.0"
3939

4040
[build-system]
4141
requires = ["poetry-core"]

pyproject.toml

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

44
[tool.poetry]
55
name = "agora-agents"
6-
version = "v2.3.0"
6+
version = "v2.4.0"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)