Bump version to 6.2.3

This commit is contained in:
Diego Sampaio 2023-06-05 19:16:52 -03:00
parent c18caf509a
commit d12f312465
No known key found for this signature in database
GPG Key ID: B71D302EB7F5183C
14 changed files with 62 additions and 55 deletions

View File

@ -1,5 +0,0 @@
---
"@rocket.chat/meteor": patch
---
fix: Importer crashes when sending the "active status" e-mail notification to users

View File

@ -1,5 +0,0 @@
---
"@rocket.chat/meteor": patch
---
fix: getActiveLocalUserCount query always returning 0

View File

@ -1,5 +0,0 @@
---
"@rocket.chat/meteor": patch
---
fix: OTR session closing after 10 seconds without warning

View File

@ -1,5 +0,0 @@
---
'@rocket.chat/meteor': patch
---
fix: Admins unable to create new users if new users require manual approval

View File

@ -1,5 +0,0 @@
---
"@rocket.chat/meteor": patch
---
fix: `queuedForUser` endpoint not filtering by status

View File

@ -1,5 +0,0 @@
---
'@rocket.chat/meteor': patch
---
fix wrong %s translations

View File

@ -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"
```

View File

@ -1,5 +0,0 @@
---
"@rocket.chat/meteor": patch
---
fix: unable to upload files in IOS Safari browsers

View File

@ -1,5 +0,0 @@
---
"@rocket.chat/meteor": patch
---
fix: Import progress page stuck at 0%

View File

@ -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 👩‍💻👨‍💻`

View File

@ -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

View File

@ -1,3 +1,3 @@
{
"version": "6.2.2"
"version": "6.2.3"
}

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "6.2.2",
"version": "6.2.3",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,