@rocket.chat/core-typings
Advanced tools
Comparing version 6.12.0-rc.6 to 6.12.0
# @rocket.chat/core-typings | ||
## 6.12.0 | ||
### Minor Changes | ||
- ([#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. | ||
- ([#32868](https://github.com/RocketChat/Rocket.Chat/pull/32868)) Added `sidepanel` field to `teams.create` and `rooms.saveRoomSettings` endpoints | ||
- ([#33003](https://github.com/RocketChat/Rocket.Chat/pull/33003)) Fixed a bug related to uploading end to end encrypted file. | ||
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. | ||
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. | ||
E2EE files upload was getting blocked if `application/octet-stream` is not a whitelisted media type. | ||
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. | ||
### Patch Changes | ||
- ([#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) | ||
- <details><summary>Updated dependencies [c11f3722df]:</summary> | ||
- @rocket.chat/ui-kit@0.36.1 | ||
</details> | ||
## 6.12.0-rc.6 | ||
@@ -4,0 +31,0 @@ |
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "@rocket.chat/core-typings", | ||
"version": "6.12.0-rc.6", | ||
"version": "6.12.0", | ||
"devDependencies": { | ||
@@ -28,3 +28,3 @@ "@rocket.chat/eslint-config": "^0.7.0", | ||
"@rocket.chat/message-parser": "^0.31.29", | ||
"@rocket.chat/ui-kit": "~0.36.1-rc.0", | ||
"@rocket.chat/ui-kit": "~0.36.1", | ||
"@types/express": "^4.17.21" | ||
@@ -31,0 +31,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
292582
2
Updated@rocket.chat/ui-kit@~0.36.1