We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f89d680 + 4adf52c commit 8b3db8fCopy full SHA for 8b3db8f
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+2025-04-10 Bumped to version v1.30.0
2
+- vod:
3
+ - 支持流上传
4
+- imagex:
5
+ - 支持分片上传,通过`UploadImages`方法的`chunkUpload`参数进行指定。
6
+ - 支持指定上传文件的存储类型。
7
+ - 修正`UploadImages`指定`SkipCommit`为`true`时返回值的格式。
8
+
9
2025-03-31 Bumped to version v1.29.0
10
- imagex:
11
- 新增一批API
package.json
@@ -1,6 +1,6 @@
{
"name": "@volcengine/openapi",
- "version": "1.29.0",
+ "version": "1.30.0",
"description": "火山引擎OpenAPI SDK nodejs版",
"main": "lib/index.js",
"engines": {
0 commit comments