Skip to content

Commit 83678ac

Browse files
publish jdcloud-sdk-go version 0.6.5
1 parent 2474e0b commit 83678ac

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

services/lb/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# 更新历史 #
2-
API版本:0.6.3
2+
API版本:0.6.5
33

44
| 发布时间 | 版本号 | 更新 |说明|
55
|------------|-------|--------------------------------------------------------|---|
6+
| 2024-04-24 | 0.6.5 | *[将部分字段改为 internal](https://joyspace.jd.com/pages/MYA2ioGJTorbY01p1Ae0)* ||
67
| 2024-01-23 | 0.6.4 | *支持给高可用组设置默认权重* ||
78
| 2023-12-25 | 0.6.3 | *增加安全组查询绑定lb接口* ||
89
| 2022-10-24 | 0.6.0 | *1、支持个性化tls配置* ||

services/lb/client/LbClient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewLbClient(credential *core.Credential) *LbClient {
4040
Credential: *credential,
4141
Config: *config,
4242
ServiceName: "lb",
43-
Revision: "0.6.4",
43+
Revision: "0.6.5",
4444
Logger: core.NewDefaultLogger(core.LogInfo),
4545
}}
4646
}

0 commit comments

Comments
 (0)