diff --git a/.github/history.json b/.github/history.json index 85b7695da83f0a77d710f9f2c01246d136251abc..7e553b2bf42e06495a03f0cb33613764889a2ef0 100644 --- a/.github/history.json +++ b/.github/history.json @@ -99337,6 +99337,97 @@ ] } ] + }, + "5.0.0-rc.7": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "26267", + "title": "Regression: Omni-chats not getting routed automatically to bots", + "userLogin": "murtaza98", + "milestone": "5.0.0", + "contributors": [ + "murtaza98", + "web-flow" + ] + }, + { + "pr": "26172", + "title": "Regression: Cannot open Menu in searched message.", + "userLogin": "gabriellsh", + "milestone": "5.0.0", + "contributors": [ + "gabriellsh", + "tassoevan", + "web-flow" + ] + }, + { + "pr": "26235", + "title": "Regression: REST API calls at Engagement Dashboard", + "userLogin": "tassoevan", + "description": "Parameters for GET requests are *not* serialized as for other methods, therefore sending `Date` objects is not viable due to the way `Date.prototype.toString` works. This PR uses `Date.prototype.toISOString` explicitly to serialize dates.", + "milestone": "5.0.0", + "contributors": [ + "tassoevan" + ] + }, + { + "pr": "26237", + "title": "Regression: Call toggle missing network disconnection state", + "userLogin": "aleksandernsilva", + "description": "This PR brings back the network disconnection state to the voip call toggle button\r\n\r\n", + "milestone": "5.0.0", + "contributors": [ + "aleksandernsilva" + ] + }, + { + "pr": "26258", + "title": "Chore: Update Apps-Engine version", + "userLogin": "d-gubert", + "description": "Bumping Apps-Engine version", + "milestone": "5.0.0", + "contributors": [ + "d-gubert" + ] + }, + { + "pr": "26270", + "title": "Chore: Avoid set useless set UTC Offset", + "userLogin": "ggazzo", + "contributors": [ + "ggazzo" + ] + }, + { + "pr": "26139", + "title": "Regression: Sidebar icons spacing", + "userLogin": "guijun13", + "description": "- Fixed the sidebar icons ('display' and 'create new') spacing issue\r\n\r\nbefore:\r\n\r\n\r\n\r\n\r\nafter:\r\n\r\n", + "milestone": "5.0.0", + "contributors": [ + "guijun13", + "ggazzo" + ] + }, + { + "pr": "26188", + "title": "Chore: Hide deprecation query log on production", + "userLogin": "ggazzo", + "milestone": "5.0.0", + "contributors": [ + "ggazzo", + "web-flow" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 3f6ce6bf6b7e5203bd6c5e76c8a40bdadd7862e0..bb634a7f88036cb68319dbd09d4c3a83acd42cac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,60 @@ # 5.0.0 (Under Release Candidate Process) +## 5.0.0-rc.7 +`2022-07-15 · 8 🔠· 7 👩â€ðŸ’»ðŸ‘¨â€ðŸ’»` + +<details> +<summary>🔠Minor changes</summary> + + +- Chore: Avoid set useless set UTC Offset ([#26270](https://github.com/RocketChat/Rocket.Chat/pull/26270)) + +- Chore: Hide deprecation query log on production ([#26188](https://github.com/RocketChat/Rocket.Chat/pull/26188)) + +- Chore: Update Apps-Engine version ([#26258](https://github.com/RocketChat/Rocket.Chat/pull/26258)) + + Bumping Apps-Engine version + +- Regression: Call toggle missing network disconnection state ([#26237](https://github.com/RocketChat/Rocket.Chat/pull/26237)) + + This PR brings back the network disconnection state to the voip call toggle button + +  + +- Regression: Cannot open Menu in searched message. ([#26172](https://github.com/RocketChat/Rocket.Chat/pull/26172)) + +- Regression: Omni-chats not getting routed automatically to bots ([#26267](https://github.com/RocketChat/Rocket.Chat/pull/26267)) + +- Regression: REST API calls at Engagement Dashboard ([#26235](https://github.com/RocketChat/Rocket.Chat/pull/26235)) + + Parameters for GET requests are *not* serialized as for other methods, therefore sending `Date` objects is not viable due to the way `Date.prototype.toString` works. This PR uses `Date.prototype.toISOString` explicitly to serialize dates. + +- Regression: Sidebar icons spacing ([#26139](https://github.com/RocketChat/Rocket.Chat/pull/26139)) + + - Fixed the sidebar icons ('display' and 'create new') spacing issue + + before: +  + + + + after: + +  + +</details> + +### 👩â€ðŸ’»ðŸ‘¨â€ðŸ’» Core Team 🤓 + +- [@aleksandernsilva](https://github.com/aleksandernsilva) +- [@d-gubert](https://github.com/d-gubert) +- [@gabriellsh](https://github.com/gabriellsh) +- [@ggazzo](https://github.com/ggazzo) +- [@guijun13](https://github.com/guijun13) +- [@murtaza98](https://github.com/murtaza98) +- [@tassoevan](https://github.com/tassoevan) + ## 5.0.0-rc.6 `2022-07-14 · 6 🔠· 8 👩â€ðŸ’»ðŸ‘¨â€ðŸ’»` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index d3b074aa5a20544ffe5f78b467e89953a2d613fa..ce0d3d295955cf32f9d14cea94a6746537680e87 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.0.0-rc.6 +ENV RC_VERSION 5.0.0-rc.7 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 52dd31fd3b679f6e0a0f7ef465a4a150368d8cd3..e07b4891aee658677a79c81828cca239b66692e6 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "5.0.0-rc.6" + "version": "5.0.0-rc.7" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 718b306d9ea24fcb7b5d77c28febb9e4e0f2432e..7209d2cb343be837a78d4d4df042fe894df46b3a 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.0.0-rc.6", + "version": "5.0.0-rc.7", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 07abcc7ad0859e49381406bc2281676a0726ed65..79ba3cfbf467db08cc7085db5756327d3079767d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "5.0.0-rc.6", + "version": "5.0.0-rc.7", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,