Skip to content

build(deps): bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.53 to 0.7.56 in /services/cos#2360

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/services/cos/github.com/tencentyun/cos-go-sdk-v5-0.7.56
Closed

build(deps): bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.53 to 0.7.56 in /services/cos#2360
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/services/cos/github.com/tencentyun/cos-go-sdk-v5-0.7.56

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 1, 2024

Copy link
Copy Markdown
Contributor

Bumps github.com/tencentyun/cos-go-sdk-v5 from 0.7.53 to 0.7.56.

Release notes

Sourced from github.com/tencentyun/cos-go-sdk-v5's releases.

v0.7.56

1、COS 3xx默认不跟随,COS域名会检验BaseURL格式。 2、CI 新增边转边播多任务创建接口,播放列表任务批量接口

v0.7.55

1、COS增加DeleteReferer方法,PutSymlink内部对SymlinkTarget做urlencode,更新demo规范,更加GetMeta接口和intelligent-tiering v2接口。 2、CI 支持多合一ai识别接口,metainsight增加mode字段,更新VideoTargetRec,支持盲水印3.0和极智压缩,支持kafka回调通知能力,解决jwt库版本安全问题。

v0.7.54

1、COS download方法允许分块可以超过10000, 2、增加sts签名方式并自动更新临时密钥

Changelog

Sourced from github.com/tencentyun/cos-go-sdk-v5's changelog.

v0.7.56 - 2024-11-01

1、COS 3xx默认不跟随,COS域名会检验BaseURL格式。 2、CI 新增边转边播多任务创建接口,播放列表任务批量接口

Merged

Commits

  • 默认不跟随,检验URL 2a003a6
  • 支持边转边播播放列表任务批量接口 1f64e94
  • 新增边转边播多任务创建接口 b335033
  • Updated CHANGELOG.md 08b4159
  • fix ci test 9677c2b

v0.7.55 - 2024-09-12

1、COS增加DeleteReferer方法,PutSymlink内部对SymlinkTarget做urlencode,更新demo规范,更加GetMeta接口和intelligent-tiering v2接口。 2、CI 支持多合一ai识别接口,metainsight增加mode字段,更新VideoTargetRec,支持盲水印3.0和极智压缩,支持kafka回调通知能力,解决jwt库版本安全问题。

Merged

Commits

  • 增加GetMeta接口,增加intelligent-tiering v2接口 b3a9f08
  • 更新demo 8ce4837
  • 支持盲水印3.0和极智压缩 ae68c1f
  • 支持多合一ai识别接口 ce30d02
  • 支持kafka回调通知能力 debfcd1
  • 解决jwt库的版本安全问题 26d3550
  • update VideoTargetRec 8670f9c
  • update presignedurl demo 4257d33
  • 修复demo中问题 41bf4a3
  • Updated CHANGELOG.md 6468769
  • update go.mod 74f414d
  • metainsight add mode b002c8b
  • 支持极智压缩状态参数 38b6730

... (truncated)

Commits
  • 0486a9e Merge pull request #283 from tencentyun/feature_jojoliang_b8918773
  • 9677c2b fix ci test
  • 2a003a6 默认不跟随,检验URL
  • 6de8509 Merge pull request #282 from tencentyun/feature_jojoliang_1a086920
  • bcc8fc4 Merge branch 'dev-livetrascode-yueliu' into 'master' (merge request !110)
  • b335033 新增边转边播多任务创建接口
  • 1f64e94 支持边转边播播放列表任务批量接口
  • 08b4159 Updated CHANGELOG.md
  • 2baec15 Merge pull request #280 from tencentyun/feature_jojoliang_2e155105
  • 74f414d update go.mod
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/tencentyun/cos-go-sdk-v5](https://github.com/tencentyun/cos-go-sdk-v5) from 0.7.53 to 0.7.56.
- [Release notes](https://github.com/tencentyun/cos-go-sdk-v5/releases)
- [Changelog](https://github.com/tencentyun/cos-go-sdk-v5/blob/master/CHANGELOG.md)
- [Commits](tencentyun/cos-go-sdk-v5@v0.7.53...v0.7.56)

---
updated-dependencies:
- dependency-name: github.com/tencentyun/cos-go-sdk-v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
@BeyondRobot BeyondRobot enabled auto-merge (squash) November 1, 2024 16:35
@dependabot @github

dependabot Bot commented on behalf of github Nov 4, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #2361.

@dependabot dependabot Bot closed this Nov 4, 2024
auto-merge was automatically disabled November 4, 2024 16:42

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/services/cos/github.com/tencentyun/cos-go-sdk-v5-0.7.56 branch November 4, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant