Skip to content

Commit

Permalink
Add features in aihc and vpc,Fix bug in bos
Browse files Browse the repository at this point in the history
  • Loading branch information
liegu committed Jan 17, 2025
1 parent 97dfdc7 commit 7ad2a3e
Show file tree
Hide file tree
Showing 21 changed files with 1,825 additions and 80 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
发行说明:记录每次SDK更新的说明,最新版本的SDK包含以前所有版本的更新内容。
---------------------------------------------------------------------
【版本:v0.9.214】
涉及产品:AIHC
增加资源池列表,资源池详情,节点列表,队列列表和队列详情的方法
涉及产品:VPC
查询安全组列表API新增入参字段securityGroupId
涉及产品:BOS
sts client生成签名时,签名时间由client初始化的时间改为请求时间

【版本:v0.9.213】
涉及产品:MCP
font补充color参数
Expand Down
2 changes: 1 addition & 1 deletion bce/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// Constants and default values for the package bce
const (
SDK_VERSION = "0.9.213"
SDK_VERSION = "0.9.214"
URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
DEFAULT_DOMAIN = "baidubce.com"
DEFAULT_PROTOCOL = "http"
Expand Down
Loading

0 comments on commit 7ad2a3e

Please sign in to comment.