-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/livechat": minor | ||
"@rocket.chat/model-typings": minor | ||
--- | ||
|
||
Added `departmentsAllowedToForward` property to departments returned in the `livechat/config` endpoint |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Groups members by their roles in the room's member list for improved clarity |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixes the send attachments option not working on iOS browsers by moving it from the composer dropdown menu to the composer primary actions. |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
'@rocket.chat/omnichannel-transcript': patch | ||
'@rocket.chat/authorization-service': patch | ||
'@rocket.chat/stream-hub-service': patch | ||
'@rocket.chat/presence-service': patch | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
'@rocket.chat/account-service': patch | ||
'@rocket.chat/mock-providers': patch | ||
'@rocket.chat/ui-theming': patch | ||
'@rocket.chat/uikit-playground': patch | ||
'@rocket.chat/ddp-streamer': patch | ||
'@rocket.chat/queue-worker': patch | ||
'@rocket.chat/apps-engine': patch | ||
'@rocket.chat/ui-composer': patch | ||
'@rocket.chat/ui-contexts': patch | ||
'@rocket.chat/ui-client': patch | ||
'@rocket.chat/models': patch | ||
'@rocket.chat/sha256': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/i18n": minor | ||
"@rocket.chat/rest-typings": minor | ||
--- | ||
|
||
Allows agents and managers to close Omnichannel rooms that for some reason ended up in a bad state. This "bad state" could be a room that appears open but it's closed. Now, the endpoint `livechat/room.closeByUser` will accept an optional `forceClose` parameter that will allow users to bypass most state checks we do on rooms and perform the room closing again so its state can be recovered. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Allows Rocket.Chat to store call events. | ||
Adds voice calls data to statistics |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixes an issue where losing connection could break app's action buttons |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@rocket.chat/omnichannel-services": patch | ||
--- | ||
|
||
Fixes a behavior when running microservices that caused queue worker to process just the first 60 seconds of request. | ||
|
||
This was due to a mistakenly bound context. Queue Worker was changed to start doing work only after it received the first request. | ||
|
||
However, with the introduction of ASL and actual context on calls, the worker registration was absorbing the context of the call that created them, causing service calls happening inside the callbacks to fail because of a timeout. |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/rest-typings": patch | ||
--- | ||
|
||
Allows users to fetch the `packageValue` of settings when calling `/settings` endpoint via `includeDefaults` query param. |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue where room scroll position wasn't being restored when moving between rooms. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/core-typings": patch | ||
--- | ||
|
||
Fixes an issue where the system would throw the error: 'GUI Application error' while uninstalling an app(when on the requests tab). |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue that prevented room history from loading under certain conditions. |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue where changing user role in a room displays the wrong message |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixes SAML login redirecting to wrong room when using an invite link. |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes apps actions showing in toolbar without an icon |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixes an issue where Rocket cat would send '%s' as the mongo version when using a deprecated but supported version of MongoDB. |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/i18n": minor | ||
--- | ||
|
||
Fixes an issue where users without the "Preview public channel" permission would receive new messages sent to the channel |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/model-typings": patch | ||
--- | ||
|
||
Fixes livechat conversations not being assigned to the contact manager even when the "Assign new conversations to the contact manager" setting is enabled |
This file was deleted.
This file was deleted.