feat: support to infer file mime type

This commit is contained in:
buyuxiang
2022-07-18 18:40:42 +08:00
parent ddb0f26138
commit e82b1e253b
2 changed files with 19 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
# Release History
## v4.1.7 (2022-07-11)
## v4.1.7 (2022-07-18)
**go version**
- fix: using '@FILEPATH' to indicate the path of the file
- feat: support indicating type and filename when uploading file
- feat: support to infer MIME type of the file automatically
## v4.1.6 (2022-07-04)