Skip to content

Commit

Permalink
chore(version): upgrade version to v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hqer927 committed Sep 13, 2024
1 parent 21a20ab commit 14ffdb6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.3.5](https://github.com/netless-io/flat/compare/v2.3.4...v2.3.5) (2024-09-13)


### Features

* **web**: add cross region user information authorize confirm ([#2155](https://github.com/netless-io/flat/issues/2155)) ([bc104b78](https://github.com/netless-io/flat/commit/bc104b78))
* **service-providers**: add RTM 2.0 ([#2126](https://github.com/netless-io/flat/issues/2126)) ([99d8f12f](https://github.com/netless-io/flat/commit/99d8f12f))



## [2.3.4](https://github.com/netless-io/flat/compare/v2.3.4...v2.3.4) (2024-06-12)


Expand Down
10 changes: 10 additions & 0 deletions docs/releases/v2.3.5/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

## Features

1. Added pop-up window for cross-zone entry
2. Added popup prompt for authorization of audio and video data collection in China

## Improved

1. Modify the China domain name
2. Upgrade rtm1 to rtm2
10 changes: 10 additions & 0 deletions docs/releases/v2.3.5/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 新增

1. 新增跨区域进房间弹窗提示
2. 新增中国区域音视频数据采集授权弹窗提示

## 优化

1. 修改中国区域域名
2. rtm1升级到rtm2

3 changes: 2 additions & 1 deletion scripts/deployment/upload-ali-oss.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const client = new OSS({
// so change the variable to a function
// see: https://github.com/ali-sdk/ali-oss/blob/d3583e8460a062a28e12bd719a1929ea659c1c5e/lib/browser/object.js#L69
const generalAlibabaCloudOSSOptions = () => ({
timeout: 1000 * 60 * 2,
timeout: 1000 * 60 * 3,
});

const uploadBackupFile = objectInfo.map(({ backupPath, localPath, size }) => {
Expand Down Expand Up @@ -135,4 +135,5 @@ const client = new OSS({
});

await Promise.all(uploadEffectFile);
process.exit(0);
})();

0 comments on commit 14ffdb6

Please sign in to comment.