@@ -1,8 +1,9 @@
# ChangeLog - Aliyun OSS SDK for Go
-## 版本号:1.5.2 日期:2017-08-31
+## 版本号:1.6.0 日期:2017-09-01
### 变更内容
- 修复:URL中特殊字符的编码问题
+ - 变更:不再支持Golang 1.4
## 版本号:1.5.1 日期:2017-08-04
@@ -13,10 +13,10 @@
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
## 版本
-> - 当前版本:1.5.2
+> - 当前版本:1.6.0
## 运行环境
-> - 推荐使用Go 1.4及以上。
+> - 推荐使用Go 1.5及以上。
## 安装方法
### GitHub安装
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
## Version
-> - Current version: 1.5.2.
+> - Current version: 1.6.0.
## Running Environment
-> - Go 1.4 or above is recommended.
+> - Go 1.5 or above is recommended.
## Installing
### Install the SDK through GitHub
@@ -128,5 +128,5 @@ const (
CheckpointFileSuffix = ".cp" // Checkpoint文件后缀
- Version = "1.5.2" // Go sdk版本
+ Version = "1.6.0" // Go sdk版本
)