Skip to content

Commit 990436e

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

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.3.0] — 2026-06-17
8+
9+
### Added
10+
11+
- **CN vendor support** — Area-aware `Agora`/`AsyncAgora` clients and `Agent` builders (`CNAgent`/`GlobalAgent`) with a CN vendor catalog and CN/global API routing. The bound client does not enforce area/vendor compatibility, so CN and global vendors can be mixed.
12+
- **SenseTime avatar** — Added `SenseTimeAvatar` configuration and validation.
13+
14+
### Changed
15+
16+
- **`turn_detection` accepts a dict**`Agent(turn_detection=...)` now also accepts a plain mapping in addition to the typed config; it is coerced into the request model when the start request is built.
17+
18+
### Fixed
19+
20+
- **Python 3.8 compatibility** — Replaced PEP 585 builtin generics (`list[...]`) in the new vendor models with `typing` equivalents so pydantic can build the models on Python 3.8.
21+
722
## [v2.2.0] — 2026-06-05
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.2.0"
6+
version = "v2.3.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.2.0,<3.0.0"
38+
agora-agents = ">=2.3.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.2.0"
6+
version = "v2.3.0"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)