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 64dfef8 commit 6d35fbaCopy full SHA for 6d35fba
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 7.25.3
3
+
4
+* 修复
5
+ * 分片上传请求头增加 Content-Length
6
7
8
## 7.25.2
9
conf/conf.go
@@ -4,7 +4,7 @@ import (
"github.com/qiniu/go-sdk/v7/internal/env"
)
-const Version = "7.25.1"
+const Version = "7.25.3"
const (
10
CONTENT_TYPE_JSON = "application/json"
0 commit comments