Skip to content

Commit 7ad2a3e

Browse files
committed
Add features in aihc and vpc,Fix bug in bos
1 parent 97dfdc7 commit 7ad2a3e

21 files changed

+1825
-80
lines changed

Changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
发行说明:记录每次SDK更新的说明,最新版本的SDK包含以前所有版本的更新内容。
22
---------------------------------------------------------------------
3+
【版本:v0.9.214】
4+
涉及产品:AIHC
5+
增加资源池列表,资源池详情,节点列表,队列列表和队列详情的方法
6+
涉及产品:VPC
7+
查询安全组列表API新增入参字段securityGroupId
8+
涉及产品:BOS
9+
sts client生成签名时,签名时间由client初始化的时间改为请求时间
10+
311
【版本:v0.9.213】
412
涉及产品:MCP
513
font补充color参数

bce/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
// Constants and default values for the package bce
2828
const (
29-
SDK_VERSION = "0.9.213"
29+
SDK_VERSION = "0.9.214"
3030
URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
3131
DEFAULT_DOMAIN = "baidubce.com"
3232
DEFAULT_PROTOCOL = "http"

0 commit comments

Comments
 (0)