Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.9.0 #1

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@rocket.chat/meteor": "6.9.0-develop",
"rocketchat-services": "1.1.32",
"@rocket.chat/account-service": "0.3.13",
"@rocket.chat/authorization-service": "0.3.14",
"@rocket.chat/ddp-streamer": "0.2.13",
"@rocket.chat/omnichannel-transcript": "0.3.14",
"@rocket.chat/presence-service": "0.3.14",
"@rocket.chat/queue-worker": "0.3.14",
"@rocket.chat/stream-hub-service": "0.3.14",
"@rocket.chat/api-client": "0.1.32",
"@rocket.chat/ddp-client": "0.2.23",
"@rocket.chat/license": "0.1.14",
"@rocket.chat/omnichannel-services": "0.1.14",
"@rocket.chat/pdf-worker": "0.0.38",
"@rocket.chat/presence": "0.1.14",
"@rocket.chat/ui-theming": "0.1.2",
"@rocket.chat/account-utils": "0.0.2",
"@rocket.chat/agenda": "0.1.0",
"@rocket.chat/apps": "0.0.5",
"@rocket.chat/base64": "1.0.13",
"@rocket.chat/cas-validate": "0.0.2",
"@rocket.chat/core-services": "0.3.14",
"@rocket.chat/core-typings": "6.9.0-develop",
"@rocket.chat/cron": "0.0.34",
"@rocket.chat/eslint-config": "0.7.0",
"@rocket.chat/favicon": "0.0.2",
"@rocket.chat/fuselage-ui-kit": "6.0.0",
"@rocket.chat/gazzodown": "6.0.0",
"@rocket.chat/i18n": "0.3.0",
"@rocket.chat/instance-status": "0.0.38",
"@rocket.chat/jwt": "0.1.1",
"@rocket.chat/livechat": "1.16.0",
"@rocket.chat/log-format": "0.0.2",
"@rocket.chat/logger": "0.0.2",
"@rocket.chat/message-parser": "0.31.29",
"@rocket.chat/mock-providers": "0.0.6",
"@rocket.chat/model-typings": "0.4.0",
"@rocket.chat/models": "0.0.38",
"@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.25",
"@rocket.chat/random": "1.2.2",
"@rocket.chat/release-action": "2.2.3",
"@rocket.chat/release-changelog": "0.1.0",
"@rocket.chat/rest-typings": "6.9.0-develop",
"@rocket.chat/server-cloud-communication": "0.0.2",
"@rocket.chat/server-fetch": "0.0.3",
"@rocket.chat/sha256": "1.0.10",
"@rocket.chat/tools": "0.2.1",
"@rocket.chat/ui-avatar": "2.0.0",
"@rocket.chat/ui-client": "6.0.0",
"@rocket.chat/ui-composer": "0.1.0",
"@rocket.chat/ui-contexts": "6.0.0",
"@rocket.chat/ui-kit": "0.33.0",
"@rocket.chat/ui-video-conf": "6.0.0",
"@rocket.chat/uikit-playground": "0.2.22",
"@rocket.chat/web-ui-registration": "6.0.0"
},
"changesets": [
"angry-rocks-try",
"breezy-geckos-sparkle",
"chilly-poems-explode",
"cold-beds-hope",
"cuddly-owls-join",
"fair-grapes-thank",
"flat-starfishes-crash",
"fresh-students-remember",
"gorgeous-lizards-shave",
"lazy-gorilas-shop",
"nasty-swans-compete",
"ninety-rivers-mix",
"real-bobcats-train",
"rich-bananas-complain",
"shiny-crabs-peel",
"shy-oranges-provide",
"silly-clocks-return",
"strange-bears-dance",
"strong-humans-bow",
"tall-wombats-love",
"unlucky-berries-guess",
"warm-squids-deliver",
"weak-starfishes-fail",
"weak-turkeys-sit",
"wicked-points-deliver",
"wild-teachers-design",
"wise-pianos-explode",
"yellow-lies-judge",
"young-yaks-suffer"
]
}
8 changes: 6 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RC_DOCKERFILE = apps/meteor/.docker/Dockerfile
# see:- https://github.com/RocketChat/Rocket.Chat/releases
RELEASE=
# MongoDB endpoint (include ?replicaSet= parameter)
MONGO_URL=mongodb://mongo:27017/rocketchat \
MONGO_URL=mongodb://mongo:27017/rocketchat\
# MongoDB endpoint to the local database
MONGO_OPLOG_URL=
# IP to bind the process to
Expand All @@ -27,4 +27,8 @@ TRAEFIK_RELEASE=
# Domain for https (change ROOT_URL & BIND_IP accordingly)
DOMAIN=
# Email for certificate notifications
LETSENCRYPT_EMAIL=
LETSENCRYPT_EMAIL=

