Bump version to 3.10.1

pull/20125/head 3.10.1
Diego Sampaio 4 years ago
parent 1f481af66b
commit 5b4da8e4dc
  1. 2
      .docker/Dockerfile.rhel
  2. 196
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 105
      HISTORY.md
  6. 2
      app/utils/rocketchat.info
  7. 2
      package-lock.json
  8. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 3.10.0
ENV RC_VERSION 3.10.1
MAINTAINER buildmaster@rocket.chat

@ -53685,6 +53685,202 @@
"4.0"
],
"pull_requests": []
},
"3.8.5": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.19.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19978",
"title": "Regression: Fix oembed",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
},
"3.9.4": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.21.0-alpha.4235",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19978",
"title": "Regression: Fix oembed",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "19830",
"title": "[FIX] Omnichannel Departments Canned Responses",
"userLogin": "gabriellsh",
"milestone": "3.9.4",
"contributors": [
"gabriellsh",
"web-flow",
"renatobecker",
"dougfabris"
]
},
{
"pr": "19945",
"title": "[FIX] Room scrolling to top after returns to a opened room",
"userLogin": "ggazzo",
"milestone": "3.9.4",
"contributors": [
"ggazzo",
"tassoevan",
"web-flow"
]
},
{
"pr": "19935",
"title": "[FIX] Status on searchlist",
"userLogin": "gabriellsh",
"milestone": "3.9.4",
"contributors": [
"gabriellsh",
"tassoevan",
"web-flow"
]
}
]
},
"3.10.1": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.21.0-alpha.4235",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "20073",
"title": "[FIX] Actions from User Info panel",
"userLogin": "Darshilp326",
"description": "Users can be removed from channels without any error message.",
"milestone": "3.10.1",
"contributors": [
"Darshilp326"
]
},
{
"pr": "20114",
"title": "[FIX] Messages being updated when not required after user changes his profile",
"userLogin": "sampaiodiego",
"milestone": "3.10.1",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "19953",
"title": "[FIX][ENTERPRISE] Omnichannel custom fields not storing additional form values ",
"userLogin": "rafaelblink",
"milestone": "3.10.1",
"contributors": [
"rafaelblink",
"renatobecker",
"web-flow"
]
},
{
"pr": "20089",
"title": "[FIX] Omnichannel rooms breaking after return to queue or forward",
"userLogin": "gabriellsh",
"milestone": "3.10.1",
"contributors": [
"gabriellsh",
"renatobecker",
"web-flow"
]
},
{
"pr": "20093",
"title": "[FIX] Omnichannel raw model importing meteor dependency",
"userLogin": "renatobecker",
"milestone": "3.10.1",
"contributors": [
"renatobecker"
]
},
{
"pr": "20061",
"title": "[FIX] User Audio notification preference not being applied",
"userLogin": "sampaiodiego",
"milestone": "3.10.1",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "20003",
"title": "[FIX] OAuth users being asked to change password on second login",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.10.1",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego"
]
},
{
"pr": "20022",
"title": "[FIX] Omnichannel Agents unable to take new chats in the queue",
"userLogin": "rafaelblink",
"milestone": "3.10.1",
"contributors": [
"rafaelblink",
"renatobecker"
]
},
{
"pr": "20007",
"title": "[FIX] Omnichannel Business Hours form is not being rendered",
"userLogin": "rafaelblink",
"milestone": "3.10.1",
"contributors": [
"rafaelblink",
"renatobecker",
"web-flow"
]
},
{
"pr": "19965",
"title": "[FIX] Agent information panel not rendering",
"userLogin": "rafaelblink",
"milestone": "3.10.1",
"contributors": [
"rafaelblink",
"renatobecker",
"web-flow"
]
},
{
"pr": "19997",
"title": "[FIX] Creation of Omnichannel rooms not working correctly through the Apps when the agent parameter is set",
"userLogin": "murtaza98",
"milestone": "3.10.1",
"contributors": [
"murtaza98"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.10.0/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.10.1/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 3.10.0
version: 3.10.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,4 +1,53 @@
# 3.10.1
`2021-01-08 · 11 🐛 · 7 👩💻👨💻`
### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.21.0-alpha.4235`
### 🐛 Bug fixes
- **ENTERPRISE:** Omnichannel custom fields not storing additional form values ([#19953](https://github.com/RocketChat/Rocket.Chat/pull/19953))
- Actions from User Info panel ([#20073](https://github.com/RocketChat/Rocket.Chat/pull/20073) by [@Darshilp326](https://github.com/Darshilp326))
Users can be removed from channels without any error message.
- Agent information panel not rendering ([#19965](https://github.com/RocketChat/Rocket.Chat/pull/19965))
- Creation of Omnichannel rooms not working correctly through the Apps when the agent parameter is set ([#19997](https://github.com/RocketChat/Rocket.Chat/pull/19997))
- Messages being updated when not required after user changes his profile ([#20114](https://github.com/RocketChat/Rocket.Chat/pull/20114))
- OAuth users being asked to change password on second login ([#20003](https://github.com/RocketChat/Rocket.Chat/pull/20003))
- Omnichannel Agents unable to take new chats in the queue ([#20022](https://github.com/RocketChat/Rocket.Chat/pull/20022))
- Omnichannel Business Hours form is not being rendered ([#20007](https://github.com/RocketChat/Rocket.Chat/pull/20007))
- Omnichannel raw model importing meteor dependency ([#20093](https://github.com/RocketChat/Rocket.Chat/pull/20093))
- Omnichannel rooms breaking after return to queue or forward ([#20089](https://github.com/RocketChat/Rocket.Chat/pull/20089))
- User Audio notification preference not being applied ([#20061](https://github.com/RocketChat/Rocket.Chat/pull/20061))
### 👩💻👨💻 Contributors 😍
- [@Darshilp326](https://github.com/Darshilp326)
### 👩💻👨💻 Core Team 🤓
- [@gabriellsh](https://github.com/gabriellsh)
- [@murtaza98](https://github.com/murtaza98)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@rafaelblink](https://github.com/rafaelblink)
- [@renatobecker](https://github.com/renatobecker)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.10.0
`2020-12-29 · 6 🎉 · 10 🚀 · 29 🐛 · 39 🔍 · 20 👩💻👨💻`
@ -243,6 +292,41 @@
- [@thassiov](https://github.com/thassiov)
- [@tiagoevanp](https://github.com/tiagoevanp)
# 3.9.4
`2020-12-31 · 3 🐛 · 1 🔍 · 6 👩💻👨💻`
### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.21.0-alpha.4235`
### 🐛 Bug fixes
- Omnichannel Departments Canned Responses ([#19830](https://github.com/RocketChat/Rocket.Chat/pull/19830))
- Room scrolling to top after returns to a opened room ([#19945](https://github.com/RocketChat/Rocket.Chat/pull/19945))
- Status on searchlist ([#19935](https://github.com/RocketChat/Rocket.Chat/pull/19935))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix oembed ([#19978](https://github.com/RocketChat/Rocket.Chat/pull/19978))
</details>
### 👩💻👨💻 Core Team 🤓
- [@dougfabris](https://github.com/dougfabris)
- [@gabriellsh](https://github.com/gabriellsh)
- [@ggazzo](https://github.com/ggazzo)
- [@renatobecker](https://github.com/renatobecker)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
# 3.9.3
`2020-12-18 · 2 🐛 · 1 👩💻👨💻`
@ -538,6 +622,27 @@
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tiagoevanp](https://github.com/tiagoevanp)
# 3.8.5
`2020-12-31 · 1 🔍 · 1 👩💻👨💻`
### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.19.0`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix oembed ([#19978](https://github.com/RocketChat/Rocket.Chat/pull/19978))
</details>
### 👩💻👨💻 Core Team 🤓
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.8.4
`2020-12-18 · 2 🐛 · 1 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.10.0"
"version": "3.10.1"
}

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "3.10.0",
"version": "3.10.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.10.0",
"version": "3.10.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save