Bump version to 3.3.0-rc.3

pull/17762/head 3.3.0-rc.3
Rodrigo Nascimento 6 years ago
parent 3b43d1953f
commit c152cbf23e
  1. 2
      .docker/Dockerfile.rhel
  2. 47
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 38
      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/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.3.0-rc.2
ENV RC_VERSION 3.3.0-rc.3
MAINTAINER buildmaster@rocket.chat

@ -44878,6 +44878,53 @@
]
}
]
},
"3.3.0-rc.3": {
"node_version": "12.16.1",
"npm_version": "6.14.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17711",
"title": "Regression: Scroll on admin user info",
"userLogin": "ggazzo",
"milestone": "3.3.0",
"contributors": [
"ggazzo"
]
},
{
"pr": "17741",
"title": "Regression: Removed status border on mentions list",
"userLogin": "mariaeduardacunha",
"contributors": [
"mariaeduardacunha"
]
},
{
"pr": "17728",
"title": "Regression: Force unread-rooms bar to appears over the room list",
"userLogin": "mariaeduardacunha",
"contributors": [
"mariaeduardacunha",
"ggazzo"
]
},
{
"pr": "17656",
"title": "[NEW][APPS-ENGINE] Essentials mechanism",
"userLogin": "d-gubert",
"milestone": "3.3.0",
"contributors": [
"d-gubert",
"web-flow"
]
}
]
}
}
}

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

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

@ -1,6 +1,32 @@
# 3.3.0 (Under Release Candidate Process)
## 3.3.0-rc.3
`2020-05-25 · 1 🎉 · 3 🔍 · 3 👩💻👨💻`
### 🎉 New features
- **APPS-ENGINE:** Essentials mechanism ([#17656](https://github.com/RocketChat/Rocket.Chat/pull/17656))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Scroll on admin user info ([#17711](https://github.com/RocketChat/Rocket.Chat/pull/17711))
- Regression: Removed status border on mentions list ([#17741](https://github.com/RocketChat/Rocket.Chat/pull/17741))
- Regression: Force unread-rooms bar to appears over the room list ([#17728](https://github.com/RocketChat/Rocket.Chat/pull/17728))
</details>
### 👩💻👨💻 Core Team 🤓
- [@d-gubert](https://github.com/d-gubert)
- [@ggazzo](https://github.com/ggazzo)
- [@mariaeduardacunha](https://github.com/mariaeduardacunha)
## 3.3.0-rc.2
`2020-05-22 · 1 🐛 · 1 🔍 · 1 👩💻👨💻`
@ -58,14 +84,16 @@
After this process, if an agent has been found, the system will check the agent's availability to assist the new chat. If it's not available, then the routing system will get the next available agent in the queue.
- **Apps-Engine:** New Room events ([#17487](https://github.com/RocketChat/Rocket.Chat/pull/17487))
- **Apps-Engine:** New Livechat event handlers ([#17033](https://github.com/RocketChat/Rocket.Chat/pull/17033))
- API endpoint to fetch Omnichannel's room transfer history ([#17694](https://github.com/RocketChat/Rocket.Chat/pull/17694))
- Option to remove users from RocketChat if not found in Crowd ([#17619](https://github.com/RocketChat/Rocket.Chat/pull/17619) by [@ocanema](https://github.com/ocanema))
- Added custom fields to Add/Edit user ([#17681](https://github.com/RocketChat/Rocket.Chat/pull/17681))
- [Apps-Engine] New Room events ([#17487](https://github.com/RocketChat/Rocket.Chat/pull/17487))
- Admin refactor Second phase ([#17551](https://github.com/RocketChat/Rocket.Chat/pull/17551))
- Added "Add custom emoji" link to emoji picker ([#16250](https://github.com/RocketChat/Rocket.Chat/pull/16250))
@ -90,11 +118,11 @@
- Add Livechat website URL to the offline message e-mail ([#17429](https://github.com/RocketChat/Rocket.Chat/pull/17429))
- [Apps-Engine] New Livechat event handlers ([#17033](https://github.com/RocketChat/Rocket.Chat/pull/17033))
### 🚀 Improvements
- **Apps-Engine:** App user as the default notifier ([#17050](https://github.com/RocketChat/Rocket.Chat/pull/17050))
- Always shows the exact match first on user's and room's autocomplete for mentions and on sidebar search ([#16394](https://github.com/RocketChat/Rocket.Chat/pull/16394))
- Display status information in the Omnichannel Agents list ([#17701](https://github.com/RocketChat/Rocket.Chat/pull/17701))
@ -109,8 +137,6 @@
- Add new webhooks to the Omnichannel integration feature ([#17503](https://github.com/RocketChat/Rocket.Chat/pull/17503))
- [Apps-Engine] App user as the default notifier ([#17050](https://github.com/RocketChat/Rocket.Chat/pull/17050))
### 🐛 Bug fixes

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

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "3.3.0-rc.2",
"version": "3.3.0-rc.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

Loading…
Cancel
Save