Skip to content

Latest commit

 

History

History
275 lines (188 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

275 lines (188 loc) · 16.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

v5.0.17 - 2024-04-12

What's Changed

  • ut match stage 1 by @chen-honggang in #48
  • improve ut coverage by @chen-honggang in #49
  • update ut lcov by @chen-honggang in #50
  • Feature huberyxxiao 45758700 by @Huberyxiao in #51
  • 图片处理pic operations参数签入签名 by @wqingzhang in #52
  • Feature huberyxxiao ea3d903f by @Huberyxiao in #53
  • 优化 headobject 接口返回内容 by @Huberyxiao in #54
  • Feature huberyxxiao d66f053a by @Huberyxiao in #55

New Contributors

  • @Huberyxiao made their first contribution in #51
  • @wqingzhang made their first contribution in #52

Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.16...v5.0.17

Merged

  • Feature huberyxxiao d66f053a #55
  • 优化 headobject 接口返回内容 #54
  • Feature huberyxxiao ea3d903f #53
  • 图片处理pic operations参数签入签名 #52
  • Feature huberyxxiao 45758700 #51
  • update ut lcov #50
  • improve ut coverage #49
  • ut match stage 1 #48

Commits

v5.0.16 - 2022-10-25

What's Changed

  • support user-define header and params for resumable api by @chen-honggang in #43
  • header-list sort used by ingore case cmp by @chen-honggang in #44
  • COS_MAX_QUERY_ARG_LEN to 2048 by @chen-honggang in #47

Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.15...v5.0.16

Merged

  • COS_MAX_QUERY_ARG_LEN to 2048 #47
  • reset COS_MAX_QUERY_ARG_LEN #46
  • header-list sort used by ingore case cmp #44
  • support user-define header nad params for resumable api #43

Commits

v5.0.15 - 2022-09-09

What's Changed

  • fixed problem that crc64_little maybe infinit loop by @chen-honggang in #41

Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.14...v5.0.15

Merged

  • fixed problem that crc64_little maybe infinit loop #41

Commits

v5.0.14 - 2022-07-11

What's Changed

  • fix crash in cos_resumable_download_file() by @chen-honggang in #40

Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.13...v5.0.14

Merged

  • fix crash in cos_resumable_download_file() #40

Commits

  • fix crash in cos_resumable_download_file() if calc part_num > 10000 3eb7b54
  • Updated CHANGELOG.md cfbb044

v5.0.13 - 2022-06-22

What's Changed

  • opt mem for resume upload & download with cp by @chen-honggang in #37
  • opt the progress value of resuming upload or download by @chen-honggang in #38
  • fix the possible crash in cos_resumable_download_file() by @chen-honggang in #39

Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.12...v5.0.13

Merged

  • fix the possible crash in cos_resumable_download_file() #39
  • opt the progress value of resuming upload or download #38
  • opt mem for resume upload & download with cp #37

Commits

v5.0.12 - 2021-12-08

What's Changed

  • modify demo.c by @chen-honggang in #28
  • add cos_check_bucket_exist cos_check_object_exist and object tagging api by @chen-honggang in #30
  • check config params by @chen-honggang in #31
  • opt presign demo by @chen-honggang in #32
  • add config comment by @chen-honggang in #33
  • add test_download_directory demo by @chen-honggang in #34
  • adjust cos_demo.c for opt by @chen-honggang in #35

Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.11...v5.0.12

Merged

  • adjust cos_demo.c for opt #35
  • add test_download_directory demo #34
  • add config comment #33
  • opt presign demo #32
  • check config params #31
  • add cos_check_bucket_exist cos_check_object_exist and object tagging api #30
  • modify demo.c #28

Commits

  • add object tagging api f9d3f9b
  • add cos_check_bucket_exist and cos_check_object_exist api 2aac6ca
  • presign api fixed ci request error when path style 57677db
  • Updated CHANGELOG.md 9a8780d
  • add comment eec1149

v5.0.11 - 2021-10-29

add cos_gen_presigned_url_safe api & add sign headers and params for safety request

Merged

  • add cos_gen_presigned_url_safe api and add all request to sign headers and params #27

Commits

v5.0.10 - 2021-10-09

add ci auditing & media-process and bucket referer api

Merged

  • add bucket referer api #26
  • modify append_object demo #25
  • add configuration acquisition method in demo detail #24
  • modify comment #23
  • add media process api #22
  • add ci test endpoint var in demo #21
  • add ci video auditing api #20
  • add traffic-limit when get key in demo #19
  • 增加修改存储类型和单链接限速的demo代码 #18
  • add cos_gen_object_url #17

Commits

  • Updated CHANGELOG.md b8b3a15
  • 针对demo中的配置参数增加获取说明 bea6da3
  • 默认不开启限速 6bd8c3f
  • fixed compile error 532d619
  • 单链接限速增加下载对象示例 bb847bf
  • modify uri len 65f32fd

v5.0.9 - 2021-06-11

update ci and add resumable download

Merged

  • update cos resumable download #16
  • add resumable download and ci and demo #15
  • update auth #14

Commits

v5.0.8 - 2021-03-18

fix resp header && add size check

Merged

  • update version #13
  • fix resp headers #12
  • add len check #11

Commits

v5.0.7 - 2020-12-11

add bucket intelligenttiering && fix sts and content-type for resumable upload

Merged

  • fix head bucket #10

Commits

  • Merge pull request #3 from agin719/master 833f92e
  • add bucket intelligenttiering d905a94
  • add auto changelog workflow 472ee69
  • Updated CHANGELOG.md a217110
  • fix sts and content-type for resumable upload 723c045

v5.0.6 - 2020-02-10

support building using mxml after version 3.0

Merged

  • support building using mxml after version 3.0 #6
  • update retry time #8
  • add retry, update version to 5.0.6 #7
  • add website/domain/logging/inventory/tagging #5
  • fix resumable #4
  • add function HEAD Bucket and GET Service, update delete_by_prefix #2

Commits