Bump version to 3.1.1

pull/17304/head
Diego Sampaio 5 years ago
parent e12a3e6001
commit fc8eb5ab57
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 95
      .github/history.json
  3. 44
      HISTORY.md
  4. 2
      app/utils/rocketchat.info
  5. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.1.0
ENV RC_VERSION 3.1.1
MAINTAINER buildmaster@rocket.chat

@ -42397,6 +42397,101 @@
]
}
]
},
"3.1.1": {
"node_version": "12.16.1",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17278",
"title": "[FIX] SAML assertion signature enforcement",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.1.1",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego"
]
},
{
"pr": "17299",
"title": "[FIX] User search on directory not working correctly",
"userLogin": "rodrigok",
"milestone": "3.1.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "17275",
"title": "[FIX] 404 error when clicking an username",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.1.1",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "17287",
"title": "Update Apps-Engine to stable version",
"userLogin": "d-gubert",
"milestone": "3.1.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "17286",
"title": "[FIX] Avatar on sidebar when showing real names",
"userLogin": "ggazzo",
"milestone": "3.1.1",
"contributors": [
"ggazzo"
]
},
{
"pr": "17283",
"title": "[FIX] Directory default tab",
"userLogin": "ggazzo",
"milestone": "3.1.1",
"contributors": [
"ggazzo"
]
},
{
"pr": "17282",
"title": "[FIX] Discussions created from inside DMs were not working and some errors accessing recently created rooms",
"userLogin": "rodrigok",
"milestone": "3.1.1",
"contributors": [
"rodrigok",
"sampaiodiego"
]
},
{
"pr": "17288",
"title": " [FIX] Omnichannel SMS / WhatsApp integration errors due to missing location data",
"userLogin": "renatobecker",
"milestone": "3.1.1",
"contributors": [
"renatobecker",
"web-flow"
]
},
{
"pr": "17302",
"title": "[FIX] LDAP users lose session on refresh",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.1.1",
"contributors": [
"pierre-lehnen-rc"
]
}
]
}
}
}

@ -1,4 +1,48 @@
# 3.1.1
`2020-04-14 · 8 🐛 · 1 🔍 · 6 👩💻👨💻`
### Engine versions
- Node: `12.16.1`
- NPM: `6.13.4`
- MongoDB: `3.4, 3.6, 4.0`
### 🐛 Bug fixes
- SAML assertion signature enforcement ([#17278](https://github.com/RocketChat/Rocket.Chat/pull/17278))
- User search on directory not working correctly ([#17299](https://github.com/RocketChat/Rocket.Chat/pull/17299))
- 404 error when clicking an username ([#17275](https://github.com/RocketChat/Rocket.Chat/pull/17275))
- Avatar on sidebar when showing real names ([#17286](https://github.com/RocketChat/Rocket.Chat/pull/17286))
- Directory default tab ([#17283](https://github.com/RocketChat/Rocket.Chat/pull/17283))
- Discussions created from inside DMs were not working and some errors accessing recently created rooms ([#17282](https://github.com/RocketChat/Rocket.Chat/pull/17282))
- Omnichannel SMS / WhatsApp integration errors due to missing location data ([#17288](https://github.com/RocketChat/Rocket.Chat/pull/17288))
- LDAP users lose session on refresh ([#17302](https://github.com/RocketChat/Rocket.Chat/pull/17302))
<details>
<summary>🔍 Minor changes</summary>
- Update Apps-Engine to stable version ([#17287](https://github.com/RocketChat/Rocket.Chat/pull/17287))
</details>
### 👩💻👨💻 Core Team 🤓
- [@d-gubert](https://github.com/d-gubert)
- [@ggazzo](https://github.com/ggazzo)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@renatobecker](https://github.com/renatobecker)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.1.0
`2020-04-09 · 23 🎉 · 22 🚀 · 71 🐛 · 86 🔍 · 41 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.1.0"
"version": "3.1.1"
}

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

Loading…
Cancel
Save