-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from qiniu/develop
Develop2Master
- Loading branch information
Showing
9 changed files
with
678 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Release 0.1.0 | ||
- Initial release | ||
# vNext | ||
|
||
# Release 1.1.0 | ||
- AccountClient 相关 API 使用 appd V3 接口 | ||
- 为异步 API 添加同步版本 | ||
- 为 port 添加创建和更新时间 | ||
- 为 job 添加 deps 域 | ||
- 支持 domain 鉴权 | ||
- 为 ServiceInspect 添加 progress 域 | ||
- 修复BUG: 非 nil 空 slice 未被包含在发送 request body 中 | ||
|
||
# Release 1.0.0 | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package kirksdk | ||
|
||
const Version = "1.0.0" | ||
const Version = "1.1.0" |
Oops, something went wrong.