LOWERCASE_REPOSITORY = rocketchat
RC_DOCKER_TAG = develop
TRANSPORTER = nats://nats:4222
96 changes: 96 additions & 0 deletions apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,101 @@
# @rocket.chat/meteor

## 6.9.0-rc.0

### Minor Changes

- ([#31917](https://github.com/RocketChat/Rocket.Chat/pull/31917) by [@rique223](https://github.com/rique223)) Introduced a tab layout to the users page and implemented a tab called "All" that lists all users.

- ([#32439](https://github.com/RocketChat/Rocket.Chat/pull/32439) by [@KevLehman](https://github.com/KevLehman)) Allow visitors & integrations to access downloaded files after a room has closed. This was a known limitation in our codebase, where visitors were only able to access uploaded files in a livechat conversation while the conversation was open.

- ([#32233](https://github.com/RocketChat/Rocket.Chat/pull/32233) by [@MartinSchoeler](https://github.com/MartinSchoeler)) Makes the triggers fired by the condition `after-guest-registration` persist on the livechat client, it will persist through reloads and pagination, only reseting when a conversation is closed (no changes were done on the agent side of the conversation)

- ([#32193](https://github.com/RocketChat/Rocket.Chat/pull/32193) by [@csuadev](https://github.com/csuadev)) Adds CheckOption to departments multi selects improving options visibility state

- ([#32317](https://github.com/RocketChat/Rocket.Chat/pull/32317)) Replace the read receipt receipt indicator in order to improve the accessibility complience

- ([#32341](https://github.com/RocketChat/Rocket.Chat/pull/32341)) Changes the scrollbar color in order to improve the contrast and accessibility compliance

- ([#32298](https://github.com/RocketChat/Rocket.Chat/pull/32298) by [@aleksandernsilva](https://github.com/aleksandernsilva)) Added "Rocket.Chat Cloud Workspace ID" to workspace statistics page

### Patch Changes

- ([#32393](https://github.com/RocketChat/Rocket.Chat/pull/32393) by [@KevLehman](https://github.com/KevLehman)) Fixed an issue causing monitors to dissapear from a saved unit every time a user saved the item. This was caused by the UI not sending the correct \_id of the monitors that were already saved, and this caused the Backend to ignore them and remove from the list.

- ([#31695](https://github.com/RocketChat/Rocket.Chat/pull/31695)) Fix an issue where read receipts menu item wasn't considering the enabled setting to be displayed

- ([#32454](https://github.com/RocketChat/Rocket.Chat/pull/32454)) Fixes an issue not allowing override retention policy in channels

- ([#32444](https://github.com/RocketChat/Rocket.Chat/pull/32444) by [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)) Fixed an issue that prevented CAS users from being merged with existing user data on login

- ([#32289](https://github.com/RocketChat/Rocket.Chat/pull/32289) by [@KevLehman](https://github.com/KevLehman)) Fixed a problem in how server was processing errors that was sending 2 ephemeral error messages when @all or @here were used while they were disabled via permissions

- ([#32348](https://github.com/RocketChat/Rocket.Chat/pull/32348)) Fixed an issue where translations would fallback to english some of the times.

- ([#32182](https://github.com/RocketChat/Rocket.Chat/pull/32182) by [@KevLehman](https://github.com/KevLehman)) Fixed an issue with object storage settings that was not allowing admins to decide if files generated via "Export conversation" feature were being proxied through server or not.

- ([#32311](https://github.com/RocketChat/Rocket.Chat/pull/32311) by [@KevLehman](https://github.com/KevLehman)) Fixed multiple issues with PDF generation logic when a quoted message was too big to fit in one single page. This was causing an internal infinite loop within the library (as it tried to make it fit, failing and then trying to fit on next page where the same happened thus causing a loop).
The library was not able to break down some nested views and thus was trying to fit the whole quote on one single page. Logic was updated to allow wrapping of the contents when messages are quoted (so they can span multiple lines) and removed a bunch of unnecesary views from the code.
- ([#32364](https://github.com/RocketChat/Rocket.Chat/pull/32364) by [@matheusbsilva137](https://github.com/matheusbsilva137)) Fixed issue with "Export room as file" feature (`rooms.export` endpoint) generating an empty export when given an invalid date

- ([#31750](https://github.com/RocketChat/Rocket.Chat/pull/31750)) Don't show Join default channels option on edit user form.

- ([#32314](https://github.com/RocketChat/Rocket.Chat/pull/32314) by [@AllanPazRibeiro](https://github.com/AllanPazRibeiro)) Fixed an issue on Users converter that was not returning the `statusText` property from users even when the typing indicated property existed.

- ([#32391](https://github.com/RocketChat/Rocket.Chat/pull/32391) by [@tiagoevanp](https://github.com/tiagoevanp)) Fixes link image preview not opening in gallery mode

- ([#32318](https://github.com/RocketChat/Rocket.Chat/pull/32318) by [@KevLehman](https://github.com/KevLehman)) Fixed error handling for files bigger than NATS max allowed payload. This should prevent PDFs from erroring out when generating from rooms that contain heavy images.

- ([#32345](https://github.com/RocketChat/Rocket.Chat/pull/32345)) Replaces the burger menu with an appropriate button fixing the semantics and mismatching color

- ([#32414](https://github.com/RocketChat/Rocket.Chat/pull/32414)) Fixes the missing spacing on don`t ask again checkbox inside modals

- ([#32269](https://github.com/RocketChat/Rocket.Chat/pull/32269) by [@KevLehman](https://github.com/KevLehman)) Fixed a bad behavior with the interaction between OTR system messages & trash collection. We use trash collection as a temporary storage that holds recently deleted items from some collections. Messages is one of those. This was causing "User joined OTR" messages to be viewable when querying the trash collection.
Since OTR messages are by definition private, code was updated to bypass trash collection when removing these special messages.

Note: this only applies to these system messages. OTR user's messages are not stored on the database.

- ([#32415](https://github.com/RocketChat/Rocket.Chat/pull/32415)) This fuselage`s bump fixes:

- The message toolbar visibility on hover (Firefox ESR)
- `Bubble` missing font-family

[more details](https://github.com/RocketChat/fuselage/releases/tag/%40rocket.chat%2Ffuselage%400.53.7)

- ([#32398](https://github.com/RocketChat/Rocket.Chat/pull/32398) by [@matheusbsilva137](https://github.com/matheusbsilva137)) Fixed issue with external users being able to reset their passwords even when the "Allow Password Change for OAuth Users" setting is disabled

- ([#32284](https://github.com/RocketChat/Rocket.Chat/pull/32284)) fixed Engagement Dashboard and Device Management admin pages loading indefinitely

- ([#32342](https://github.com/RocketChat/Rocket.Chat/pull/32342) by [@juliajforesti](https://github.com/juliajforesti)) bump fuselage adding `AttachmentAuthorName` missing color token

- <details><summary>Updated dependencies [ff4e396416, bc50dd54a2, ad86761209, f83bd56cc5, 07c4ca0621, 6205ef14f0, 724ba3a729, ee5cdfc367, 70ab2a7b7b]:</summary>

- @rocket.chat/core-typings@6.9.0-rc.0
- @rocket.chat/i18n@0.4.0-rc.0
- @rocket.chat/core-services@0.3.15-rc.0
- @rocket.chat/omnichannel-services@0.1.15-rc.0
- @rocket.chat/pdf-worker@0.0.39-rc.0
- @rocket.chat/rest-typings@6.9.0-rc.0
- @rocket.chat/fuselage-ui-kit@7.0.0-rc.0
- @rocket.chat/ui-kit@0.34.0-rc.0
- @rocket.chat/api-client@0.1.33-rc.0
- @rocket.chat/license@0.1.15-rc.0
- @rocket.chat/presence@0.1.15-rc.0
- @rocket.chat/apps@0.0.6-rc.0
- @rocket.chat/cron@0.0.35-rc.0
- @rocket.chat/gazzodown@7.0.0-rc.0
- @rocket.chat/model-typings@0.4.1-rc.0
- @rocket.chat/ui-contexts@7.0.0-rc.0
- @rocket.chat/web-ui-registration@7.0.0-rc.0
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/models@0.0.39-rc.0
- @rocket.chat/ui-theming@0.1.2
- @rocket.chat/ui-avatar@3.0.0-rc.0
- @rocket.chat/ui-client@7.0.0-rc.0
- @rocket.chat/ui-video-conf@7.0.0-rc.0
- @rocket.chat/instance-status@0.0.39-rc.0
</details>

## 6.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/slashcommands-test/client/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import './test';
import './test';
2 changes: 1 addition & 1 deletion apps/meteor/app/slashcommands-test/server/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import './test';
import './test';
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": "6.9.0-develop"
"version": "6.9.0-rc.0"
}
14 changes: 14 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# rocketchat-services

## 1.1.33-rc.0

### Patch Changes

- <details><summary>Updated dependencies [ff4e396416, ad86761209, f83bd56cc5, 07c4ca0621, 724ba3a729, ee5cdfc367, 70ab2a7b7b]:</summary>

- @rocket.chat/core-typings@6.9.0-rc.0
- @rocket.chat/core-services@0.3.15-rc.0
- @rocket.chat/rest-typings@6.9.0-rc.0
- @rocket.chat/ui-kit@0.34.0-rc.0
- @rocket.chat/model-typings@0.4.1-rc.0
- @rocket.chat/models@0.0.39-rc.0
</details>

## 1.1.32

### 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": "1.1.32",
"version": "1.1.33-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": "6.9.0-develop",
"version": "6.9.0-rc.0",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/account-service

## 0.3.14-rc.0

### Patch Changes

- <details><summary>Updated dependencies [ff4e396416, ad86761209, f83bd56cc5, 07c4ca0621, 724ba3a729, 70ab2a7b7b]:</summary>

- @rocket.chat/core-typings@6.9.0-rc.0
- @rocket.chat/core-services@0.3.15-rc.0
- @rocket.chat/rest-typings@6.9.0-rc.0
- @rocket.chat/model-typings@0.4.1-rc.0
- @rocket.chat/models@0.0.39-rc.0
</details>

## 0.3.13

### 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.3.13",
"version": "0.3.14-rc.0",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/authorization-service

## 0.3.15-rc.0

### Patch Changes

- <details><summary>Updated dependencies [ff4e396416, ad86761209, f83bd56cc5, 07c4ca0621, 724ba3a729, 70ab2a7b7b]:</summary>

- @rocket.chat/core-typings@6.9.0-rc.0
- @rocket.chat/core-services@0.3.15-rc.0
- @rocket.chat/rest-typings@6.9.0-rc.0
- @rocket.chat/model-typings@0.4.1-rc.0
- @rocket.chat/models@0.0.39-rc.0
</details>

## 0.3.14

### 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.3.14",
"version": "0.3.15-rc.0",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
15 changes: 15 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rocket.chat/ddp-streamer

## 0.2.14-rc.0

### Patch Changes

- <details><summary>Updated dependencies [ff4e396416, ad86761209, f83bd56cc5, 07c4ca0621, 724ba3a729, 70ab2a7b7b]:</summary>

- @rocket.chat/core-typings@6.9.0-rc.0
- @rocket.chat/core-services@0.3.15-rc.0
- @rocket.chat/rest-typings@6.9.0-rc.0
- @rocket.chat/model-typings@0.4.1-rc.0
- @rocket.chat/ui-contexts@7.0.0-rc.0
- @rocket.chat/models@0.0.39-rc.0
- @rocket.chat/instance-status@0.0.39-rc.0
</details>

## 0.2.13

### 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.2.13",
"version": "0.2.14-rc.0",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/omnichannel-transcript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/omnichannel-transcript

## 0.3.15-rc.0

### Patch Changes

- <details><summary>Updated dependencies [ff4e396416, ad86761209, 724ba3a729, 70ab2a7b7b]:</summary>

- @rocket.chat/core-typings@6.9.0-rc.0
- @rocket.chat/core-services@0.3.15-rc.0
- @rocket.chat/omnichannel-services@0.1.15-rc.0
- @rocket.chat/pdf-worker@0.0.39-rc.0
- @rocket.chat/model-typings@0.4.1-rc.0
- @rocket.chat/models@0.0.39-rc.0
</details>

## 0.3.14

### 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.3.14",
"version": "0.3.15-rc.0",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
Loading
Loading