From 281d4a1dd1bd5db02d03e7e19166f7558de27a0f Mon Sep 17 00:00:00 2001 From: gouki0123 Date: Wed, 13 Oct 2021 06:52:01 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fac89..d546f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v5.4.24](https://github.com/tencentyun/qcloud-sdk-dotnet/compare/v5.4.23...v5.4.24) - 2021-10-13 + +* PutObject接口支持从文件流上传 +* 新增万象媒体处理部分接口(媒体bucket、媒体截图和媒体信息接口) +* 新增万象内容审核接口(视频审核、音频审核、文本审核和文档审核) +* 支持通过SDK,操作存储桶防盗链配置 + +### Merged + +- Beta [`#22`](https://github.com/tencentyun/qcloud-sdk-dotnet/pull/22) +- Beta [`#21`](https://github.com/tencentyun/qcloud-sdk-dotnet/pull/21) + +### Commits + +- Bug fix [`083318f`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/083318f18f2ab32d7756046b169d60fc74ef8bb1) +- Merge [`dbca9ee`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/dbca9eedb087e5b4d686352aba1145cd34b8057a) +- PutObject支持文件流上传 [`b546be1`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/b546be115164da05cf808ee47d30529535f4381c) +- 支持文本和文档审核接口,修复已知问题 [`75f7fc0`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/75f7fc0ab86d65ed01037b15fcd7674c7b013589) +- 支持提交和获取音频审核任务 [`fbef488`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/fbef4881c681b6fe9653e8875283109338ea67ec) +- 更新兼容版编译target [`fa408b7`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/fa408b77480dcb9226ec2db768768b0c86afc31c) +- 支持提交视频审核任务 [`14f2cc1`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/14f2cc102fccbc6b7bbe896bdda4f978391150e7) +- 支持DescribeMediaBucket, 支持获取视频审核任务详情 [`95b952a`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/95b952a19f6d0f4ca06ca52cf4098d0304303e0f) +- support GetMediaInfo, change GetSnapshot params [`aa1b925`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/aa1b925f2e743636523bd7729d67c78c30ed0261) +- 增加BucketReferer接口 [`276531b`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/276531bc16da43ac04702d04bdbef46eaa707380) +- 支持万象 GetSnapshot() 接口 [`42fbe64`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/42fbe649a54a9f0aa4c78529521221b421f8b020) +- Updated CHANGELOG.md [`f5e072a`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/f5e072a07e2609bb5bb82d603bf87280a49ec97a) + +## [v5.4.23](https://github.com/tencentyun/qcloud-sdk-dotnet/compare/v5.4.22...v5.4.23) - 2021-09-08 + +发布向下兼容至 .Net Framwork 2.0 下的兼容包,改进签名安全性,增加GetObjectUrl接口。 + +### Commits + +- 兼容性重构,使SDK能够在TargetFramework=2.0的环境下运行 [`9645f91`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/9645f91371baaa24fd552bd06a29dcbd9154124a) +- 重构单测用例,单测均已通过 [`399f938`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/399f938b937ec93ad1e3e6eb3a5de8dfcba90646) +- add GetObjectUrl [`9150b9e`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/9150b9ee55cf63c3e2ddc36a20f1336d6e758b97) +- CosResult增加Key字段 [`e041dd5`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/e041dd53c7d60cbf3b61a80e18a5ccdd1b780714) +- 修改兼容模式编译target [`e071542`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/e0715427973a914d9e02097854ee2f201f4da541) +- 代码规范优化 [`d1cb1c2`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/d1cb1c28dfa9f70d0cfc4280d51a6cedf13ca57a) + ## [v5.4.22](https://github.com/tencentyun/qcloud-sdk-dotnet/compare/v5.4.21...v5.4.22) - 2021-08-13 support Append, fix resumable download