Skip to content

Commit 1f39974

Browse files
raychen911weimch
authored andcommitted
version: 发布1.1.2.post1版本
1 parent aa7e513 commit 1f39974

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.1.2.post1](https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.2.post1) (2026-04-29)
4+
5+
### Features
6+
7+
* Session: Updated session summarization to retain full conversation history while marking summarized events as model-invisible.
8+
* Session: Added backend-threaded summarization execution to avoid blocking front-end conversation turns.
9+
* Skill: Added multi-user support for skill operations.
10+
11+
### Bug Fixes
12+
13+
* Code Execution: Fixed the conflict between code execution and tool invocation where tool data could be lost after code execution.
14+
* MCP: Added support for parsing and returning multiple MCP tool results in a single response.
15+
316
## [1.1.2](https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.2) (2026-04-24)
417

518
### 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.2'
13+
assert __version__ == '1.1.2.post1'

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.2'
12+
__version__ = '1.1.2.post1'

0 commit comments

Comments
 (0)