@rocket.chat/core-typings 6.12.0-rc.6 → 6.12.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - <details><summary>Updated dependencies [3cbb9f6252]:</summary>
8
+
9
+ - @rocket.chat/message-parser@0.31.30
10
+ </details>
11
+
12
+ ## 6.12.0
13
+
14
+ ### Minor Changes
15
+
16
+ - ([#33003](https://github.com/RocketChat/Rocket.Chat/pull/33003)) Added a new setting to enable/disable file encryption in an end to end encrypted room.
17
+
18
+ - ([#32868](https://github.com/RocketChat/Rocket.Chat/pull/32868)) Added `sidepanel` field to `teams.create` and `rooms.saveRoomSettings` endpoints
19
+
20
+ - ([#33003](https://github.com/RocketChat/Rocket.Chat/pull/33003)) Fixed a bug related to uploading end to end encrypted file.
21
+
22
+ E2EE files and uploads are uploaded as files of mime type `application/octet-stream` as we can't reveal the mime type of actual content since it is encrypted and has to be kept confidential.
23
+
24
+ The server resolves the mime type of encrypted file as `application/octet-stream` but it wasn't playing nicely with existing settings related to whitelisted and blacklisted media types.
25
+
26
+ E2EE files upload was getting blocked if `application/octet-stream` is not a whitelisted media type.
27
+
28
+ Now this PR solves this issue by always accepting E2EE uploads even if `application/octet-stream` is not whitelisted but it will block the upload if `application/octet-stream` is black listed.
29
+
30
+ ### Patch Changes
31
+
32
+ - ([#32846](https://github.com/RocketChat/Rocket.Chat/pull/32846)) Fixed issue with system messages being counted as agents' first responses in livechat rooms (which caused the "best first response time" and "average first response time" metrics to be unreliable for all agents)
33
+
34
+ - <details><summary>Updated dependencies [c11f3722df]:</summary>
35
+
36
+ - @rocket.chat/ui-kit@0.36.1
37
+ </details>
38
+
3
39
  ## 6.12.0-rc.6
4
40
 
5
41
  ## 6.12.0-rc.5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@rocket.chat/core-typings",
4
- "version": "6.12.0-rc.6",
4
+ "version": "6.12.1",
5
5
  "devDependencies": {
6
6
  "@rocket.chat/eslint-config": "^0.7.0",
7
7
  "eslint": "~8.45.0",
@@ -24,8 +24,8 @@
24
24
  "dependencies": {
25
25
  "@rocket.chat/apps-engine": "1.45.0-alpha.866",
26
26
  "@rocket.chat/icons": "~0.38.0",
27
- "@rocket.chat/message-parser": "^0.31.29",
28
- "@rocket.chat/ui-kit": "~0.36.1-rc.0",
27
+ "@rocket.chat/message-parser": "^0.31.30",
28
+ "@rocket.chat/ui-kit": "~0.36.1",
29
29
  "@types/express": "^4.17.21"
30
30
  },
31
31
  "volta": {