Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.8.3 #26414

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -77219,6 +77219,49 @@
]
}
]
},
"4.8.3": {
"node_version": "14.18.3",
"npm_version": "6.14.15",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "25873",
"title": "[FIX] Update chartjs usage to v3",
"userLogin": "KevLehman",
"milestone": "5.0.0",
"contributors": [
"KevLehman"
]
},
{
"pr": "26057",
"title": "[FIX] Unable to close chats when comments is disabled",
"userLogin": "murtaza98",
"description": "Fixes https://github.com/RocketChat/Rocket.Chat/issues/25954",
"milestone": "5.0.0",
"contributors": [
"murtaza98",
"web-flow"
]
},
{
"pr": "26276",
"title": "[FIX] Unable to send voice recording to Whatsapp",
"userLogin": "murtaza98",
"milestone": "4.8.3",
"contributors": [
"murtaza98",
"web-flow"
]
}
]
}
}
}
26 changes: 25 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@

# 4.8.3
`2022-07-29 · 3 🐛 · 2 👩‍💻👨‍💻`

### Engine versions
- Node: `14.18.3`
- NPM: `6.14.15`
- MongoDB: `3.6, 4.0, 4.2, 4.4, 5.0`

### 🐛 Bug fixes


- Unable to close chats when comments is disabled ([#26057](https://github.com/RocketChat/Rocket.Chat/pull/26057))

Fixes https://github.com/RocketChat/Rocket.Chat/issues/25954

- Unable to send voice recording to Whatsapp ([#26276](https://github.com/RocketChat/Rocket.Chat/pull/26276))

- Update chartjs usage to v3 ([#25873](https://github.com/RocketChat/Rocket.Chat/pull/25873))

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

- [@KevLehman](https://github.com/KevLehman)
- [@murtaza98](https://github.com/murtaza98)

# 4.8.2
`2022-07-20 · 4 🐛 · 1 🔍 · 2 👩‍💻👨‍💻`
`2022-07-21 · 4 🐛 · 1 🔍 · 2 👩‍💻👨‍💻`

### Engine versions
- Node: `14.18.3`
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.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 4.8.2
ENV RC_VERSION 4.8.3

MAINTAINER buildmaster@rocket.chat

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.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/4.8.2/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.8.3/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.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: 4.8.2
version: 4.8.3
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
221 changes: 0 additions & 221 deletions apps/meteor/app/livechat/client/lib/chartHandler.js

This file was deleted.

Loading