Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change version #111

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ChangeLog - Aliyun OSS SDK for C
## 版本号:3.11.1 日期:2024-07-26
### 变更内容
- 修复:delete objects 接口解析响应体时可能出现异常的问题

## 版本号:3.11.0 日期:2024-05-29
### 变更内容
- 添加:支持版本签名4
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
阿里云对象存储(Object Storage Service,简称OSS),是阿里云对外提供的海量、安全、低成本、高可靠的云存储服务。用户可以通过调用API,在任何应用、任何时间、任何地点上传和下载数据,也可以通过用户Web控制台对数据进行简单的管理。OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。OSS C SDK提供了一系列接口方便用户使用OSS。

## 版本
- 当前版本:3.11.0
- 当前版本:3.11.1

## 安装方法
### 环境依赖
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability. You can upload and download data on any application anytime and anywhere by calling APIs, and perform simple management of data through the web console. The OSS can store any type of files and therefore applies to various websites, development enterprises and developers. The OSS C SDK provides a variety of interfaces for convenient use of the OSS.

## Version
- Current version: 3.11.0
- Current version: 3.11.1

## Install OSS C SDK
### Environment dependency
Expand Down
2 changes: 1 addition & 1 deletion oss_c_sdk/aos_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ typedef apr_array_header_t aos_array_header_t;
#define CR (char) 13
#define CRLF "\x0d\x0a"

#define AOS_VERSION "3.11.0"
#define AOS_VERSION "3.11.1"
#define AOS_VER "aliyun-sdk-c/" AOS_VERSION

#define AOS_HTTP_PREFIX "http://"
Expand Down
Loading