@rocket.chat/rest-typings 6.10.8 → 6.10.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,40 @@
|
|
1
1
|
# @rocket.chat/rest-typings
|
2
2
|
|
3
|
+
## 6.10.10
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Adds simple app subprocess metrics report
|
8
|
+
|
9
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Attempts to restart an app subprocess if the spawn command fails
|
10
|
+
|
11
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Fixes an issue while collecting the error message from a failed restart attempt of an app subprocess
|
12
|
+
|
13
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Prevents app:getStatus requests from timing out in some cases
|
14
|
+
|
15
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed
|
16
|
+
|
17
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Fixes error propagation when trying to get the status of apps in some cases
|
18
|
+
|
19
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Fixes wrong data being reported to total failed apps metrics and statistics
|
20
|
+
|
21
|
+
- ([#34906](https://github.com/RocketChat/Rocket.Chat/pull/34906)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
|
22
|
+
|
23
|
+
- <details><summary>Updated dependencies [50837dd102, 50837dd102, 50837dd102, 50837dd102, 50837dd102, 50837dd102, 50837dd102, 50837dd102]:</summary>
|
24
|
+
|
25
|
+
- @rocket.chat/message-parser@0.31.32
|
26
|
+
- @rocket.chat/core-typings@6.10.10
|
27
|
+
</details>
|
28
|
+
|
29
|
+
## 6.10.9
|
30
|
+
|
31
|
+
### Patch Changes
|
32
|
+
|
33
|
+
- <details><summary>Updated dependencies []:</summary>
|
34
|
+
|
35
|
+
- @rocket.chat/core-typings@6.10.9
|
36
|
+
</details>
|
37
|
+
|
3
38
|
## 6.10.8
|
4
39
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rocket.chat/rest-typings",
|
3
|
-
"version": "6.10.
|
3
|
+
"version": "6.10.10",
|
4
4
|
"devDependencies": {
|
5
5
|
"@rocket.chat/eslint-config": "^0.7.0",
|
6
6
|
"@types/jest": "~29.5.7",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"/dist"
|
25
25
|
],
|
26
26
|
"dependencies": {
|
27
|
-
"@rocket.chat/apps-engine": "1.43.
|
28
|
-
"@rocket.chat/core-typings": "^6.10.
|
29
|
-
"@rocket.chat/message-parser": "^0.31.
|
27
|
+
"@rocket.chat/apps-engine": "1.43.5",
|
28
|
+
"@rocket.chat/core-typings": "^6.10.10",
|
29
|
+
"@rocket.chat/message-parser": "^0.31.32",
|
30
30
|
"@rocket.chat/ui-kit": "~0.35.0",
|
31
31
|
"ajv": "^8.11.0",
|
32
32
|
"ajv-formats": "^2.1.1"
|