Skip to content

Commit 4d9c873

Browse files
committed
Merge remote-tracking branch 'origin/master' into release-8.5.0
2 parents 10a6f18 + 44bc400 commit 4d9c873

8 files changed

Lines changed: 179 additions & 123 deletions

File tree

apps/meteor/CHANGELOG.md

Lines changed: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### Patch Changes
66

77
- Bump @rocket.chat/meteor version.
8-
98
- <details><summary>Updated dependencies []:</summary>
109

1110
- @rocket.chat/core-typings@8.5.0-rc.4
@@ -17,7 +16,6 @@
1716
### Patch Changes
1817

1918
- Bump @rocket.chat/meteor version.
20-
2119
- ([#40635](https://github.com/RocketChat/Rocket.Chat/pull/40635) by [@copilot-swe-agent](https://github.com/copilot-swe-agent)) Fixes the Chat Limits locking mechanism to allow bot agents to skip the lock as they aren't limited
2220

2321
- <details><summary>Updated dependencies []:</summary>
@@ -173,6 +171,76 @@
173171
- @rocket.chat/network-broker@0.2.36-rc.0
174172
- @rocket.chat/ui-avatar@27.0.0-rc.0
175173
- @rocket.chat/ui-video-conf@31.0.0-rc.0
174+
175+
</details>
176+
177+
## 8.4.3
178+
179+
### Patch Changes
180+
181+
- Bump @rocket.chat/meteor version.
182+
- Bump @rocket.chat/meteor version.
183+
184+
- ([#40771](https://github.com/RocketChat/Rocket.Chat/pull/40771) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes the Chat Limits locking mechanism to allow bot agents to skip the lock as they aren't limited
185+
186+
- <details><summary>Updated dependencies []:</summary>
187+
188+
- @rocket.chat/core-typings@8.4.3
189+
- @rocket.chat/rest-typings@8.4.3
190+
</details>
191+
192+
## 8.4.2
193+
194+
### Patch Changes
195+
196+
- ([#40627](https://github.com/RocketChat/Rocket.Chat/pull/40627) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures OAuth tokens are cleaned up after user deactivation
197+
198+
- Bump @rocket.chat/meteor version.
199+
200+
- Bump @rocket.chat/meteor version.
201+
202+
- ([#40527](https://github.com/RocketChat/Rocket.Chat/pull/40527) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes the `users.presence` endpoint returning an empty array when called with multiple comma-separated IDs, caused by `ajvQuery` coercing the string into a single-element array after the OpenAPI migration
203+
204+
- ([#40559](https://github.com/RocketChat/Rocket.Chat/pull/40559) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures that deactivated users have their login tokens cleaned up in users.deactivateidle
205+
206+
- ([#40539](https://github.com/RocketChat/Rocket.Chat/pull/40539) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures the Meteor method for translateMessage validates access and types
207+
208+
- ([#40577](https://github.com/RocketChat/Rocket.Chat/pull/40577) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures the visitor token is not present in the visitors.info response
209+
210+
- ([#40547](https://github.com/RocketChat/Rocket.Chat/pull/40547) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures the autotranslate.translateMessage endpoint checks for room access
211+
212+
- <details><summary>Updated dependencies [b0c593db9bc0bbbb603e673ddcdc48aad4f4e721, f422eb613d8cae43dc1e44d71b6ecb5a0a9c5d92, 3a3f0e1103bd0b8aaf93c16300ed664aed7a67a1]:</summary>
213+
214+
- @rocket.chat/model-typings@2.2.2
215+
- @rocket.chat/models@2.2.2
216+
- @rocket.chat/rest-typings@8.4.2
217+
- @rocket.chat/core-typings@8.4.2
218+
</details>
219+
220+
## 8.4.1
221+
222+
### Patch Changes
223+
224+
- Bump @rocket.chat/meteor version.
225+
226+
### Patch Changes
227+
228+
- Bump @rocket.chat/meteor version.
229+
- Bump @rocket.chat/meteor version.
230+
231+
- ([#40410](https://github.com/RocketChat/Rocket.Chat/pull/40410) by [@dionisio-bot](https://github.com/dionisio-bot)) Disables SAML login when it is set to validate signatures without the proper configuration for it
232+
233+
- ([#40459](https://github.com/RocketChat/Rocket.Chat/pull/40459) by [@dionisio-bot](https://github.com/dionisio-bot)) Allows users to search for attribute values when assigning them to rooms
234+
235+
- ([#40410](https://github.com/RocketChat/Rocket.Chat/pull/40410) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
236+
237+
- <details><summary>Updated dependencies [5b291c38600757482aaf261a02487abdf5f14007]:</summary>
238+
239+
- @rocket.chat/model-typings@2.2.1
240+
- @rocket.chat/core-typings@8.4.1
241+
- @rocket.chat/models@2.2.1
242+
- @rocket.chat/i18n@3.0.1
243+
- @rocket.chat/rest-typings@8.4.1
176244
</details>
177245

178246
## 8.4.0

packages/apps-engine/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
},
6767
"devDependencies": {
6868
"@rocket.chat/ui-kit": "workspace:~",
69-
"@types/node": "~22.16.5",
70-
"eslint": "~9.39.3",
69+
"@types/node": "~22.19.17",
70+
"eslint": "~9.39.4",
7171
"npm-run-all": "^4.1.5",
7272
"rimraf": "^6.0.1",
73-
"typedoc": "~0.28.16",
73+
"typedoc": "~0.28.10",
7474
"typescript": "~5.9.3"
7575
},
7676
"volta": {

packages/core-typings/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636
- @rocket.chat/ui-kit@1.1.0-rc.0
3737
</details>
3838

39+
## 8.4.3
40+
41+
## 8.4.2
42+
43+
## 8.4.1
44+
45+
### Patch Changes
46+
47+
- ([#40410](https://github.com/RocketChat/Rocket.Chat/pull/40410) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
48+
3949
## 8.4.0
4050

4151
### Minor Changes

packages/i18n/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636

3737
- ([#40405](https://github.com/RocketChat/Rocket.Chat/pull/40405)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
3838

39+
## 3.0.1
40+
41+
### Patch Changes
42+
43+
- ([#40410](https://github.com/RocketChat/Rocket.Chat/pull/40410) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
44+
3945
## 3.0.0
4046

4147
### Minor Changes

packages/model-typings/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,30 @@
3434
- @rocket.chat/core-typings@8.5.0-rc.0
3535
</details>
3636

37+
## 2.2.2
38+
39+
### Patch Changes
40+
41+
- ([#40627](https://github.com/RocketChat/Rocket.Chat/pull/40627) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures OAuth tokens are cleaned up after user deactivation
42+
43+
- ([#40559](https://github.com/RocketChat/Rocket.Chat/pull/40559) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures that deactivated users have their login tokens cleaned up in users.deactivateidle
44+
45+
- <details><summary>Updated dependencies []:</summary>
46+
47+
- @rocket.chat/core-typings@8.4.2
48+
</details>
49+
50+
## 2.2.1
51+
52+
### Patch Changes
53+
54+
- ([#40410](https://github.com/RocketChat/Rocket.Chat/pull/40410) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
55+
56+
- <details><summary>Updated dependencies [5b291c38600757482aaf261a02487abdf5f14007]:</summary>
57+
58+
- @rocket.chat/core-typings@8.4.1
59+
</details>
60+
3761
## 2.2.0
3862

3963
### Minor Changes

packages/models/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,34 @@
3838
- @rocket.chat/model-typings@2.3.0-rc.0
3939
- @rocket.chat/rest-typings@8.5.0-rc.0
4040
- @rocket.chat/core-typings@8.5.0-rc.0
41+
42+
## 2.2.2
43+
44+
### Patch Changes
45+
46+
- ([#40627](https://github.com/RocketChat/Rocket.Chat/pull/40627) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures OAuth tokens are cleaned up after user deactivation
47+
48+
- ([#40559](https://github.com/RocketChat/Rocket.Chat/pull/40559) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures that deactivated users have their login tokens cleaned up in users.deactivateidle
49+
50+
- <details><summary>Updated dependencies [b0c593db9bc0bbbb603e673ddcdc48aad4f4e721, f422eb613d8cae43dc1e44d71b6ecb5a0a9c5d92, 3a3f0e1103bd0b8aaf93c16300ed664aed7a67a1]:</summary>
51+
52+
- @rocket.chat/model-typings@2.2.2
53+
- @rocket.chat/rest-typings@8.4.2
54+
- @rocket.chat/core-typings@8.4.2
55+
</details>
56+
</details>
57+
58+
## 2.2.1
59+
60+
### Patch Changes
61+
62+
- ([#40410](https://github.com/RocketChat/Rocket.Chat/pull/40410) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
63+
64+
- <details><summary>Updated dependencies [5b291c38600757482aaf261a02487abdf5f14007]:</summary>
65+
66+
- @rocket.chat/model-typings@2.2.1
67+
- @rocket.chat/core-typings@8.4.1
68+
- @rocket.chat/rest-typings@8.4.1
4169
</details>
4270

4371
## 2.2.0

packages/rest-typings/CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
### Patch Changes
66

77
- <details><summary>Updated dependencies []:</summary>
8-
9-
- @rocket.chat/core-typings@8.5.0-rc.4
8+
- @rocket.chat/core-typings@8.5.0-rc.4
109
</details>
1110

1211
## 8.5.0-rc.3
@@ -69,6 +68,35 @@
6968
- @rocket.chat/core-typings@8.5.0-rc.0
7069
</details>
7170

71+
## 8.4.3
72+
73+
### Patch Changes
74+
75+
- <details><summary>Updated dependencies []:</summary>
76+
77+
- @rocket.chat/core-typings@8.4.3
78+
</details>
79+
80+
## 8.4.2
81+
82+
### Patch Changes
83+
84+
- ([#40527](https://github.com/RocketChat/Rocket.Chat/pull/40527) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes the `users.presence` endpoint returning an empty array when called with multiple comma-separated IDs, caused by `ajvQuery` coercing the string into a single-element array after the OpenAPI migration
85+
86+
- <details><summary>Updated dependencies []:</summary>
87+
88+
- @rocket.chat/core-typings@8.4.2
89+
</details>
90+
91+
## 8.4.1
92+
93+
### Patch Changes
94+
95+
- <details><summary>Updated dependencies [5b291c38600757482aaf261a02487abdf5f14007]:</summary>
96+
97+
- @rocket.chat/core-typings@8.4.1
98+
</details>
99+
72100
## 8.4.0
73101

74102
### Minor Changes

0 commit comments

Comments
 (0)