mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Bump version to 6.2.3
This commit is contained in:
parent
c18caf509a
commit
d12f312465
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@rocket.chat/meteor": patch
|
||||
---
|
||||
|
||||
fix: Importer crashes when sending the "active status" e-mail notification to users
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@rocket.chat/meteor": patch
|
||||
---
|
||||
|
||||
fix: getActiveLocalUserCount query always returning 0
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@rocket.chat/meteor": patch
|
||||
---
|
||||
|
||||
fix: OTR session closing after 10 seconds without warning
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
'@rocket.chat/meteor': patch
|
||||
---
|
||||
|
||||
fix: Admins unable to create new users if new users require manual approval
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@rocket.chat/meteor": patch
|
||||
---
|
||||
|
||||
fix: `queuedForUser` endpoint not filtering by status
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
'@rocket.chat/meteor': patch
|
||||
---
|
||||
|
||||
fix wrong %s translations
|
||||
@ -1,11 +0,0 @@
|
||||
---
|
||||
'@rocket.chat/meteor': minor
|
||||
---
|
||||
|
||||
feat: *Enterprise* Add support for different transporters to connect multiple monolith instances.
|
||||
|
||||
To use that, you can use the `TRANSPORTER` env var adding "monolith+" to the transporter value. To use NATS for example, your env var should be:
|
||||
|
||||
```bash
|
||||
export TRANSPORTER="monolith+nats://localhost:4222"
|
||||
```
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@rocket.chat/meteor": patch
|
||||
---
|
||||
|
||||
fix: unable to upload files in IOS Safari browsers
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@rocket.chat/meteor": patch
|
||||
---
|
||||
|
||||
fix: Import progress page stuck at 0%
|
||||
58
HISTORY.md
58
HISTORY.md
@ -1,3 +1,61 @@
|
||||
# 6.2.3
|
||||
|
||||
`2023-06-05 · 1 🎉 · 9 🐛 · 9 👩💻👨💻`
|
||||
|
||||
### Engine versions
|
||||
- Node: `14.21.3`
|
||||
- NPM: `6.14.17`
|
||||
- MongoDB: `4.4, 5.0, 6.0`
|
||||
- Apps-Engine: `1.39.1`
|
||||
|
||||
### 🎉 New features
|
||||
|
||||
|
||||
- Add support to use `TRANSPORTER` env var for monolith deployments ([#29373](https://github.com/RocketChat/Rocket.Chat/pull/29373))
|
||||
|
||||
### 🐛 Bug fixes
|
||||
|
||||
|
||||
- `queuedForUser` endpoint not filtering by status ([#29189](https://github.com/RocketChat/Rocket.Chat/pull/29189))
|
||||
|
||||
- Embedded layout stops working after navigation occurs ([#29147](https://github.com/RocketChat/Rocket.Chat/pull/29147))
|
||||
|
||||
- File upload in Safari, IOS devices ([#27121](https://github.com/RocketChat/Rocket.Chat/pull/27121))
|
||||
|
||||
- fix wrong %s translations ([#29395](https://github.com/RocketChat/Rocket.Chat/pull/29395))
|
||||
|
||||
- getActiveLocalUserCount query ([#29349](https://github.com/RocketChat/Rocket.Chat/pull/29349))
|
||||
|
||||
- Import progress page stuck at 0% ([#29421](https://github.com/RocketChat/Rocket.Chat/pull/29421))
|
||||
|
||||
- Fix incorrect percentage calc;
|
||||
- Fix import progress page stuck at 0%.
|
||||
|
||||
- Importer crashes when sending the "active status" e-mail notification to users ([#29401](https://github.com/RocketChat/Rocket.Chat/pull/29401))
|
||||
|
||||
- Fix `getImportProgress` endpoint returning incorrect count info (`total: 0, completed: 0`);
|
||||
- Fix server crash when sending the "active status" e-mail notification to users on import.
|
||||
|
||||
- OTR session closing after 10 seconds without warning ([#29245](https://github.com/RocketChat/Rocket.Chat/pull/29245))
|
||||
|
||||
The `Notifications` streamer is sending two events when there's a license applied to the workspace and it's not using Microservices. I'm avoiding this by simply ignoring the second event in OTRRoom.
|
||||
|
||||
There is still an issue where there's 2 system messages being fired after accepting, but that's not a really big concern since it doesn't break anything.
|
||||
|
||||
- unable to create user if Accounts_ManuallyApproveNewUsers is enabled ([#29293](https://github.com/RocketChat/Rocket.Chat/pull/29293))
|
||||
|
||||
### 👩💻👨💻 Core Team 🤓
|
||||
|
||||
- [@KevLehman](https://github.com/KevLehman)
|
||||
- [@debdutdeb](https://github.com/debdutdeb)
|
||||
- [@gabriellsh](https://github.com/gabriellsh)
|
||||
- [@ggazzo](https://github.com/ggazzo)
|
||||
- [@jessicaschelly](https://github.com/jessicaschelly)
|
||||
- [@matheusbsilva137](https://github.com/matheusbsilva137)
|
||||
- [@murtaza98](https://github.com/murtaza98)
|
||||
- [@sampaiodiego](https://github.com/sampaiodiego)
|
||||
- [@yash-rajpal](https://github.com/yash-rajpal)
|
||||
|
||||
# 6.2.2
|
||||
|
||||
`2023-05-19 · 1 🐛 · 2 👩💻👨💻`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
FROM registry.access.redhat.com/ubi8/nodejs-12
|
||||
|
||||
ENV RC_VERSION 6.2.2
|
||||
ENV RC_VERSION 6.2.3
|
||||
|
||||
MAINTAINER buildmaster@rocket.chat
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "6.2.2"
|
||||
"version": "6.2.3"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@rocket.chat/meteor",
|
||||
"description": "The Ultimate Open Source WebChat Platform",
|
||||
"version": "6.2.2",
|
||||
"version": "6.2.3",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "Rocket.Chat",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rocket.chat",
|
||||
"version": "6.2.2",
|
||||
"version": "6.2.3",
|
||||
"description": "Rocket.Chat Monorepo",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user