Skip to content

Commit

Permalink
Release 7.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketchat-github-ci committed Jan 20, 2025
1 parent f323946 commit cb5695b
Show file tree
Hide file tree
Showing 85 changed files with 733 additions and 58 deletions.
97 changes: 97 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@rocket.chat/meteor": "7.3.0-develop",
"rocketchat-services": "2.0.3",
"@rocket.chat/uikit-playground": "0.6.3",
"@rocket.chat/account-service": "0.4.12",
"@rocket.chat/authorization-service": "0.4.12",
"@rocket.chat/ddp-streamer": "0.3.12",
"@rocket.chat/omnichannel-transcript": "0.4.12",
"@rocket.chat/presence-service": "0.4.12",
"@rocket.chat/queue-worker": "0.4.12",
"@rocket.chat/stream-hub-service": "0.4.12",
"@rocket.chat/license": "1.0.3",
"@rocket.chat/network-broker": "0.1.4",
"@rocket.chat/omnichannel-services": "0.3.9",
"@rocket.chat/pdf-worker": "0.2.9",
"@rocket.chat/presence": "0.2.12",
"@rocket.chat/ui-theming": "0.4.1",
"@rocket.chat/account-utils": "0.0.2",
"@rocket.chat/agenda": "0.1.0",
"@rocket.chat/api-client": "0.2.12",
"@rocket.chat/apps": "0.2.3",
"@rocket.chat/apps-engine": "1.48.1",
"@rocket.chat/base64": "1.0.13",
"@rocket.chat/cas-validate": "0.0.2",
"@rocket.chat/core-services": "0.7.4",
"@rocket.chat/core-typings": "7.3.0-develop",
"@rocket.chat/cron": "0.1.12",
"@rocket.chat/ddp-client": "0.3.12",
"@rocket.chat/eslint-config": "0.7.0",
"@rocket.chat/favicon": "0.0.2",
"@rocket.chat/freeswitch": "1.1.1",
"@rocket.chat/fuselage-ui-kit": "14.0.1",
"@rocket.chat/gazzodown": "14.0.1",
"@rocket.chat/i18n": "1.2.0",
"@rocket.chat/instance-status": "0.1.12",
"@rocket.chat/jest-presets": "0.0.1",
"@rocket.chat/jwt": "0.1.1",
"@rocket.chat/livechat": "1.21.2",
"@rocket.chat/log-format": "0.0.2",
"@rocket.chat/logger": "0.0.2",
"@rocket.chat/message-parser": "0.31.31",
"@rocket.chat/mock-providers": "0.1.6",
"@rocket.chat/model-typings": "1.2.1",
"@rocket.chat/models": "1.1.1",
"@rocket.chat/poplib": "0.0.2",
"@rocket.chat/password-policies": "0.0.2",
"@rocket.chat/patch-injection": "0.0.1",
"@rocket.chat/peggy-loader": "0.31.27",
"@rocket.chat/random": "1.2.2",
"@rocket.chat/release-action": "2.2.3",
"@rocket.chat/release-changelog": "0.1.0",
"@rocket.chat/rest-typings": "7.3.0-develop",
"@rocket.chat/server-cloud-communication": "0.0.2",
"@rocket.chat/server-fetch": "0.0.3",
"@rocket.chat/sha256": "1.0.11",
"@rocket.chat/tools": "0.2.2",
"@rocket.chat/tracing": "0.0.1",
"@rocket.chat/ui-avatar": "10.0.1",
"@rocket.chat/ui-client": "14.0.1",
"@rocket.chat/ui-composer": "0.5.0",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-kit": "0.37.0",
"@rocket.chat/ui-video-conf": "14.0.1",
"@rocket.chat/ui-voip": "4.0.1",
"@rocket.chat/web-ui-registration": "14.0.1"
},
"changesets": [
"beige-kiwis-count",
"breezy-horses-marry",
"chilled-beers-run",
"clean-sloths-greet",
"cool-planes-protect",
"eight-humans-sip",
"eleven-mails-sort",
"eleven-pugs-help",
"fifty-apricots-clean",
"friendly-kings-poke",
"gentle-moons-unite",
"giant-bottles-impress",
"good-clouds-brush",
"healthy-coins-scream",
"itchy-pumas-laugh",
"kind-ducks-thank",
"loud-islands-explode",
"metal-pets-promise",
"nasty-shirts-rule",
"popular-cameras-grin",
"quick-rivers-ring",
"shiny-singers-cheer",
"silly-kings-approve",
"thirty-vans-fry",
"twelve-pumas-behave"
]
}
92 changes: 92 additions & 0 deletions apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,97 @@
# @rocket.chat/meteor

