File tree 4 files changed +32
-1
lines changed
4 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## [ 2.3.4] ( https://github.com/netless-io/flat/compare/v2.3.4...v2.3.4 ) (2024-06-12)
2
12
3
13
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ ## 新增
2
+
3
+ 1 . 新增跨区域进房间弹窗提示
4
+ 2 . 新增中国区域音视频数据采集授权弹窗提示
5
+
6
+ ## 优化
7
+
8
+ 1 . 修改中国区域域名
9
+ 2 . rtm1升级到rtm2
10
+
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const client = new OSS({
77
77
// so change the variable to a function
78
78
// see: https://github.com/ali-sdk/ali-oss/blob/d3583e8460a062a28e12bd719a1929ea659c1c5e/lib/browser/object.js#L69
79
79
const generalAlibabaCloudOSSOptions = ( ) => ( {
80
- timeout : 1000 * 60 * 2 ,
80
+ timeout : 1000 * 60 * 3 ,
81
81
} ) ;
82
82
83
83
const uploadBackupFile = objectInfo . map ( ( { backupPath, localPath, size } ) => {
@@ -135,4 +135,5 @@ const client = new OSS({
135
135
} ) ;
136
136
137
137
await Promise . all ( uploadEffectFile ) ;
138
+ process . exit ( 0 ) ;
138
139
} ) ( ) ;
You can’t perform that action at this time.
0 commit comments