We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7871d21 commit a71208dCopy full SHA for a71208d
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# UPYUN Go SDK ChangeLog
2
3
+## Version 2.1.0 (2017.2.14)
4
+
5
+### features
6
7
+1. restruct go sdk
8
+2. support new signature
9
+3. more flexible
10
11
## Version 2.0.0 (2015.12.30)
12
13
### features
upyun/upyun.go
@@ -7,7 +7,7 @@ import (
)
const (
- version = "0.1.0"
+ version = "2.1.0"
defaultChunkSize = 32 * 1024
defaultConnectTimeout = time.Second * 60
0 commit comments