Skip to content

Commit

Permalink
Bump version to 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Aug 16, 2021
1 parent 55b468f commit 34d79db
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 3.17.0
ENV RC_VERSION 3.17.1

MAINTAINER buildmaster@rocket.chat

Expand Down
71 changes: 71 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -63650,6 +63650,77 @@
"4.2"
],
"pull_requests": []
},
"3.17.1": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.27.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0",
"4.2"
],
"pull_requests": [
{
"pr": "22871",
"title": "[FIX] \"Click to Join\" button is not working if there are no muted users in the room",
"userLogin": "matheusbsilva137",
"description": "- Add check to `room.muted` array so as to cover the case in which it is `undefined`;",
"milestone": "3.17.1",
"contributors": [
"matheusbsilva137",
"web-flow",
"tassoevan"
]
},
{
"pr": "22856",
"title": "[FIX] Message update not working in some cases",
"userLogin": "murtaza98",
"milestone": "3.17.1",
"contributors": [
"murtaza98",
"KevLehman",
"web-flow"
]
},
{
"pr": "22835",
"title": "[FIX] Use correct param on saveBusinessHour method",
"userLogin": "KevLehman",
"milestone": "3.17.1",
"contributors": [
"KevLehman",
"web-flow",
"renatobecker",
"murtaza98"
]
},
{
"pr": "22882",
"title": "[FIX] Apps-Engine's scheduler failing to update run tasks",
"userLogin": "thassiov",
"description": "[Agenda](https://github.com/agenda/agenda), the library that manages scheduling, depended on setting a job property named `nextRunAt` as `undefined` to signal whether it should be run on schedule or not. [Rocket.Chat's current Mongo driver](https://github.com/RocketChat/Rocket.Chat/pull/22399) ignores `undefined` values when updating documents and this was causing jobs to never stop running as Agenda couldn't clear that property (set them as `undefined`). \r\nThis updates Rocket.Chat's dependency on Agenda.js to point to [a fork that fixes the problem](https://github.com/RocketChat/agenda/releases/tag/3.1.2).",
"milestone": "3.17.1",
"contributors": [
"thassiov",
"web-flow",
"d-gubert"
]
},
{
"pr": "22917",
"title": "[FIX] Close omnichannel conversations when agent is deactivated",
"userLogin": "KevLehman",
"milestone": "3.17.1",
"contributors": [
"KevLehman",
"renatobecker",
"web-flow"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/3.17.0/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.17.1/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 3.17.0
version: 3.17.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
39 changes: 38 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,41 @@

# 3.17.1
`2021-08-16 · 5 🐛 · 7 👩‍💻👨‍💻`

### Engine versions
- Node: `12.22.1`
- NPM: `6.14.1`
- MongoDB: `3.4, 3.6, 4.0, 4.2`
- Apps-Engine: `1.27.1`

### 🐛 Bug fixes


- "Click to Join" button is not working if there are no muted users in the room ([#22871](https://github.com/RocketChat/Rocket.Chat/pull/22871))

- Add check to `room.muted` array so as to cover the case in which it is `undefined`;

- Apps-Engine's scheduler failing to update run tasks ([#22882](https://github.com/RocketChat/Rocket.Chat/pull/22882))

[Agenda](https://github.com/agenda/agenda), the library that manages scheduling, depended on setting a job property named `nextRunAt` as `undefined` to signal whether it should be run on schedule or not. [Rocket.Chat's current Mongo driver](https://github.com/RocketChat/Rocket.Chat/pull/22399) ignores `undefined` values when updating documents and this was causing jobs to never stop running as Agenda couldn't clear that property (set them as `undefined`).
This updates Rocket.Chat's dependency on Agenda.js to point to [a fork that fixes the problem](https://github.com/RocketChat/agenda/releases/tag/3.1.2).

- Close omnichannel conversations when agent is deactivated ([#22917](https://github.com/RocketChat/Rocket.Chat/pull/22917))

- Message update not working in some cases ([#22856](https://github.com/RocketChat/Rocket.Chat/pull/22856))

- Use correct param on saveBusinessHour method ([#22835](https://github.com/RocketChat/Rocket.Chat/pull/22835))

### 👩‍💻👨‍💻 Core Team 🤓

- [@KevLehman](https://github.com/KevLehman)
- [@d-gubert](https://github.com/d-gubert)
- [@matheusbsilva137](https://github.com/matheusbsilva137)
- [@murtaza98](https://github.com/murtaza98)
- [@renatobecker](https://github.com/renatobecker)
- [@tassoevan](https://github.com/tassoevan)
- [@thassiov](https://github.com/thassiov)

# 3.17.0
`2021-07-30 · 7 🎉 · 19 🚀 · 39 🐛 · 56 🔍 · 28 👩‍💻👨‍💻`

Expand Down Expand Up @@ -5051,7 +5088,7 @@
- [@sampaiodiego](https://github.com/sampaiodiego)

# 3.8.0
`2020-11-13 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩‍💻👨‍💻`
`2020-11-14 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩‍💻👨‍💻`

### Engine versions
- Node: `12.18.4`
Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.17.0"
"version": "3.17.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.17.0",
"version": "3.17.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 34d79db

Please sign in to comment.