## 7.3.0-rc.0

### Minor Changes

- ([#33060](https://github.com/RocketChat/Rocket.Chat/pull/33060)) Added `departmentsAllowedToForward` property to departments returned in the `livechat/config` endpoint

- ([#34153](https://github.com/RocketChat/Rocket.Chat/pull/34153)) Groups members by their roles in the room's member list for improved clarity

- ([#34940](https://github.com/RocketChat/Rocket.Chat/pull/34940)) 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.

- ([#34948](https://github.com/RocketChat/Rocket.Chat/pull/34948)) Adds voice calls data to statistics

- ([#34922](https://github.com/RocketChat/Rocket.Chat/pull/34922)) Fixes an issue where users without the "Preview public channel" permission would receive new messages sent to the channel

- ([#34191](https://github.com/RocketChat/Rocket.Chat/pull/34191)) Allows granting the `mobile-upload-file` permission to guests

- ([#34153](https://github.com/RocketChat/Rocket.Chat/pull/34153)) Adds `rooms.membersOrderedByRole` endpoint to retrieve members of groups and channels sorted according to their respective role in the room.

### Patch Changes

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

- ([#34846](https://github.com/RocketChat/Rocket.Chat/pull/34846)) Fixes the send attachments option not working on iOS browsers by moving it from the composer dropdown menu to the composer primary actions.

- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases

- ([#34849](https://github.com/RocketChat/Rocket.Chat/pull/34849)) Fixes an issue where losing connection could break app's action buttons

- ([#34864](https://github.com/RocketChat/Rocket.Chat/pull/34864)) Allows users to fetch the `packageValue` of settings when calling `/settings` endpoint via `includeDefaults` query param.

- ([#34908](https://github.com/RocketChat/Rocket.Chat/pull/34908)) Fixes an issue where room scroll position wasn't being restored when moving between rooms.

- ([#34887](https://github.com/RocketChat/Rocket.Chat/pull/34887)) Fixes an issue where the system would throw the error: 'GUI Application error' while uninstalling an app(when on the requests tab).

- ([#34900](https://github.com/RocketChat/Rocket.Chat/pull/34900)) Fixes an issue that prevented room history from loading under certain conditions.

- ([#34503](https://github.com/RocketChat/Rocket.Chat/pull/34503)) Fixes an issue where changing user role in a room displays the wrong message

- ([#34873](https://github.com/RocketChat/Rocket.Chat/pull/34873)) Fixes SAML login redirecting to wrong room when using an invite link.

- ([#34839](https://github.com/RocketChat/Rocket.Chat/pull/34839)) Fixes apps actions showing in toolbar without an icon

- ([#34892](https://github.com/RocketChat/Rocket.Chat/pull/34892)) Fixes an issue where Rocket cat would send '%s' as the mongo version when using a deprecated but supported version of MongoDB.

- ([#34860](https://github.com/RocketChat/Rocket.Chat/pull/34860)) Fixes an issue where room's file list would incorrectly display incoming messages as files.

- ([#34210](https://github.com/RocketChat/Rocket.Chat/pull/34210)) Fixes livechat conversations not being assigned to the contact manager even when the "Assign new conversations to the contact manager" setting is enabled

- ([#34113](https://github.com/RocketChat/Rocket.Chat/pull/34113)) Fixes dates being incorrect when fetching omnichannel reports with the following time periods:

last week
last month
last 6 months
last year

- ([#34933](https://github.com/RocketChat/Rocket.Chat/pull/34933)) Fixes SlackBridge service failing to connect to multiple slack workspaces

- ([#34851](https://github.com/RocketChat/Rocket.Chat/pull/34851)) Fixes thumbnails not being deleted from storage on room deletion

- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, c8e8518011b8b7d318a2bb2f26b897b196421d76, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 4aa95b61edaf6ce4fe0c5bdbc3d0157bf3d6794b, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, 3c237b25b27782db2e54c4c294140b1c8cd9b31a, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>

- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/i18n@1.3.0-rc.0
- @rocket.chat/fuselage-ui-kit@15.0.0-rc.0
- @rocket.chat/ui-theming@0.4.2-rc.0
- @rocket.chat/apps-engine@1.48.2-rc.0
- @rocket.chat/ui-composer@0.5.1-rc.0
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/ui-client@15.0.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/sha256@1.0.12-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/freeswitch@1.2.0-rc.0
- @rocket.chat/omnichannel-services@0.3.10-rc.0
- @rocket.chat/apps@0.2.4-rc.0
- @rocket.chat/web-ui-registration@15.0.0-rc.0
- @rocket.chat/ui-voip@5.0.0-rc.0
- @rocket.chat/presence@0.2.13-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/gazzodown@15.0.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
- @rocket.chat/ui-video-conf@15.0.0-rc.0
- @rocket.chat/cron@0.1.13-rc.0
- @rocket.chat/instance-status@0.1.13-rc.0
- @rocket.chat/api-client@0.2.13-rc.0
- @rocket.chat/license@1.0.4-rc.0
- @rocket.chat/pdf-worker@0.2.10-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
- @rocket.chat/server-cloud-communication@0.0.2
</details>

## 7.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "7.3.0-develop"
"version": "7.3.0-rc.0"
}
15 changes: 15 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# rocketchat-services

## 2.0.4-rc.0

### Patch Changes

- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>

- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/apps-engine@1.48.2-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rocketchat-services",
"private": true,
"version": "2.0.3",
"version": "2.0.4-rc.0",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "7.3.0-develop",
"version": "7.3.0-rc.0",
"private": true,
"type": "commonjs",
"author": {
Expand Down
14 changes: 14 additions & 0 deletions apps/uikit-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/uikit-playground

## 0.6.4-rc.0

### Patch Changes

- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases

- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>

- @rocket.chat/fuselage-ui-kit@15.0.0-rc.0
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
</details>

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/uikit-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/uikit-playground",
"private": true,
"version": "0.6.3",
"version": "0.6.4-rc.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
16 changes: 16 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rocket.chat/account-service

## 0.4.13-rc.0

### Patch Changes

- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases

- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>

- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>

## 0.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
16 changes: 16 additions & 0 deletions ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rocket.chat/authorization-service

## 0.4.13-rc.0

### Patch Changes

- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases

- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>

- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>

## 0.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/authorization-service",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
17 changes: 17 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rocket.chat/ddp-streamer

## 0.3.13-rc.0

### Patch Changes

- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases

- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>

- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/instance-status@0.1.13-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>

## 0.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-streamer",
"private": true,
"version": "0.3.12",
"version": "0.3.13-rc.0",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
17 changes: 17 additions & 0 deletions ee/apps/omnichannel-transcript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rocket.chat/omnichannel-transcript

## 0.4.13-rc.0

### Patch Changes

- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases

- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, 4aa95b61edaf6ce4fe0c5bdbc3d0157bf3d6794b, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72]:</summary>

- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/omnichannel-services@0.3.10-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/pdf-worker@0.2.10-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>

## 0.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/omnichannel-transcript",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
Loading

0 comments on commit cb5695b

Please sign in to comment.