Bump version to 5.2.0-rc.2

pull/27063/head 5.2.0-rc.2
Tasso Evangelista 3 years ago
parent 47fb22c514
commit 562f09a528
No known key found for this signature in database
GPG Key ID: 9EA06BE6FD613A03
  1. 174
      .github/history.json
  2. 94
      HISTORY.md
  3. 2
      apps/meteor/.docker/Dockerfile.rhel
  4. 2
      apps/meteor/app/utils/rocketchat.info
  5. 2
      apps/meteor/package.json
  6. 2
      package.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"
]
}
]
}
}
}

@ -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)
<details>
<summary>🔍 Minor changes</summary>
- 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))
</details>
### 👩💻👨💻 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`
<details>
<summary>🔍 Minor changes</summary>
- Release 5.1.4 ([#26965](https://github.com/RocketChat/Rocket.Chat/pull/26965))
</details>
### 👩💻👨💻 Core Team 🤓
- [@aleksandernsilva](https://github.com/aleksandernsilva)
- [@tassoevan](https://github.com/tassoevan)
# 5.1.3
`2022-09-24 · 4 🐛 · 2 🔍 · 8 👩💻👨💻`

@ -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

@ -1,3 +1,3 @@
{
"version": "5.2.0-rc.1"
"version": "5.2.0-rc.2"
}

@ -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",

@ -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,

Loading…
Cancel
Save