Skip to content

Commit b2e3df1

Browse files
committed
version: 发布1.1.2版本
1 parent 531a576 commit b2e3df1

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.2) (2026-04-24)
4+
5+
### Features
6+
7+
* Telemetry: Added OpenTelemetry metrics reporting and introduced `custom_metrics` to support framework metric reporting when parsing remote agent responses.
8+
* Tools: Added `web_search` with DuckDuckGo and Google providers, and added `web_fetch` for webpage content retrieval.
9+
* Docs/Examples: Added usage documentation and examples for `web_search` and `web_fetch`.
10+
11+
### Bug Fixes
12+
13+
* Teams: Fixed parallel delegation signal loss and enabled streaming output in team delegation flows.
14+
315
## [1.1.1](https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.1) (2026-04-20)
416

517
### Features

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
def test_version():
1212
"""Test the version module."""
13-
assert __version__ == '1.1.1'
13+
assert __version__ == '1.1.2'

trpc_agent_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
This module defines the version information for TRPC Agent
1010
"""
1111

12-
__version__ = '1.1.1'
12+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)