Skip to content

Commit

Permalink
Release 7.2.1
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed Jan 17, 2025
1 parent 7f9efd8 commit ae24712
Show file tree
Hide file tree
Showing 76 changed files with 1,457 additions and 374 deletions.
5 changes: 0 additions & 5 deletions .changeset/bump-patch-1736433994910.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fifty-apricots-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-vans-fry.md

This file was deleted.

45 changes: 45 additions & 0 deletions apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @rocket.chat/meteor

## 7.2.1

### Patch Changes

- Bump @rocket.chat/meteor version.

- Bump @rocket.chat/meteor version.

- ([#34918](https://github.com/RocketChat/Rocket.Chat/pull/34918) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes a behavior when running microservices that caused queue worker to process just the first 60 seconds of request.

This was due to a mistakenly bound context. Queue Worker was changed to start doing work only after it received the first request.

However, with the introduction of ASL and actual context on calls, the worker registration was absorbing the context of the call that created them, causing service calls happening inside the callbacks to fail because of a timeout.

- ([#34946](https://github.com/RocketChat/Rocket.Chat/pull/34946) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes SlackBridge service failing to connect to multiple slack workspaces

- <details><summary>Updated dependencies [f9e531fce6c0a9e8b9e1836eecfea189f6626bea]:</summary>

- @rocket.chat/omnichannel-services@0.3.9
- @rocket.chat/core-typings@7.2.1
- @rocket.chat/rest-typings@7.2.1
- @rocket.chat/license@1.0.3
- @rocket.chat/pdf-worker@0.2.9
- @rocket.chat/presence@0.2.12
- @rocket.chat/api-client@0.2.12
- @rocket.chat/apps@0.2.3
- @rocket.chat/core-services@0.7.4
- @rocket.chat/cron@0.1.12
- @rocket.chat/freeswitch@1.1.1
- @rocket.chat/fuselage-ui-kit@14.0.1
- @rocket.chat/gazzodown@14.0.1
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/ui-contexts@14.0.1
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
- @rocket.chat/ui-theming@0.4.1
- @rocket.chat/ui-avatar@10.0.1
- @rocket.chat/ui-client@14.0.1
- @rocket.chat/ui-video-conf@14.0.1
- @rocket.chat/ui-voip@4.0.1
- @rocket.chat/web-ui-registration@14.0.1
- @rocket.chat/instance-status@0.1.12
</details>

## 7.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "7.2.0"
"version": "7.2.1"
}
14 changes: 14 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# rocketchat-services

## 2.0.3

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
- @rocket.chat/rest-typings@7.2.1
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
</details>

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rocketchat-services",
"private": true,
"version": "2.0.2",
"version": "2.0.3",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "7.2.0",
"version": "7.2.1",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
12 changes: 12 additions & 0 deletions apps/uikit-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rocket.chat/uikit-playground

## 0.6.3

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
- @rocket.chat/fuselage-ui-kit@14.0.1
- @rocket.chat/ui-contexts@14.0.1
- @rocket.chat/ui-avatar@10.0.1
</details>

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/uikit-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/uikit-playground",
"private": true,
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/account-service

## 0.4.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
- @rocket.chat/rest-typings@7.2.1
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
</details>

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.4.11",
"version": "0.4.12",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/authorization-service

## 0.4.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
- @rocket.chat/rest-typings@7.2.1
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
</details>

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/authorization-service",
"private": true,
"version": "0.4.11",
"version": "0.4.12",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
15 changes: 15 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rocket.chat/ddp-streamer

## 0.3.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
- @rocket.chat/rest-typings@7.2.1
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
- @rocket.chat/instance-status@0.1.12
</details>

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-streamer",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
15 changes: 15 additions & 0 deletions ee/apps/omnichannel-transcript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rocket.chat/omnichannel-transcript

## 0.4.12

### Patch Changes

- <details><summary>Updated dependencies [f9e531fce6c0a9e8b9e1836eecfea189f6626bea]:</summary>

- @rocket.chat/omnichannel-services@0.3.9
- @rocket.chat/core-typings@7.2.1
- @rocket.chat/pdf-worker@0.2.9
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
</details>

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/omnichannel-transcript",
"private": true,
"version": "0.4.11",
"version": "0.4.12",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/presence-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/presence-service

## 0.4.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
- @rocket.chat/presence@0.2.12
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
</details>

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/presence-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/presence-service",
"private": true,
"version": "0.4.11",
"version": "0.4.12",
"description": "Rocket.Chat Presence service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/queue-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/queue-worker

## 0.4.12

### Patch Changes

- <details><summary>Updated dependencies [f9e531fce6c0a9e8b9e1836eecfea189f6626bea]:</summary>

- @rocket.chat/omnichannel-services@0.3.9
- @rocket.chat/core-typings@7.2.1
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
</details>

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/queue-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/queue-worker",
"private": true,
"version": "0.4.11",
"version": "0.4.12",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/stream-hub-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/stream-hub-service

## 0.4.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
- @rocket.chat/core-services@0.7.4
- @rocket.chat/model-typings@1.2.1
- @rocket.chat/network-broker@0.1.4
- @rocket.chat/models@1.1.1
</details>

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/stream-hub-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/stream-hub-service",
"private": true,
"version": "0.4.11",
"version": "0.4.12",
"description": "Rocket.Chat Stream Hub service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
9 changes: 9 additions & 0 deletions ee/packages/license/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rocket.chat/license

## 1.0.3

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@7.2.1
</details>

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/license/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/license",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
Expand Down
9 changes: 9 additions & 0 deletions ee/packages/network-broker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rocket.chat/network-broker

## 0.1.4

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-services@0.7.4
</details>

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/network-broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/network-broker",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
Expand Down
Loading

0 comments on commit ae24712

Please sign in to comment.