Skip to content

Commit b123932

Browse files
committed
Release for 1.1.0
1 parent 5cc285d commit b123932

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ AppBuilder-SDK不仅提供了百度智能云提供的基础能力组件,同时
7575

7676
## 如何安装AppBuilder-SDK
7777

78-
#### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.5 (2025-04-05)
78+
#### 百度智能云千帆AppBuilder-SDK 最新版本 1.1.0 (2025-06-20)
7979

8080
百度智能云千帆AppBuilder-SDK 更新记录&最新特性请查阅我们的[版本说明](/docs/DevelopGuide/ChangeLog/changelog.md)
8181

docs/DevelopGuide/ChangeLog/changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,13 @@
9393
* 新增百度AI搜索的MCP Server
9494
* AppBuilderClient调用支持显示DeepSeek-R1思考过程
9595
* **2025.04.05 v1.0.5版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/1.0.5)
96-
* **2025.04.05 v1.0.6版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/1.0.6)
96+
* **2025.04.24 v1.0.6版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/1.0.6)
9797
* 组件MCP SSE Server支持多副本
9898
* 新增 AppBuilder RAG MCP服务
9999
* 新增 AppBuilder Agent MCP服务
100-
* MCP Server支持添加OpenAPI tools
100+
* MCP Server支持添加OpenAPI tools
101+
* **2025.06.20 v1.1.0版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/1.1.0)
102+
* Python/Java 支持AI搜索V2,支持百度搜索
103+
* Python模型列表SDK切换v2接口,新增
104+
* Python/Go/Java 增加应用详情SDK,支持自主规划Agent、工作流Agent
105+
* Java SDK 流式响应支持手动中断

docs/README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDK offers the following essential features fo
4747

4848
## How to install?
4949

50-
#### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.0.6. (2025-04-24)
50+
#### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.1.0. (2025-06-20)
5151

5252
Baidu AI Cloud Qianfan AppBuilder SDK ReleaseNote please refer to our [version description](/docs/DevelopGuide/ChangeLog/changelog.md)
5353

docs/README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDKは、AIアプリケーション開発者
4444

4545
## どのようにインストールしますか?
4646

47-
#### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.0.6(2025-04-24)です
47+
#### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.1.0(2025-06-20)です
4848

4949
Baidu AI Cloud Qianfan AppBuilder SDKのリリースノートについては、[バージョン説明](DevelopGuide/ChangeLog/changelog.md)をご覧ください。
5050

docs/Tools/SphinxSh/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = 'Appbuilder-SDK'
1515
copyright = '2024, baidubce'
1616
author = 'baidubce'
17-
release = '1.0.6'
17+
release = '1.1.0'
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.baidubce</groupId>
88
<artifactId>appbuilder</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>app-builder</name>

python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = '1.0.6'
16+
__version__ = '1.1.0'
1717

1818
import os
1919
import sys

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
setup(
5656
name="appbuilder-sdk",
5757
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
58-
version="1.0.6",
58+
version="1.1.0",
5959
author="dongdaxiang",
6060
author_email="[email protected]",
6161
packages=packages,

0 commit comments

Comments
 (0)