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 046f4e7 commit c828db2Copy full SHA for c828db2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [4.6.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.5.1...v4.6.0) (2024-06-06)
4
+
5
6
+### Features
7
8
+* AlipayFormData 支持文件流和文件内容上传文件 ([#134](https://github.com/alipay/alipay-sdk-nodejs-all/issues/134)) ([046f4e7](https://github.com/alipay/alipay-sdk-nodejs-all/commit/046f4e7491bce97ad7aef47713749db57ff4ef8d))
9
10
## [4.5.1](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.5.0...v4.5.1) (2024-06-05)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "alipay-sdk",
- "version": "4.5.1",
+ "version": "4.6.0",
"engines": {
"node": ">=18.0.0"
},
0 commit comments