Skip to content

Commit 14ffdb6

Browse files
committed
chore(version): upgrade version to v2.3.5
1 parent 21a20ab commit 14ffdb6

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.3.5](https://github.com/netless-io/flat/compare/v2.3.4...v2.3.5) (2024-09-13)
2+
3+
4+
### Features
5+
6+
* **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))
7+
* **service-providers**: add RTM 2.0 ([#2126](https://github.com/netless-io/flat/issues/2126)) ([99d8f12f](https://github.com/netless-io/flat/commit/99d8f12f))
8+
9+
10+
111
## [2.3.4](https://github.com/netless-io/flat/compare/v2.3.4...v2.3.4) (2024-06-12)
212

313

docs/releases/v2.3.5/en.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
## Features
3+
4+
1. Added pop-up window for cross-zone entry
5+
2. Added popup prompt for authorization of audio and video data collection in China
6+
7+
## Improved
8+
9+
1. Modify the China domain name
10+
2. Upgrade rtm1 to rtm2

docs/releases/v2.3.5/zh.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 新增
2+
3+
1. 新增跨区域进房间弹窗提示
4+
2. 新增中国区域音视频数据采集授权弹窗提示
5+
6+
## 优化
7+
8+
1. 修改中国区域域名
9+
2. rtm1升级到rtm2
10+

scripts/deployment/upload-ali-oss.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const client = new OSS({
7777
// so change the variable to a function
7878
// see: https://github.com/ali-sdk/ali-oss/blob/d3583e8460a062a28e12bd719a1929ea659c1c5e/lib/browser/object.js#L69
7979
const generalAlibabaCloudOSSOptions = () => ({
80-
timeout: 1000 * 60 * 2,
80+
timeout: 1000 * 60 * 3,
8181
});
8282

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

137137
await Promise.all(uploadEffectFile);
138+
process.exit(0);
138139
})();

0 commit comments

Comments
 (0)