Skip to content

Commit

Permalink
bump version to v7.11.0 and update CHANGELOG.md (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Dec 25, 2023
1 parent 5188200 commit 9d4fdc2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## CHANGE LOG
## 7.11.0
- 对象存储,新增支持归档直读存储
- 对象存储,批量操作、解冻操作支持自动查询 rs 服务域名

## 7.10.1
- 对象存储,修复无法上传带有英文双引号的文件

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiniu",
"version": "7.10.1",
"version": "7.11.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
Expand Down
12 changes: 6 additions & 6 deletions test/rs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ describe('test start bucket manager', function () {
name: ruleName,
prefix: 'test',
to_line_after_days: 30,
// to_archive_ir_after_days: 35,
to_archive_ir_after_days: 35,
to_archive_after_days: 40,
to_deep_archive_after_days: 50,
delete_after_days: 65
Expand All @@ -413,7 +413,7 @@ describe('test start bucket manager', function () {
testGet({
prefix: 'test',
to_line_after_days: 30,
// to_archive_ir_after_days: 35,
to_archive_ir_after_days: 35,
to_archive_after_days: 40,
to_deep_archive_after_days: 50,
delete_after_days: 65,
Expand All @@ -429,7 +429,7 @@ describe('test start bucket manager', function () {
name: ruleName,
prefix: 'update_prefix',
to_line_after_days: 30,
// to_archive_ir_after_days: 40,
to_archive_ir_after_days: 40,
to_archive_after_days: 50,
to_deep_archive_after_days: 60,
delete_after_days: 65
Expand All @@ -444,7 +444,7 @@ describe('test start bucket manager', function () {
testGet({
prefix: 'update_prefix',
to_line_after_days: 30,
// to_archive_ir_after_days: 40,
to_archive_ir_after_days: 40,
to_archive_after_days: 50,
to_deep_archive_after_days: 60,
delete_after_days: 65,
Expand Down Expand Up @@ -478,7 +478,7 @@ describe('test start bucket manager', function () {
key,
{
toIaAfterDays: 10,
// toArchiveIRAfterDays: 15,
toArchiveIRAfterDays: 15,
toArchiveAfterDays: 20,
toDeepArchiveAfterDays: 30,
deleteAfterDays: 40
Expand All @@ -504,7 +504,7 @@ describe('test start bucket manager', function () {
key,
{
toIaAfterDays: 10,
// toArchiveIRAfterDays: 15,
toArchiveIRAfterDays: 15,
toArchiveAfterDays: 20,
toDeepArchiveAfterDays: 30,
deleteAfterDays: 40,
Expand Down

0 comments on commit 9d4fdc2

Please sign in to comment.