diff --git a/.github/history.json b/.github/history.json index 2efade6727d..ae4aa06918e 100644 --- a/.github/history.json +++ b/.github/history.json @@ -94649,6 +94649,180 @@ ] } ] + }, + "5.1.4": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "26965", + "title": "Release 5.1.4 ", + "userLogin": "tassoevan", + "contributors": [ + "aleksandernsilva", + "tassoevan" + ] + } + ] + }, + "5.2.0-rc.2": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "26986", + "title": "Regression: Remove section and replace icon on administration kebab menu", + "userLogin": "filipemarins", + "milestone": "5.2.0", + "contributors": [ + "filipemarins", + "tassoevan", + "web-flow" + ] + }, + { + "pr": "26975", + "title": "Regression: Omnichannel Contact Center empty on no filter search", + "userLogin": "tiagoevanp", + "milestone": "5.2.0", + "contributors": [ + "tiagoevanp", + "KevLehman", + "tassoevan", + "web-flow" + ] + }, + { + "pr": "26987", + "title": "[IMPROVE] Use cached EE Cloud license on startup", + "userLogin": "sampaiodiego", + "milestone": "5.2.0", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "26976", + "title": "Regression: Fixed takeInquiry method not displaying error messages on the client", + "userLogin": "aleksandernsilva", + "description": "This pull request brings back the toast message \"The maximum number of simultaneous chats per agent has been reached.\" that should be displayed when an agent tries to take more chats than the maximum allowed.\r\n\r\n![image](https://user-images.githubusercontent.com/6494543/192891486-8720a5e3-f0c8-4863-b0dc-fa3b922d776b.png)", + "milestone": "5.2.0", + "contributors": [ + "aleksandernsilva" + ] + }, + { + "pr": "26988", + "title": "Regression: Handle `undefined` values on `useReactiveQuery`'s query function", + "userLogin": "tassoevan", + "description": "According to https://tanstack.com/query/v4/docs/reference/useQuery, the query function must **not** return `undefined` values, a quirk that we've been ignoring.", + "milestone": "5.2.0", + "contributors": [ + "tassoevan" + ] + }, + { + "pr": "26983", + "title": "Regression: Composer not reactive when omnichannel room closed", + "userLogin": "MartinSchoeler", + "milestone": "5.2.0", + "contributors": [ + "MartinSchoeler", + "tassoevan", + "web-flow" + ] + }, + { + "pr": "26687", + "title": "[IMPROVE] Results of user auto complete", + "userLogin": "pierre-lehnen-rc", + "milestone": "5.2.0", + "contributors": [ + "pierre-lehnen-rc", + "web-flow", + "sampaiodiego" + ] + }, + { + "pr": "26935", + "title": "Regression: Incorrect on-hold chat resume message", + "userLogin": "murtaza98", + "milestone": "5.2.0", + "contributors": [ + "murtaza98", + "web-flow", + "KevLehman", + "tassoevan" + ] + }, + { + "pr": "26964", + "title": "Regression: Event handler blocking mention links", + "userLogin": "tassoevan", + "description": "Fixes mention links being irresponsive to clicks.\r\nJira: [TC-55]\r\n\r\n[TC-55]: https://rocketchat.atlassian.net/browse/TC-55?atlOrigin=eyJpIjoiMmQ3ZmE0MWE2NGQwNDIzZThkMzc5NGNhMzU1MjExMGMiLCJwIjoiaiJ9", + "milestone": "5.2.0", + "contributors": [ + "tassoevan", + "yash-rajpal", + "web-flow" + ] + }, + { + "pr": "26969", + "title": "Regression: Remove symbols from number before storing PBX event", + "userLogin": "KevLehman", + "milestone": "5.2.0", + "contributors": [ + "KevLehman", + "tassoevan", + "web-flow" + ] + }, + { + "pr": "26962", + "title": "Regression: Typo on livechat/queue endpoint client call", + "userLogin": "KevLehman", + "milestone": "5.2.0", + "contributors": [ + "KevLehman", + "tassoevan", + "web-flow" + ] + }, + { + "pr": "26961", + "title": "Revert: \"[IMPROVE] VideoConference Messages UI (#26548)\"", + "userLogin": "pierre-lehnen-rc", + "milestone": "5.2.0", + "contributors": [ + "pierre-lehnen-rc", + "debdutdeb", + "web-flow", + "tassoevan" + ] + }, + { + "pr": "26958", + "title": "[FIX] Admin sidebar navigation", + "userLogin": "juliajforesti", + "description": "## [MKP-125](https://rocketchat.atlassian.net/browse/MKP-125?atlOrigin=eyJpIjoiMThlMTIwYmFkZWI5NDBlYjhlMWI3YTc1ZDliYTY3NDUiLCJwIjoiaiJ9)\r\nFix the behavior of the admin sidebar, it didn't activate its options properly on pages that had sub-routes.\r\nDemo gif:\r\n![sidebar-bug](https://user-images.githubusercontent.com/43561537/192585542-ddd8fd37-e833-4960-ae67-fb408595c7ba.gif)", + "contributors": [ + "juliajforesti", + "rique223", + "web-flow" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index b878a4ed1a7..980bd156e02 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,79 @@ # 5.2.0 (Under Release Candidate Process) +## 5.2.0-rc.2 +`2022-10-04 ยท 3 ๐Ÿš€ ยท 1 ๐Ÿ› ยท 9 ๐Ÿ” ยท 13 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐Ÿš€ Improvements + + +- Results of user auto complete ([#26687](https://github.com/RocketChat/Rocket.Chat/pull/26687)) + +- Use cached EE Cloud license on startup ([#26987](https://github.com/RocketChat/Rocket.Chat/pull/26987)) + +- VideoConference Messages UI (#26548)" ([#26961](https://github.com/RocketChat/Rocket.Chat/pull/26961)) + +### ๐Ÿ› Bug fixes + + +- Admin sidebar navigation ([#26958](https://github.com/RocketChat/Rocket.Chat/pull/26958)) + + ## [MKP-125](https://rocketchat.atlassian.net/browse/MKP-125?atlOrigin=eyJpIjoiMThlMTIwYmFkZWI5NDBlYjhlMWI3YTc1ZDliYTY3NDUiLCJwIjoiaiJ9) + Fix the behavior of the admin sidebar, it didn't activate its options properly on pages that had sub-routes. + Demo gif: + ![sidebar-bug](https://user-images.githubusercontent.com/43561537/192585542-ddd8fd37-e833-4960-ae67-fb408595c7ba.gif) + +
+๐Ÿ” Minor changes + + +- Regression: Composer not reactive when omnichannel room closed ([#26983](https://github.com/RocketChat/Rocket.Chat/pull/26983)) + +- Regression: Event handler blocking mention links ([#26964](https://github.com/RocketChat/Rocket.Chat/pull/26964)) + + Fixes mention links being irresponsive to clicks. + Jira: [TC-55] + + [TC-55]: https://rocketchat.atlassian.net/browse/TC-55?atlOrigin=eyJpIjoiMmQ3ZmE0MWE2NGQwNDIzZThkMzc5NGNhMzU1MjExMGMiLCJwIjoiaiJ9 + +- Regression: Fixed takeInquiry method not displaying error messages on the client ([#26976](https://github.com/RocketChat/Rocket.Chat/pull/26976)) + + This pull request brings back the toast message "The maximum number of simultaneous chats per agent has been reached." that should be displayed when an agent tries to take more chats than the maximum allowed. + + ![image](https://user-images.githubusercontent.com/6494543/192891486-8720a5e3-f0c8-4863-b0dc-fa3b922d776b.png) + +- Regression: Handle `undefined` values on `useReactiveQuery`'s query function ([#26988](https://github.com/RocketChat/Rocket.Chat/pull/26988)) + + According to https://tanstack.com/query/v4/docs/reference/useQuery, the query function must **not** return `undefined` values, a quirk that we've been ignoring. + +- Regression: Incorrect on-hold chat resume message ([#26935](https://github.com/RocketChat/Rocket.Chat/pull/26935)) + +- Regression: Omnichannel Contact Center empty on no filter search ([#26975](https://github.com/RocketChat/Rocket.Chat/pull/26975)) + +- Regression: Remove section and replace icon on administration kebab menu ([#26986](https://github.com/RocketChat/Rocket.Chat/pull/26986)) + +- Regression: Remove symbols from number before storing PBX event ([#26969](https://github.com/RocketChat/Rocket.Chat/pull/26969)) + +- Regression: Typo on livechat/queue endpoint client call ([#26962](https://github.com/RocketChat/Rocket.Chat/pull/26962)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@KevLehman](https://github.com/KevLehman) +- [@MartinSchoeler](https://github.com/MartinSchoeler) +- [@aleksandernsilva](https://github.com/aleksandernsilva) +- [@debdutdeb](https://github.com/debdutdeb) +- [@filipemarins](https://github.com/filipemarins) +- [@juliajforesti](https://github.com/juliajforesti) +- [@murtaza98](https://github.com/murtaza98) +- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc) +- [@rique223](https://github.com/rique223) +- [@sampaiodiego](https://github.com/sampaiodiego) +- [@tassoevan](https://github.com/tassoevan) +- [@tiagoevanp](https://github.com/tiagoevanp) +- [@yash-rajpal](https://github.com/yash-rajpal) + ## 5.2.0-rc.1 `2022-09-27 ยท 1 ๐Ÿ› ยท 4 ๐Ÿ” ยท 6 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` @@ -353,6 +426,27 @@ - [@tiagoevanp](https://github.com/tiagoevanp) - [@yash-rajpal](https://github.com/yash-rajpal) +# 5.1.4 +`2022-09-28 ยท 1 ๐Ÿ” ยท 2 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `14.19.3` +- NPM: `6.14.17` +- MongoDB: `4.2, 4.4, 5.0` + +
+๐Ÿ” Minor changes + + +- Release 5.1.4 ([#26965](https://github.com/RocketChat/Rocket.Chat/pull/26965)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@aleksandernsilva](https://github.com/aleksandernsilva) +- [@tassoevan](https://github.com/tassoevan) + # 5.1.3 `2022-09-24 ยท 4 ๐Ÿ› ยท 2 ๐Ÿ” ยท 8 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index 187625b7155..1fcfaa01b6f 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 5.2.0-rc.1 +ENV RC_VERSION 5.2.0-rc.2 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 7894a6b4d28..989ce4a8463 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "5.2.0-rc.1" + "version": "5.2.0-rc.2" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index dc5ea889066..e482c52f46d 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": "5.2.0-rc.1", + "version": "5.2.0-rc.2", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 4903263703a..c512370370e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "5.2.0-rc.1", + "version": "5.2.0-rc.2", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,