Skip to content

Commit

Permalink
Release 6.12.2
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed Oct 10, 2024
1 parent 95a834c commit c5d1591
Show file tree
Hide file tree
Showing 71 changed files with 420 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-brooms-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bump-patch-1726584054495.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-taxis-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-rabbits-brush.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/strong-grapes-brake.md

This file was deleted.

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

## 6.12.2

### Patch Changes

- ([#33348](https://github.com/RocketChat/Rocket.Chat/pull/33348) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes a problem that caused visitor creation to fail when GDPR setting was enabled and visitor was created via Apps Engine or the deprecated `livechat:registerGuest` method.

- Bump @rocket.chat/meteor version.

- Bump @rocket.chat/meteor version.

- ([#33389](https://github.com/RocketChat/Rocket.Chat/pull/33389) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes a race condition that causes livechat conversations to get stuck in the agent's sidebar panel after being forwarded.

- ([#33304](https://github.com/RocketChat/Rocket.Chat/pull/33304) by [@dionisio-bot](https://github.com/dionisio-bot)) Resolves the issue where outgoing integrations failed to trigger after the version 6.12.0 upgrade by correcting the parameter order from the `afterSaveMessage` callback to listener functions. This ensures the correct room information is passed, restoring the functionality of outgoing webhooks, IRC bridge, Autotranslate, and Engagement Dashboard.

- ([#33314](https://github.com/RocketChat/Rocket.Chat/pull/33314) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixed remaining direct references to external user avatar URLs

Fixed local avatars having priority over external provider

It mainly corrects the behavior of E2E encryption messages and desktop notifications.

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/rest-typings@6.12.2
- @rocket.chat/license@0.2.8
- @rocket.chat/omnichannel-services@0.3.5
- @rocket.chat/pdf-worker@0.2.5
- @rocket.chat/presence@0.2.8
- @rocket.chat/api-client@0.2.8
- @rocket.chat/apps@0.1.8
- @rocket.chat/core-services@0.6.2
- @rocket.chat/cron@0.1.8
- @rocket.chat/fuselage-ui-kit@10.0.2
- @rocket.chat/gazzodown@10.0.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/ui-contexts@10.0.2
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/models@0.2.5
- @rocket.chat/ui-theming@0.2.1
- @rocket.chat/ui-avatar@6.0.2
- @rocket.chat/ui-client@10.0.2
- @rocket.chat/ui-video-conf@10.0.2
- @rocket.chat/web-ui-registration@10.0.2
- @rocket.chat/instance-status@0.1.8
</details>

## 6.12.1

### Patch 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": "6.12.1"
"version": "6.12.2"
}
13 changes: 13 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# rocketchat-services

## 1.3.5

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/rest-typings@6.12.2
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 1.3.4

### 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": "1.3.4",
"version": "1.3.5",
"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": "6.12.1",
"version": "6.12.2",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/account-service

## 0.4.8

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/rest-typings@6.12.2
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 0.4.7

### 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.7",
"version": "0.4.8",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/authorization-service

## 0.4.8

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/rest-typings@6.12.2
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 0.4.7

### 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.7",
"version": "0.4.8",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/ddp-streamer

## 0.3.8

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/rest-typings@6.12.2
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
- @rocket.chat/instance-status@0.1.8
</details>

## 0.3.7

### 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.7",
"version": "0.3.8",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/omnichannel-transcript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/omnichannel-transcript

## 0.4.8

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/omnichannel-services@0.3.5
- @rocket.chat/pdf-worker@0.2.5
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 0.4.7

### 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.7",
"version": "0.4.8",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/presence-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/presence-service

## 0.4.8

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/presence@0.2.8
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 0.4.7

### 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.7",
"version": "0.4.8",
"description": "Rocket.Chat Presence service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/queue-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/queue-worker

## 0.4.8

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/omnichannel-services@0.3.5
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 0.4.7

### 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.7",
"version": "0.4.8",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
12 changes: 12 additions & 0 deletions ee/apps/stream-hub-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rocket.chat/stream-hub-service

## 0.4.8

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 0.4.7

### 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.7",
"version": "0.4.8",
"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

## 0.2.8

### Patch Changes

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

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

## 0.2.7

### 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": "0.2.7",
"version": "0.2.8",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
Expand Down
14 changes: 14 additions & 0 deletions ee/packages/omnichannel-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/omnichannel-services

## 0.3.5

### Patch Changes

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

- @rocket.chat/core-typings@6.12.2
- @rocket.chat/rest-typings@6.12.2
- @rocket.chat/pdf-worker@0.2.5
- @rocket.chat/core-services@0.6.2
- @rocket.chat/model-typings@0.7.2
- @rocket.chat/models@0.2.5
</details>

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/omnichannel-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/omnichannel-services",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
Expand Down
9 changes: 9 additions & 0 deletions ee/packages/pdf-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rocket.chat/pdf-worker

## 0.2.5

### Patch Changes

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

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

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/pdf-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/pdf-worker",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
Expand Down
Loading

0 comments on commit c5d1591

Please sign in to comment.