From d12f312465966c48fc226c6ebd55afc40815d324 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Mon, 5 Jun 2023 19:16:52 -0300 Subject: [PATCH] Bump version to 6.2.3 --- .changeset/chatty-numbers-approve.md | 5 --- .changeset/cold-years-beg.md | 5 --- .changeset/curly-worms-impress.md | 5 --- .changeset/heavy-years-repeat.md | 5 --- .changeset/honest-coins-bow.md | 5 --- .changeset/khaki-avocados-fix.md | 5 --- .changeset/mean-guests-love.md | 11 ----- .changeset/nervous-masks-speak.md | 5 --- .changeset/quiet-bottles-fry.md | 5 --- HISTORY.md | 58 +++++++++++++++++++++++++++ apps/meteor/.docker/Dockerfile.rhel | 2 +- apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/package.json | 2 +- package.json | 2 +- 14 files changed, 62 insertions(+), 55 deletions(-) delete mode 100644 .changeset/chatty-numbers-approve.md delete mode 100644 .changeset/cold-years-beg.md delete mode 100644 .changeset/curly-worms-impress.md delete mode 100644 .changeset/heavy-years-repeat.md delete mode 100644 .changeset/honest-coins-bow.md delete mode 100644 .changeset/khaki-avocados-fix.md delete mode 100644 .changeset/mean-guests-love.md delete mode 100644 .changeset/nervous-masks-speak.md delete mode 100644 .changeset/quiet-bottles-fry.md diff --git a/.changeset/chatty-numbers-approve.md b/.changeset/chatty-numbers-approve.md deleted file mode 100644 index 3dae6b9d170..00000000000 --- a/.changeset/chatty-numbers-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/meteor": patch ---- - -fix: Importer crashes when sending the "active status" e-mail notification to users diff --git a/.changeset/cold-years-beg.md b/.changeset/cold-years-beg.md deleted file mode 100644 index 4c4cf5c0356..00000000000 --- a/.changeset/cold-years-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/meteor": patch ---- - -fix: getActiveLocalUserCount query always returning 0 diff --git a/.changeset/curly-worms-impress.md b/.changeset/curly-worms-impress.md deleted file mode 100644 index f530126710d..00000000000 --- a/.changeset/curly-worms-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/meteor": patch ---- - -fix: OTR session closing after 10 seconds without warning diff --git a/.changeset/heavy-years-repeat.md b/.changeset/heavy-years-repeat.md deleted file mode 100644 index fc88cd86553..00000000000 --- a/.changeset/heavy-years-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/meteor': patch ---- - -fix: Admins unable to create new users if new users require manual approval diff --git a/.changeset/honest-coins-bow.md b/.changeset/honest-coins-bow.md deleted file mode 100644 index a1d1aa8cbed..00000000000 --- a/.changeset/honest-coins-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/meteor": patch ---- - -fix: `queuedForUser` endpoint not filtering by status diff --git a/.changeset/khaki-avocados-fix.md b/.changeset/khaki-avocados-fix.md deleted file mode 100644 index 0126a11761d..00000000000 --- a/.changeset/khaki-avocados-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/meteor': patch ---- - -fix wrong %s translations diff --git a/.changeset/mean-guests-love.md b/.changeset/mean-guests-love.md deleted file mode 100644 index 783319ae1ba..00000000000 --- a/.changeset/mean-guests-love.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@rocket.chat/meteor': minor ---- - -feat: *Enterprise* Add support for different transporters to connect multiple monolith instances. - -To use that, you can use the `TRANSPORTER` env var adding "monolith+" to the transporter value. To use NATS for example, your env var should be: - -```bash -export TRANSPORTER="monolith+nats://localhost:4222" -``` diff --git a/.changeset/nervous-masks-speak.md b/.changeset/nervous-masks-speak.md deleted file mode 100644 index 2493a15469a..00000000000 --- a/.changeset/nervous-masks-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/meteor": patch ---- - -fix: unable to upload files in IOS Safari browsers diff --git a/.changeset/quiet-bottles-fry.md b/.changeset/quiet-bottles-fry.md deleted file mode 100644 index 499e4ae3857..00000000000 --- a/.changeset/quiet-bottles-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/meteor": patch ---- - -fix: Import progress page stuck at 0% diff --git a/HISTORY.md b/HISTORY.md index 9461311ba87..c72d8a8049e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,61 @@ +# 6.2.3 + +`2023-06-05 ยท 1 ๐ŸŽ‰ ยท 9 ๐Ÿ› ยท 9 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `14.21.3` +- NPM: `6.14.17` +- MongoDB: `4.4, 5.0, 6.0` +- Apps-Engine: `1.39.1` + +### ๐ŸŽ‰ New features + + +- Add support to use `TRANSPORTER` env var for monolith deployments ([#29373](https://github.com/RocketChat/Rocket.Chat/pull/29373)) + +### ๐Ÿ› Bug fixes + + +- `queuedForUser` endpoint not filtering by status ([#29189](https://github.com/RocketChat/Rocket.Chat/pull/29189)) + +- Embedded layout stops working after navigation occurs ([#29147](https://github.com/RocketChat/Rocket.Chat/pull/29147)) + +- File upload in Safari, IOS devices ([#27121](https://github.com/RocketChat/Rocket.Chat/pull/27121)) + +- fix wrong %s translations ([#29395](https://github.com/RocketChat/Rocket.Chat/pull/29395)) + +- getActiveLocalUserCount query ([#29349](https://github.com/RocketChat/Rocket.Chat/pull/29349)) + +- Import progress page stuck at 0% ([#29421](https://github.com/RocketChat/Rocket.Chat/pull/29421)) + + - Fix incorrect percentage calc; + - Fix import progress page stuck at 0%. + +- Importer crashes when sending the "active status" e-mail notification to users ([#29401](https://github.com/RocketChat/Rocket.Chat/pull/29401)) + + - Fix `getImportProgress` endpoint returning incorrect count info (`total: 0, completed: 0`); + - Fix server crash when sending the "active status" e-mail notification to users on import. + +- OTR session closing after 10 seconds without warning ([#29245](https://github.com/RocketChat/Rocket.Chat/pull/29245)) + + The `Notifications` streamer is sending two events when there's a license applied to the workspace and it's not using Microservices. I'm avoiding this by simply ignoring the second event in OTRRoom. + + There is still an issue where there's 2 system messages being fired after accepting, but that's not a really big concern since it doesn't break anything. + +- unable to create user if Accounts_ManuallyApproveNewUsers is enabled ([#29293](https://github.com/RocketChat/Rocket.Chat/pull/29293)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@KevLehman](https://github.com/KevLehman) +- [@debdutdeb](https://github.com/debdutdeb) +- [@gabriellsh](https://github.com/gabriellsh) +- [@ggazzo](https://github.com/ggazzo) +- [@jessicaschelly](https://github.com/jessicaschelly) +- [@matheusbsilva137](https://github.com/matheusbsilva137) +- [@murtaza98](https://github.com/murtaza98) +- [@sampaiodiego](https://github.com/sampaiodiego) +- [@yash-rajpal](https://github.com/yash-rajpal) + # 6.2.2 `2023-05-19 ยท 1 ๐Ÿ› ยท 2 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index 93c2e656f62..0a1a8ac2585 100644 --- a/apps/meteor/.docker/Dockerfile.rhel +++ b/apps/meteor/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 6.2.2 +ENV RC_VERSION 6.2.3 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 62e6caa7617..4d830dc1b82 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "6.2.2" + "version": "6.2.3" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 56d29741db7..0dbdd587b94 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "6.2.2", + "version": "6.2.3", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 223aa20f8e1..07e700592cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "6.2.2", + "version": "6.2.3", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,