From c41ab9ebeb84fd5cc01f75511a79ae0c47ba3e97 Mon Sep 17 00:00:00 2001 From: rocketchat-github-ci Date: Sun, 20 Oct 2024 05:00:56 +0000 Subject: [PATCH] Release 7.0.0-rc.0 --- .changeset/pre.json | 175 +++++++++++ apps/meteor/CHANGELOG.md | 278 ++++++++++++++++++ apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/ee/server/services/CHANGELOG.md | 30 ++ apps/meteor/ee/server/services/package.json | 2 +- apps/meteor/package.json | 2 +- apps/uikit-playground/CHANGELOG.md | 16 + apps/uikit-playground/package.json | 2 +- ee/apps/account-service/CHANGELOG.md | 14 + ee/apps/account-service/package.json | 2 +- ee/apps/authorization-service/CHANGELOG.md | 14 + ee/apps/authorization-service/package.json | 2 +- ee/apps/ddp-streamer/CHANGELOG.md | 15 + ee/apps/ddp-streamer/package.json | 2 +- ee/apps/omnichannel-transcript/CHANGELOG.md | 15 + ee/apps/omnichannel-transcript/package.json | 2 +- ee/apps/presence-service/CHANGELOG.md | 14 + ee/apps/presence-service/package.json | 2 +- ee/apps/queue-worker/CHANGELOG.md | 14 + ee/apps/queue-worker/package.json | 2 +- ee/apps/stream-hub-service/CHANGELOG.md | 13 + ee/apps/stream-hub-service/package.json | 2 +- ee/packages/license/CHANGELOG.md | 17 ++ ee/packages/license/package.json | 2 +- ee/packages/network-broker/CHANGELOG.md | 10 + ee/packages/network-broker/package.json | 2 +- ee/packages/omnichannel-services/CHANGELOG.md | 14 + ee/packages/omnichannel-services/package.json | 2 +- ee/packages/pdf-worker/CHANGELOG.md | 9 + ee/packages/pdf-worker/package.json | 2 +- ee/packages/presence/CHANGELOG.md | 11 + ee/packages/presence/package.json | 2 +- ee/packages/ui-theming/CHANGELOG.md | 6 + ee/packages/ui-theming/package.json | 2 +- package.json | 2 +- packages/api-client/CHANGELOG.md | 10 + packages/api-client/package.json | 2 +- packages/apps-engine/CHANGELOG.md | 13 + packages/apps-engine/package.json | 2 +- packages/apps/CHANGELOG.md | 16 + packages/apps/package.json | 2 +- packages/core-services/CHANGELOG.md | 16 + packages/core-services/package.json | 2 +- packages/core-typings/CHANGELOG.md | 29 ++ packages/core-typings/package.json | 2 +- packages/cron/CHANGELOG.md | 10 + packages/cron/package.json | 2 +- packages/ddp-client/CHANGELOG.md | 13 + packages/ddp-client/package.json | 2 +- packages/freeswitch/CHANGELOG.md | 14 + packages/freeswitch/package.json | 2 +- packages/fuselage-ui-kit/CHANGELOG.md | 19 ++ packages/fuselage-ui-kit/package.json | 12 +- packages/gazzodown/CHANGELOG.md | 15 + packages/gazzodown/package.json | 6 +- packages/i18n/CHANGELOG.md | 40 +++ packages/i18n/package.json | 2 +- packages/instance-status/CHANGELOG.md | 9 + packages/instance-status/package.json | 2 +- packages/livechat/CHANGELOG.md | 12 + packages/livechat/package.json | 2 +- packages/mock-providers/CHANGELOG.md | 11 + packages/mock-providers/package.json | 2 +- packages/model-typings/CHANGELOG.md | 25 ++ packages/model-typings/package.json | 2 +- packages/models/CHANGELOG.md | 14 + packages/models/package.json | 2 +- packages/rest-typings/CHANGELOG.md | 36 +++ packages/rest-typings/package.json | 2 +- packages/ui-avatar/CHANGELOG.md | 13 + packages/ui-avatar/package.json | 4 +- packages/ui-client/CHANGELOG.md | 18 ++ packages/ui-client/package.json | 6 +- packages/ui-composer/CHANGELOG.md | 8 + packages/ui-composer/package.json | 2 +- packages/ui-contexts/CHANGELOG.md | 12 + packages/ui-contexts/package.json | 2 +- packages/ui-kit/CHANGELOG.md | 8 + packages/ui-kit/package.json | 2 +- packages/ui-video-conf/CHANGELOG.md | 14 + packages/ui-video-conf/package.json | 6 +- packages/ui-voip/CHANGELOG.md | 18 ++ packages/ui-voip/package.json | 8 +- packages/web-ui-registration/CHANGELOG.md | 13 + packages/web-ui-registration/package.json | 4 +- yarn.lock | 2 - 86 files changed, 1130 insertions(+), 61 deletions(-) create mode 100644 .changeset/pre.json create mode 100644 ee/packages/network-broker/CHANGELOG.md create mode 100644 packages/apps-engine/CHANGELOG.md create mode 100644 packages/freeswitch/CHANGELOG.md create mode 100644 packages/ui-voip/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 00000000000..904a6b5eee6 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,175 @@ +{ + "mode": "pre", + "tag": "rc", + "initialVersions": { + "@rocket.chat/meteor": "7.0.0-develop", + "rocketchat-services": "1.3.5", + "@rocket.chat/uikit-playground": "0.5.0", + "@rocket.chat/account-service": "0.4.8", + "@rocket.chat/authorization-service": "0.4.8", + "@rocket.chat/ddp-streamer": "0.3.8", + "@rocket.chat/omnichannel-transcript": "0.4.8", + "@rocket.chat/presence-service": "0.4.8", + "@rocket.chat/queue-worker": "0.4.8", + "@rocket.chat/stream-hub-service": "0.4.8", + "@rocket.chat/license": "0.2.8", + "@rocket.chat/network-broker": "0.1.0", + "@rocket.chat/omnichannel-services": "0.3.5", + "@rocket.chat/pdf-worker": "0.2.5", + "@rocket.chat/presence": "0.2.8", + "@rocket.chat/ui-theming": "0.3.0", + "@rocket.chat/account-utils": "0.0.2", + "@rocket.chat/agenda": "0.1.0", + "@rocket.chat/api-client": "0.2.8", + "@rocket.chat/apps": "0.1.8", + "@rocket.chat/apps-engine": "1.47.0-alpha", + "@rocket.chat/base64": "1.0.13", + "@rocket.chat/cas-validate": "0.0.2", + "@rocket.chat/core-services": "0.7.0", + "@rocket.chat/core-typings": "7.0.0-develop", + "@rocket.chat/cron": "0.1.8", + "@rocket.chat/ddp-client": "0.3.8", + "@rocket.chat/eslint-config": "0.7.0", + "@rocket.chat/favicon": "0.0.2", + "@rocket.chat/freeswitch": "0.0.1", + "@rocket.chat/fuselage-ui-kit": "11.0.0", + "@rocket.chat/gazzodown": "11.0.0", + "@rocket.chat/i18n": "0.8.0", + "@rocket.chat/instance-status": "0.1.8", + "@rocket.chat/jest-presets": "0.0.1", + "@rocket.chat/jwt": "0.1.1", + "@rocket.chat/livechat": "1.20.0", + "@rocket.chat/log-format": "0.0.2", + "@rocket.chat/logger": "0.0.2", + "@rocket.chat/message-parser": "0.31.31", + "@rocket.chat/mock-providers": "0.1.3", + "@rocket.chat/model-typings": "0.8.0", + "@rocket.chat/models": "0.3.0", + "@rocket.chat/poplib": "0.0.2", + "@rocket.chat/password-policies": "0.0.2", + "@rocket.chat/patch-injection": "0.0.1", + "@rocket.chat/peggy-loader": "0.31.27", + "@rocket.chat/random": "1.2.2", + "@rocket.chat/release-action": "2.2.3", + "@rocket.chat/release-changelog": "0.1.0", + "@rocket.chat/rest-typings": "7.0.0-develop", + "@rocket.chat/server-cloud-communication": "0.0.2", + "@rocket.chat/server-fetch": "0.0.3", + "@rocket.chat/sha256": "1.0.10", + "@rocket.chat/tools": "0.2.2", + "@rocket.chat/tracing": "0.0.1", + "@rocket.chat/ui-avatar": "7.0.0", + "@rocket.chat/ui-client": "11.0.0", + "@rocket.chat/ui-composer": "0.3.0", + "@rocket.chat/ui-contexts": "11.0.0", + "@rocket.chat/ui-kit": "0.36.1", + "@rocket.chat/ui-video-conf": "11.0.0", + "@rocket.chat/ui-voip": "1.0.0", + "@rocket.chat/web-ui-registration": "11.0.0" + }, + "changesets": [ + "brown-pants-press", + "chilled-boats-sip", + "chilled-files-relate", + "chilly-flowers-brake", + "cool-dryers-judge", + "dry-taxis-cry", + "dull-singers-move", + "e2ee-composer-freeze", + "e2ee-modal-keys", + "fair-bees-wash", + "fair-seahorses-laugh", + "fifty-mails-admire", + "five-suns-tickle", + "fluffy-knives-count", + "forty-actors-care", + "forty-needles-sit", + "forty-pants-roll", + "four-experts-compare", + "four-snakes-deny", + "fuzzy-cherries-buy", + "fuzzy-pans-share", + "gentle-kings-greet", + "giant-spiders-train", + "gold-falcons-hear", + "gold-knives-sparkle", + "gorgeous-houses-sneeze", + "grumpy-lamps-beg", + "grumpy-weeks-appear", + "heavy-apricots-wash", + "heavy-carrots-reflect", + "hot-socks-play", + "hungry-icons-try", + "khaki-boxes-suffer", + "kind-clocks-smash", + "kind-eels-brush", + "large-bikes-brake", + "large-pillows-brush", + "late-hats-carry", + "lemon-tables-nail", + "little-bottles-peel", + "little-gifts-do", + "lovely-trees-call", + "many-carrots-care", + "many-files-turn", + "mean-readers-join", + "modern-trees-draw", + "moody-phones-admire", + "nice-vans-design", + "olive-dogs-jam", + "perfect-wolves-impress", + "pink-wombats-wait", + "plenty-hairs-camp", + "poor-falcons-doubt", + "proud-bugs-cry", + "purple-papayas-collect", + "purple-tools-heal", + "quick-moles-jump", + "quiet-kings-rhyme", + "rare-hats-lie", + "real-avocados-sneeze", + "real-plants-mix", + "red-crews-behave", + "rude-dodos-agree", + "selfish-experts-develop", + "selfish-schools-leave", + "seven-hotels-collect", + "sharp-adults-think", + "sharp-forks-give", + "shiny-falcons-vanish", + "six-horses-sin", + "sixty-moons-walk", + "sixty-owls-arrive", + "sixty-vans-grab", + "slow-crabs-run", + "slow-rules-bow", + "smooth-horses-draw", + "soft-ducks-build", + "soft-planets-cross", + "spicy-eggs-march", + "strange-spies-clean", + "strong-waves-add", + "swift-penguins-help", + "tame-dolls-know", + "tasty-goats-deny", + "ten-houses-repair", + "tender-cheetahs-teach", + "tender-readers-run", + "tender-turkeys-breathe", + "thick-waves-try", + "thirty-trainers-swim", + "three-avocados-search", + "three-crews-allow", + "tidy-suns-move", + "tiny-rice-train", + "tough-rings-kneel", + "tricky-horses-swim", + "twenty-ways-think", + "two-emus-wash", + "two-geckos-train", + "unlucky-ducks-arrive", + "witty-apples-pretend", + "yellow-jobs-serve", + "young-maps-push" + ] +} diff --git a/apps/meteor/CHANGELOG.md b/apps/meteor/CHANGELOG.md index 2fd9252f1ba..7b6a8c51c45 100644 --- a/apps/meteor/CHANGELOG.md +++ b/apps/meteor/CHANGELOG.md @@ -1,5 +1,283 @@ # @rocket.chat/meteor +## 7.0.0-rc.0 + +### Major Changes + +- ([#33316](https://github.com/RocketChat/Rocket.Chat/pull/33316)) Changes some displays to reflect new rules for private apps and adds a new modal before uploading a private app + +- ([#32212](https://github.com/RocketChat/Rocket.Chat/pull/32212)) Fixed broken translation in "Forgot Password" e-mail + +- ([#33503](https://github.com/RocketChat/Rocket.Chat/pull/33503)) Adds modal confirmation to enable and disable End-to-end encryption + + Adds a reset room key option to the modal that disables End-to-end encryption, this is useful when all the members of a room lose their room E2EE keys + +- ([#33474](https://github.com/RocketChat/Rocket.Chat/pull/33474)) Removes deprecated endpoint `pw.getPolicyReset`. Moving forward, use the `pw.getPolicy` endpoint. + +- ([#32162](https://github.com/RocketChat/Rocket.Chat/pull/32162)) As per MongoDB Lifecycle Schedules ([mongodb.com/legal/support-policy/lifecycles](https://www.mongodb.com/legal/support-policy/lifecycles)) we're removing official support to MongoDB version 4.4 that has reached end of life in February 2024. + + We recommend upgrading to at least MongoDB 6.0+, though 5.0 is still a supported version. + + Here are official docs on how to upgrade to some of the supported versions: + + - [mongodb.com/docs/manual/release-notes/5.0-upgrade-replica-set](https://www.mongodb.com/docs/manual/release-notes/5.0-upgrade-replica-set/) + - [mongodb.com/docs/manual/release-notes/6.0-upgrade-replica-set](https://www.mongodb.com/docs/manual/release-notes/6.0-upgrade-replica-set/) + - [mongodb.com/docs/manual/release-notes/7.0-upgrade-replica-set](https://www.mongodb.com/docs/manual/release-notes/7.0-upgrade-replica-set/) + +- ([#33333](https://github.com/RocketChat/Rocket.Chat/pull/33333)) Login services button was not respecting the button color and text color settings. Implemented a fix to respect these settings and change the button colors accordingly. + + Added a warning on all settings which allow admins to change OAuth button colors, so that they can be alerted about WCAG (Web Content Accessibility Guidelines) compliance. + +- ([#32162](https://github.com/RocketChat/Rocket.Chat/pull/32162)) Added MongoDB 7.0 support + +- ([#33449](https://github.com/RocketChat/Rocket.Chat/pull/33449)) Removes deprecated method `livechat:webhookTest`. Moving forward use the endpoint `livechat/webhook.test`. + +- ([#33373](https://github.com/RocketChat/Rocket.Chat/pull/33373)) This adjustment removes the deprecated method `livechat:searchAgent`. Moving forward, use `livechat/users/agent/:_id` endpoint. + +- ([#33442](https://github.com/RocketChat/Rocket.Chat/pull/33442)) Removes deprecated `livechat:getAnalyticsOverviewData` method. Moving forward use the `livechat/analytics/overview` endpoint. + +- ([#31889](https://github.com/RocketChat/Rocket.Chat/pull/31889)) Removed upsert behavior on `users.update` endpoint (`joinDefaultChannels` param or empty `userId` are not allowed anymore) + +- ([#32159](https://github.com/RocketChat/Rocket.Chat/pull/32159)) Api login should not suggest which credential is wrong (password/username) + + Failed login attemps will always return `Unauthorized` instead of the internal fail reason + +- ([#31117](https://github.com/RocketChat/Rocket.Chat/pull/31117)) Adds a new set of permissions to provide a more granular control for the creation and deletion of rooms within teams + + - `create-team-channel`: controls the creations of public rooms within teams, it is checked within the team's main room scope and overrides the global `create-c` permission check. That is, granting this permission to a role allows users to create channels in teams even if they do not have the permission to create channels globally; + - `create-team-group`: controls the creations of private rooms within teams, it is checked within the team's main room scope and overrides the global `create-p` permission check. That is, granting this permission to a role allows users to create groups in teams even if they do not have the permission to create groups globally; + - `delete-team-channel`: controls the deletion of public rooms within teams, it is checked within the team's main room scope and complements the global `delete-c` permission check. That is, users must have both permissions (`delete-c` in the channel scope and `delete-team-channel` in its team scope) in order to be able to delete a channel in a team; + - `delete-team-group`: controls the deletion of private rooms within teams, it is checked within the team's main room scope and complements the global `delete-p` permission check. That is, users must have both permissions (`delete-p` in the group scope and `delete-team-group` in its team scope) in order to be able to delete a group in a team;; + + Renames `add-team-channel` permission (used for adding existing rooms to teams) to `move-room-to-team`, since it is applied to groups and channels. + +- ([#33391](https://github.com/RocketChat/Rocket.Chat/pull/33391)) Removed deprecated method `livechat:loginByToken`. Moving forward, use the endpoint `livechat/visitor/:token`. + +- ([#33473](https://github.com/RocketChat/Rocket.Chat/pull/33473)) Removes deprecated method `getPasswordPolicy`. Moving forward, use the endpoint `pw.getPolicy`. + +- ([#33210](https://github.com/RocketChat/Rocket.Chat/pull/33210)) Removes private App installation via URL method following a deprecation warning. + +- ([#33429](https://github.com/RocketChat/Rocket.Chat/pull/33429)) Removed deprecated methods `livechat:saveTrigger` and `livechat:removeTrigger`. Moving forward use the endpoints `livechat/triggers (POST)` and `livechat/triggers/:_id (DELETE)` respectively. + +- ([#33465](https://github.com/RocketChat/Rocket.Chat/pull/33465)) Removes deprecated method `addOAuthApp`. Moving forward, use the endpoint `oauth-apps.create` instead. + +- ([#33472](https://github.com/RocketChat/Rocket.Chat/pull/33472)) Removes deprecated `deleteMessage` method. Moving forward, use the `chat.delete` endpoint. + +- ([#33447](https://github.com/RocketChat/Rocket.Chat/pull/33447)) Removes deprecated method `livechat:saveInfo`. Moving forward use the enpoint `livechat/room/save.info`. + +- ([#31438](https://github.com/RocketChat/Rocket.Chat/pull/31438)) Upgrades the version of the Meteor framework to 3.0 + + The main reason behind this is the upgrade of the Node.js version, where version 14 will be removed and version 20 will be used instead. + + Internally, significant changes have been made, mostly due to the removal of fibers. + + As a result, it was necessary to adapt our code to work with the new version. + + No functionality should have been affected by this, but if you are running Rocket.Chat in unconventional ways, please note that you need to upgrade your Node.js version. + +- ([#33426](https://github.com/RocketChat/Rocket.Chat/pull/33426)) Removed deprecated method `livechat:getNextAgent`. Moving forward, use the `livechat/agent.next/:token` endpoint. + +- ([#33526](https://github.com/RocketChat/Rocket.Chat/pull/33526)) Removes deprecated method `livechat:setDepartmentForVisitor`. Moving forward, use the endpoint `livechat/visitor`. + +- ([#33241](https://github.com/RocketChat/Rocket.Chat/pull/33241)) Adds restrictions to air-gapped environments without a license + +- ([#33042](https://github.com/RocketChat/Rocket.Chat/pull/33042)) Removes `view-history` permission due to lack of usage + +- ([#33448](https://github.com/RocketChat/Rocket.Chat/pull/33448)) Removes the deprecated method `livechat:saveAppearance`. Moving forward use the endpoint `livechat/appearance`. + +- ([#33445](https://github.com/RocketChat/Rocket.Chat/pull/33445)) Removes deprecated `livechat:getAgentOverviewData` method. Moving forward use `livechat/analytics/agent-overview` endpoint. + +- ([#33444](https://github.com/RocketChat/Rocket.Chat/pull/33444)) Removes deprecated method `livechat:setCustomField`. The custom fields can be directly set via the `livechat/visitor` endpoint. + +- ([#33471](https://github.com/RocketChat/Rocket.Chat/pull/33471)) Removes deprecated endpoint `channels.images`. Moving forward, use `rooms.images` endpoint. + +- ([#33650](https://github.com/RocketChat/Rocket.Chat/pull/33650)) Changes custom emoji listing endpoint by moving query params from the 'query' attribute to standard query parameters. + +- ([#32856](https://github.com/RocketChat/Rocket.Chat/pull/32856)) Adds a new collection to store all the workspace cloud tokens to defer the race condition management to MongoDB instead of having to handle it within the settings cache. + Removes the Cloud_Workspace_Access_Token & Cloud_Workspace_Access_Token_Expires_At settings since they are not going to be used anymore. +- ([#33423](https://github.com/RocketChat/Rocket.Chat/pull/33423)) Removed deprecated methods `livechat:removeAgent`, `livechat:removeManager` and `livechat:removeDepartment`. Moving forward, use `livechat/users/agent/:_id`, and `livechat/users/manager/:_id` and `livechat/department/:_id` respectively.` + +- ([#31438](https://github.com/RocketChat/Rocket.Chat/pull/31438)) Node.js 20.x support + +- ([#32154](https://github.com/RocketChat/Rocket.Chat/pull/32154)) Removed the ability to import data in the HipChat Enterprise format, as it was discontinued over five years ago. + +- ([#33419](https://github.com/RocketChat/Rocket.Chat/pull/33419)) Changes End-to-end encryption default setting to enable mention in encrypted messages + +- ([#33451](https://github.com/RocketChat/Rocket.Chat/pull/33451)) Removes deprecated method `livechat:saveIntegration`. Moving forward, use the endpoint `omnichannel/integrations (POST)`. + +- ([#33443](https://github.com/RocketChat/Rocket.Chat/pull/33443)) Removed deprecated method `livechat:saveSurveyFeedback`. Moving forward use the endpoint `livechat/room.survey`. + +- Removed the deprecated "Compatible Sandbox" option from integration scripts and the dependencies that this sandbox mode relied on. + +- ([#33453](https://github.com/RocketChat/Rocket.Chat/pull/33453)) Removes deprecated `livechat/inquiries.queued` endpoint. Moving forward use the `livechat/inquiries.queuedForUser` endpoint. + +- ([#31438](https://github.com/RocketChat/Rocket.Chat/pull/31438)) Remove linkedin oauth package, now linkedin oauth must to me configured as custom oauth + +- ([#32285](https://github.com/RocketChat/Rocket.Chat/pull/32285)) Fixed issue with LDAP sync triggering multiple cron jobs in case an invalid sync interval is provided + +- ([#33328](https://github.com/RocketChat/Rocket.Chat/pull/33328)) Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. + +- ([#33539](https://github.com/RocketChat/Rocket.Chat/pull/33539)) Removes deprecated method `livechat:registerAgent`. Moving forward, use the endpoint `livechat/visitor`. + +- ([#33520](https://github.com/RocketChat/Rocket.Chat/pull/33520)) Fixes a behavior of E2EE room creation that allowed any user on the room to define room keys before the room creator, causing race conditions. + +- ([#33329](https://github.com/RocketChat/Rocket.Chat/pull/33329)) Randomizes `e2eKeyId` generation instead of derive it from encoded key. Previously, we used the stringified & encoded version of the key to extract a keyID, however this generated the same keyID for all rooms. As we didn't use this keyID, and rooms didn't have the capability of having multiple keys, this was harmless. + This PR introduces a new way of generating that identifier, making it random and unique, so multiple room keys can be used on the same room as long as the keyID is different. + + NOTE: new E2EE rooms created _after_ this PR is merged will not be compatible with older versions of Rocket.Chat. Old rooms created before this update will continue to be compatible. + +- ([#33361](https://github.com/RocketChat/Rocket.Chat/pull/33361)) Change the E2EE setting - "Access unencrypted content in encrypted rooms" default value, making the current behavior not allow to send unencrypted messages in end-to-end encrypted channels. + +- ([#33470](https://github.com/RocketChat/Rocket.Chat/pull/33470)) Removes deprecated endpoints `licenses.isEnterprise` and `licenses.get`. Moving forward use the endpoint `licenses.info.` + +- ([#33371](https://github.com/RocketChat/Rocket.Chat/pull/33371)) This adjustment removes deprecated `livechat:getCustomFields` method. Moving forward use the `livechat/custom-fields` endpoint. + +- ([#33605](https://github.com/RocketChat/Rocket.Chat/pull/33605)) Updates End-to-end settings translations and removes beta wording + +- ([#33572](https://github.com/RocketChat/Rocket.Chat/pull/33572)) Removes the ability of changing room's encryption status from the `key` icon placed on the room's header. Icon's purpose is now only informative, showing when a room uses E2EE. Use the kebab menu to enable/disable E2EE. + +- ([#33432](https://github.com/RocketChat/Rocket.Chat/pull/33432)) Removed deprecated methods `livechat:requestTranscript` and `livechat:discardTranscript`. Moving forward use `livechat/transcript/:rid` endpoint's POST and DELETE methods. + +- ([#31383](https://github.com/RocketChat/Rocket.Chat/pull/31383)) No longer shows archived rooms in `rooms.autocomplete.channelAndPrivate` endpoint + +- ([#32532](https://github.com/RocketChat/Rocket.Chat/pull/32532)) Removed `meteor/check` from `chat` endpoints + +- ([#33434](https://github.com/RocketChat/Rocket.Chat/pull/33434)) Renames the settings group 'Voice Channel' to 'Omnichannel voice channel (VoIP)' to better reflect its responsibility. + +- ([#33427](https://github.com/RocketChat/Rocket.Chat/pull/33427)) Removed deprecated method `livechat:pageVisited`. Moving forward, use the `livechat/page.visited` endpoint. + +- ([#33446](https://github.com/RocketChat/Rocket.Chat/pull/33446)) Removed deprecated method `livechat:saveDepartmentAgents`. Moving forward, use the endpoint `livechat/department/:_id/agents`. + +- ([#33630](https://github.com/RocketChat/Rocket.Chat/pull/33630)) Changes the payload of the startImport endpoint to decrease the amount of data it requires + +- ([#33238](https://github.com/RocketChat/Rocket.Chat/pull/33238)) Adds new empty states for the marketplace view + +- ([#33452](https://github.com/RocketChat/Rocket.Chat/pull/33452)) Removes deprecated method `livechat:sendOfflineMessage`. Moving forward, use the endpoint `livechat/offline.message`. + +- ([#33450](https://github.com/RocketChat/Rocket.Chat/pull/33450)) Removes deprecated method `livechat:getAgentData`. Moving forward use the endpoint `livechat/agent.info/:rid/:token`. + +- ([#33461](https://github.com/RocketChat/Rocket.Chat/pull/33461)) Removes deprecated endpoint `livechat/room.visitor`. + +### Minor Changes + +- ([#32194](https://github.com/RocketChat/Rocket.Chat/pull/32194)) Adds methods to the Apps-Engine to interact with unread messages to enhance message capabilities on Apps. + +- ([#33377](https://github.com/RocketChat/Rocket.Chat/pull/33377)) Send messages with encrypted attachments to mobile notification service + +- ([#33489](https://github.com/RocketChat/Rocket.Chat/pull/33489)) Adds `Recent` button on the new sidebar Search section to replicate the previous behavior of focusing the search bar - show recent chats. + +- ([#33562](https://github.com/RocketChat/Rocket.Chat/pull/33562)) Introduces a new featured action on the room header for action buttons using the non-default category to enhance user accessibility. + +- ([#33569](https://github.com/RocketChat/Rocket.Chat/pull/33569)) Adds a `source` field to livechat visitors, which stores the channel (eg API, widget, SMS, email-inbox, app) that's been used by the visitor to send messages. + Uses the new `source` field to assure each visitor is linked to a single source, so that each connection through a distinct channel creates a new visitor. +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +- ([#33294](https://github.com/RocketChat/Rocket.Chat/pull/33294)) Improves the accessibility of the report user modal by adding an appropriate label, description, and ARIA attributes. + +- ([#33283](https://github.com/RocketChat/Rocket.Chat/pull/33283)) Adds a warning to inform users they are about to send unencrypted messages in an E2E Encrypted room if they have the `Unencrypted messages in encrypted rooms` setting enabled. + +- ([#33066](https://github.com/RocketChat/Rocket.Chat/pull/33066)) Introduces new property `category` for Rocket.Chat Apps to register UI action buttons. This property is used to group buttons in the UI. + +- ([#33386](https://github.com/RocketChat/Rocket.Chat/pull/33386)) Fixes the departments filter on the omnichannel current chats page by ensuring that the selected department is fetched and + added if it was not part of the initial department list. This prevents the filter from becoming blank and avoids potential + UX issues. +- ([#33598](https://github.com/RocketChat/Rocket.Chat/pull/33598)) Adds a new setting to allow mapping LDAP attributes to the user's extension + +- ([#33496](https://github.com/RocketChat/Rocket.Chat/pull/33496)) Applied category reorder from admin setting also on new sidebar - Enhanced navigation feature preview + +- ([#33433](https://github.com/RocketChat/Rocket.Chat/pull/33433)) Added support for interacting with add-ons issued in the license + +- ([#33483](https://github.com/RocketChat/Rocket.Chat/pull/33483)) Introduces new visual components into marketplace pages to inform an add-on necessity into the workspace. + +### Patch Changes + +- ([#32648](https://github.com/RocketChat/Rocket.Chat/pull/32648) by [@AllanPazRibeiro](https://github.com/AllanPazRibeiro)) This adjustment removes the deprecated `eraseRoom` method. Moving forward, use the `room.delete` endpoint to delete rooms. + +- ([#33381](https://github.com/RocketChat/Rocket.Chat/pull/33381)) Fixes a race condition that causes livechat conversations to get stuck in the agent's sidebar panel after being forwarded. + +- ([#33355](https://github.com/RocketChat/Rocket.Chat/pull/33355)) This adjustment removes the deprecated `removeWebdavAccount` method. Moving forward, use the `webdav.removeWebdavAccount` endpoint to remove WebDAV accounts. + +- ([#33527](https://github.com/RocketChat/Rocket.Chat/pull/33527)) Fixes E2EE composer freezing when the room state changes + +- ([#33332](https://github.com/RocketChat/Rocket.Chat/pull/33332)) Fixes an issue where a thread message was not scrolled to view when it was opened using its link. + +- ([#33028](https://github.com/RocketChat/Rocket.Chat/pull/33028)) Fixes an issue where ignore threads parameter were not being affected by retention policy overriding in old channels + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +- ([#33364](https://github.com/RocketChat/Rocket.Chat/pull/33364)) Fixed Twilio request validation by accepting URLs with query strings + +- ([#33330](https://github.com/RocketChat/Rocket.Chat/pull/33330)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates) + +- ([#33606](https://github.com/RocketChat/Rocket.Chat/pull/33606)) Fixed the regex for domains in the isValidDomain function + +- ([#33375](https://github.com/RocketChat/Rocket.Chat/pull/33375)) Fixes title missing in thread list for threads starting with attachment in E2EE rooms + +- ([#33435](https://github.com/RocketChat/Rocket.Chat/pull/33435)) Fixes an issue causing server to not notify users via websocket of new E2EE keys suggested by other users to them when running in development environments. + +- ([#33412](https://github.com/RocketChat/Rocket.Chat/pull/33412)) Fixes a logical error when updating the `responseBy` property of a room while `waitingResponse` property was still defined. + +- ([#33631](https://github.com/RocketChat/Rocket.Chat/pull/33631)) Fixes E2EE not rendering new navigation feature preview + +- ([#33417](https://github.com/RocketChat/Rocket.Chat/pull/33417)) Fixes issue with previously disabled private apps being auto enabled on update + +- ([#33583](https://github.com/RocketChat/Rocket.Chat/pull/33583)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates) + +- ([#33424](https://github.com/RocketChat/Rocket.Chat/pull/33424)) Fixes a problem with custom sounds causing files to not be playable when using filesystem storage. + +- ([#28042](https://github.com/RocketChat/Rocket.Chat/pull/28042)) Changes the default base Docker image to Alpine. Previously we were shipping Alpine as an alternative flavor under the tag rocketchat/rocket.chat:{release}.alpine , we have been testing this for a while now so we're migrating to use the official one to Alpine. + + We'll still ship a Debian variant under the tag rocketchat/rocket.chat:{release}.debian. + +- ([#33390](https://github.com/RocketChat/Rocket.Chat/pull/33390)) Removed deprecated method `livechat:loadHistory` method. Moving forward use the `ivechat/messages.history/:rid` endpoint + +- ([#33358](https://github.com/RocketChat/Rocket.Chat/pull/33358)) This adjustment removes the deprecated `Mailer.sendMail` and `Mailer:unsubscribe` methods. Moving forward, use the `mailer` and `mailer.unsubscribe` endpoints. + +- ([#33405](https://github.com/RocketChat/Rocket.Chat/pull/33405)) Fixes an issue where a user may receive an indefinite amount of "suggested keys" from all the users on a room even when a user already suggested a key for them, duplicating the work on server. + + Now, the endpoint that returns users waiting for keys will return only users that don't have neither `E2EKey` nor `E2ESuggestedKey`. + +- ([#33652](https://github.com/RocketChat/Rocket.Chat/pull/33652)) Fixes message toolbar showing in End-to-end encrypted room when messages are not decrypted + +- ([#33372](https://github.com/RocketChat/Rocket.Chat/pull/33372)) This adjustment removes deprecated `livechat:addAgent` and `livechat:addManager` method. Moving forward use `livechat/users/agent` and `livechat/users/manager` endpoints to add agent and manager respectively. + +- ([#33507](https://github.com/RocketChat/Rocket.Chat/pull/33507)) Fixed an issue where "Filter by room type" was selectable in the Rooms filter. + +- ([#33378](https://github.com/RocketChat/Rocket.Chat/pull/33378)) Fixes async E2EE key exchange in development environments where change streams are no longer used + +-
Updated dependencies [c5b0c98803, 2806cb5d3e, 3395c8290b, d44f614d0c, 34ed9ad646, 6b5b91fd14, 7726d68374, 687f1efd5f, bcacbb1cee, 9274cf4586, 9bcb802fdc, f33c07ebb8, 9cf079721b, b167db0b37, f4365b7dd4, d9fe5bbe0b, b338807d76, 5f9826bed6, debd3ffa22, a5f25e73b5, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 760ae5c01a, 4aa731d6e9, 53cc1111f8, 81998f3450, e3dac4aab6, 50943a02e8, 5acb59bb39, 509143d6dd, 31eb47f573, fa501ecb53]: + + - @rocket.chat/i18n@1.0.0-rc.0 + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/web-ui-registration@12.0.0-rc.0 + - @rocket.chat/apps@0.2.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/ui-kit@0.37.0-rc.0 + - @rocket.chat/freeswitch@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/ui-client@12.0.0-rc.0 + - @rocket.chat/ui-voip@2.0.0-rc.0 + - @rocket.chat/fuselage-ui-kit@12.0.0-rc.0 + - @rocket.chat/ui-theming@0.4.0-rc.0 + - @rocket.chat/ui-video-conf@12.0.0-rc.0 + - @rocket.chat/ui-composer@0.4.0-rc.0 + - @rocket.chat/gazzodown@12.0.0-rc.0 + - @rocket.chat/ui-avatar@8.0.0-rc.0 + - @rocket.chat/license@1.0.0-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/apps-engine@1.47.0-rc.0 + - @rocket.chat/ui-contexts@12.0.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.6-rc.0 + - @rocket.chat/presence@0.2.9-rc.0 + - @rocket.chat/api-client@0.2.9-rc.0 + - @rocket.chat/pdf-worker@0.2.6-rc.0 + - @rocket.chat/cron@0.1.9-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 + - @rocket.chat/server-cloud-communication@0.0.2 + - @rocket.chat/instance-status@0.1.9-rc.0 +
+ ## 6.13.0 ### Minor Changes diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 34642c087e2..0fac7b3fc1e 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "7.0.0-develop" + "version": "7.0.0-rc.0" } diff --git a/apps/meteor/ee/server/services/CHANGELOG.md b/apps/meteor/ee/server/services/CHANGELOG.md index 46637586f11..f4a7d7e59e2 100644 --- a/apps/meteor/ee/server/services/CHANGELOG.md +++ b/apps/meteor/ee/server/services/CHANGELOG.md @@ -1,5 +1,35 @@ # rocketchat-services +## 2.0.0-rc.0 + +### Major Changes + +- ([#31438](https://github.com/RocketChat/Rocket.Chat/pull/31438)) Upgrades the version of the Meteor framework to 3.0 + + The main reason behind this is the upgrade of the Node.js version, where version 14 will be removed and version 20 will be used instead. + + Internally, significant changes have been made, mostly due to the removal of fibers. + + As a result, it was necessary to adapt our code to work with the new version. + + No functionality should have been affected by this, but if you are running Rocket.Chat in unconventional ways, please note that you need to upgrade your Node.js version. + +- ([#31438](https://github.com/RocketChat/Rocket.Chat/pull/31438)) Node.js 20.x support + +### Patch Changes + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, 687f1efd5f, bcacbb1cee, b167db0b37, f4365b7dd4, d9fe5bbe0b, b338807d76, 5f9826bed6, debd3ffa22, a5f25e73b5, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/ui-kit@0.37.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/apps-engine@1.47.0-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 +
+ ## 1.3.5 ### Patch Changes diff --git a/apps/meteor/ee/server/services/package.json b/apps/meteor/ee/server/services/package.json index cb4e624ab7f..4b1ed2a0dd0 100644 --- a/apps/meteor/ee/server/services/package.json +++ b/apps/meteor/ee/server/services/package.json @@ -1,7 +1,7 @@ { "name": "rocketchat-services", "private": true, - "version": "1.3.5", + "version": "2.0.0-rc.0", "description": "Rocket.Chat Authorization service", "main": "index.js", "scripts": { diff --git a/apps/meteor/package.json b/apps/meteor/package.json index b7e7aab9157..0ff7419cefe 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "7.0.0-develop", + "version": "7.0.0-rc.0", "private": true, "author": { "name": "Rocket.Chat", diff --git a/apps/uikit-playground/CHANGELOG.md b/apps/uikit-playground/CHANGELOG.md index 7bb157c65dc..53576101831 100644 --- a/apps/uikit-playground/CHANGELOG.md +++ b/apps/uikit-playground/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/uikit-playground +## 0.6.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, 9274cf4586, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/fuselage-ui-kit@12.0.0-rc.0 + - @rocket.chat/ui-avatar@8.0.0-rc.0 + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
+ ## 0.5.0 ### Minor Changes diff --git a/apps/uikit-playground/package.json b/apps/uikit-playground/package.json index 97981b45ffc..05dc9040aef 100644 --- a/apps/uikit-playground/package.json +++ b/apps/uikit-playground/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/uikit-playground", "private": true, - "version": "0.5.0", + "version": "0.6.0-rc.0", "type": "module", "scripts": { "dev": "vite", diff --git a/ee/apps/account-service/CHANGELOG.md b/ee/apps/account-service/CHANGELOG.md index 1ca0dced8d7..d83b2e42ac4 100644 --- a/ee/apps/account-service/CHANGELOG.md +++ b/ee/apps/account-service/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/account-service +## 0.4.9-rc.0 + +### Patch Changes + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, bcacbb1cee, b167db0b37, f4365b7dd4, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 +
+ ## 0.4.8 ### Patch Changes diff --git a/ee/apps/account-service/package.json b/ee/apps/account-service/package.json index bdc038a7aa7..1d2cf8c6c4d 100644 --- a/ee/apps/account-service/package.json +++ b/ee/apps/account-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/account-service", "private": true, - "version": "0.4.8", + "version": "0.4.9-rc.0", "description": "Rocket.Chat Account service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/authorization-service/CHANGELOG.md b/ee/apps/authorization-service/CHANGELOG.md index 52a01e0162b..df8fb633441 100644 --- a/ee/apps/authorization-service/CHANGELOG.md +++ b/ee/apps/authorization-service/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/authorization-service +## 0.4.9-rc.0 + +### Patch Changes + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, bcacbb1cee, b167db0b37, f4365b7dd4, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 +
+ ## 0.4.8 ### Patch Changes diff --git a/ee/apps/authorization-service/package.json b/ee/apps/authorization-service/package.json index 1878602ca45..a5449c345c9 100644 --- a/ee/apps/authorization-service/package.json +++ b/ee/apps/authorization-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/authorization-service", "private": true, - "version": "0.4.8", + "version": "0.4.9-rc.0", "description": "Rocket.Chat Authorization service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/ddp-streamer/CHANGELOG.md b/ee/apps/ddp-streamer/CHANGELOG.md index 3a6fdfede7f..632cff0a03a 100644 --- a/ee/apps/ddp-streamer/CHANGELOG.md +++ b/ee/apps/ddp-streamer/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/ddp-streamer +## 0.3.9-rc.0 + +### Patch Changes + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, bcacbb1cee, b167db0b37, f4365b7dd4, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 + - @rocket.chat/instance-status@0.1.9-rc.0 +
+ ## 0.3.8 ### Patch Changes diff --git a/ee/apps/ddp-streamer/package.json b/ee/apps/ddp-streamer/package.json index 25d13149a7e..0a6b6614f91 100644 --- a/ee/apps/ddp-streamer/package.json +++ b/ee/apps/ddp-streamer/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/ddp-streamer", "private": true, - "version": "0.3.8", + "version": "0.3.9-rc.0", "description": "Rocket.Chat DDP-Streamer service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/omnichannel-transcript/CHANGELOG.md b/ee/apps/omnichannel-transcript/CHANGELOG.md index 29b1d5cc1a2..f3f1ac9c39b 100644 --- a/ee/apps/omnichannel-transcript/CHANGELOG.md +++ b/ee/apps/omnichannel-transcript/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/omnichannel-transcript +## 0.4.9-rc.0 + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.6-rc.0 + - @rocket.chat/pdf-worker@0.2.6-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 +
+ ## 0.4.8 ### Patch Changes diff --git a/ee/apps/omnichannel-transcript/package.json b/ee/apps/omnichannel-transcript/package.json index 0e731cd8b93..0fb100e1a3f 100644 --- a/ee/apps/omnichannel-transcript/package.json +++ b/ee/apps/omnichannel-transcript/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/omnichannel-transcript", "private": true, - "version": "0.4.8", + "version": "0.4.9-rc.0", "description": "Rocket.Chat service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/presence-service/CHANGELOG.md b/ee/apps/presence-service/CHANGELOG.md index 991e4dc943f..7290a8a776d 100644 --- a/ee/apps/presence-service/CHANGELOG.md +++ b/ee/apps/presence-service/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/presence-service +## 0.4.9-rc.0 + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/presence@0.2.9-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 +
+ ## 0.4.8 ### Patch Changes diff --git a/ee/apps/presence-service/package.json b/ee/apps/presence-service/package.json index 0c016ec48df..c26a65e0e5c 100644 --- a/ee/apps/presence-service/package.json +++ b/ee/apps/presence-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/presence-service", "private": true, - "version": "0.4.8", + "version": "0.4.9-rc.0", "description": "Rocket.Chat Presence service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/queue-worker/CHANGELOG.md b/ee/apps/queue-worker/CHANGELOG.md index 7a4f3f32902..bf7860b24b7 100644 --- a/ee/apps/queue-worker/CHANGELOG.md +++ b/ee/apps/queue-worker/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/queue-worker +## 0.4.9-rc.0 + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.6-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 +
+ ## 0.4.8 ### Patch Changes diff --git a/ee/apps/queue-worker/package.json b/ee/apps/queue-worker/package.json index 10a51653e7d..a7470a060ca 100644 --- a/ee/apps/queue-worker/package.json +++ b/ee/apps/queue-worker/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/queue-worker", "private": true, - "version": "0.4.8", + "version": "0.4.9-rc.0", "description": "Rocket.Chat service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/stream-hub-service/CHANGELOG.md b/ee/apps/stream-hub-service/CHANGELOG.md index e030e690b4f..a30967814db 100644 --- a/ee/apps/stream-hub-service/CHANGELOG.md +++ b/ee/apps/stream-hub-service/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/stream-hub-service +## 0.4.9-rc.0 + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/network-broker@0.1.1-rc.0 +
+ ## 0.4.8 ### Patch Changes diff --git a/ee/apps/stream-hub-service/package.json b/ee/apps/stream-hub-service/package.json index e29838e41d8..eb299813fc5 100644 --- a/ee/apps/stream-hub-service/package.json +++ b/ee/apps/stream-hub-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/stream-hub-service", "private": true, - "version": "0.4.8", + "version": "0.4.9-rc.0", "description": "Rocket.Chat Stream Hub service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/packages/license/CHANGELOG.md b/ee/packages/license/CHANGELOG.md index 68a572cf8fc..3d9f07e88b4 100644 --- a/ee/packages/license/CHANGELOG.md +++ b/ee/packages/license/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/license +## 1.0.0-rc.0 + +### Major Changes + +- ([#33241](https://github.com/RocketChat/Rocket.Chat/pull/33241)) Adds restrictions to air-gapped environments without a license + +### Minor Changes + +- ([#33433](https://github.com/RocketChat/Rocket.Chat/pull/33433)) Added support for interacting with add-ons issued in the license + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 +
+ ## 0.2.8 ### Patch Changes diff --git a/ee/packages/license/package.json b/ee/packages/license/package.json index 22711a9a89a..e9e3ad07a64 100644 --- a/ee/packages/license/package.json +++ b/ee/packages/license/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/license", - "version": "0.2.8", + "version": "1.0.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/ee/packages/network-broker/CHANGELOG.md b/ee/packages/network-broker/CHANGELOG.md new file mode 100644 index 00000000000..d581ded54af --- /dev/null +++ b/ee/packages/network-broker/CHANGELOG.md @@ -0,0 +1,10 @@ +# @rocket.chat/network-broker + +## 0.1.1-rc.0 + +### Patch Changes + +-
Updated dependencies [bcacbb1cee, 03d148524b]: + + - @rocket.chat/core-services@0.7.1-rc.0 +
diff --git a/ee/packages/network-broker/package.json b/ee/packages/network-broker/package.json index 3a50e61c0e5..54703108f8c 100644 --- a/ee/packages/network-broker/package.json +++ b/ee/packages/network-broker/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/network-broker", - "version": "0.1.0", + "version": "0.1.1-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/ee/packages/omnichannel-services/CHANGELOG.md b/ee/packages/omnichannel-services/CHANGELOG.md index ca409291a71..110e8e4ce0b 100644 --- a/ee/packages/omnichannel-services/CHANGELOG.md +++ b/ee/packages/omnichannel-services/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/omnichannel-services +## 0.3.6-rc.0 + +### Patch Changes + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, bcacbb1cee, b167db0b37, f4365b7dd4, d9fe5bbe0b, b338807d76, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 + - @rocket.chat/pdf-worker@0.2.6-rc.0 +
+ ## 0.3.5 ### Patch Changes diff --git a/ee/packages/omnichannel-services/package.json b/ee/packages/omnichannel-services/package.json index 845e6c16d3c..4d4ef0aa107 100644 --- a/ee/packages/omnichannel-services/package.json +++ b/ee/packages/omnichannel-services/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/omnichannel-services", - "version": "0.3.5", + "version": "0.3.6-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/ee/packages/pdf-worker/CHANGELOG.md b/ee/packages/pdf-worker/CHANGELOG.md index 6be98a7e16f..ba79d083fa1 100644 --- a/ee/packages/pdf-worker/CHANGELOG.md +++ b/ee/packages/pdf-worker/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/pdf-worker +## 0.2.6-rc.0 + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 +
+ ## 0.2.5 ### Patch Changes diff --git a/ee/packages/pdf-worker/package.json b/ee/packages/pdf-worker/package.json index a5c64d0e1ec..703128381a4 100644 --- a/ee/packages/pdf-worker/package.json +++ b/ee/packages/pdf-worker/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/pdf-worker", - "version": "0.2.5", + "version": "0.2.6-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/ee/packages/presence/CHANGELOG.md b/ee/packages/presence/CHANGELOG.md index 08f6c58e046..ccf26753148 100644 --- a/ee/packages/presence/CHANGELOG.md +++ b/ee/packages/presence/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/presence +## 0.2.9-rc.0 + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/core-services@0.7.1-rc.0 + - @rocket.chat/models@1.0.0-rc.0 +
+ ## 0.2.8 ### Patch Changes diff --git a/ee/packages/presence/package.json b/ee/packages/presence/package.json index ab2f61dfda9..b5bf272c3bd 100644 --- a/ee/packages/presence/package.json +++ b/ee/packages/presence/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/presence", - "version": "0.2.8", + "version": "0.2.9-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.25.8", diff --git a/ee/packages/ui-theming/CHANGELOG.md b/ee/packages/ui-theming/CHANGELOG.md index b4b5349ddf0..68ce9b27c2e 100644 --- a/ee/packages/ui-theming/CHANGELOG.md +++ b/ee/packages/ui-theming/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket.chat/ui-theming +## 0.4.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + ## 0.3.0 ### Minor Changes diff --git a/ee/packages/ui-theming/package.json b/ee/packages/ui-theming/package.json index cf768244d70..4261afa751d 100644 --- a/ee/packages/ui-theming/package.json +++ b/ee/packages/ui-theming/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-theming", - "version": "0.3.0", + "version": "0.4.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/css-in-js": "~0.31.25", diff --git a/package.json b/package.json index 26ea7ee794f..fa20eeb5074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "7.0.0-develop", + "version": "7.0.0-rc.0", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true, diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index 87c06b4de2a..7303bff7b75 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/api-client +## 0.2.9-rc.0 + +### Patch Changes + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, bcacbb1cee, b167db0b37, f4365b7dd4, b338807d76, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 +
+ ## 0.2.8 ### Patch Changes diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 2201b3a1110..6f4c643d215 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/api-client", - "version": "0.2.8", + "version": "0.2.9-rc.0", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@types/jest": "~29.5.13", diff --git a/packages/apps-engine/CHANGELOG.md b/packages/apps-engine/CHANGELOG.md new file mode 100644 index 00000000000..86f4dba328e --- /dev/null +++ b/packages/apps-engine/CHANGELOG.md @@ -0,0 +1,13 @@ +# @rocket.chat/apps-engine + +## 1.47.0-rc.0 + +### Minor Changes + +- ([#33433](https://github.com/RocketChat/Rocket.Chat/pull/33433)) Added support for interacting with add-ons issued in the license + +### Patch Changes + +- ([#33494](https://github.com/RocketChat/Rocket.Chat/pull/33494)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly + +- ([#33417](https://github.com/RocketChat/Rocket.Chat/pull/33417)) Fixes issue with previously disabled private apps being auto enabled on update diff --git a/packages/apps-engine/package.json b/packages/apps-engine/package.json index 8657a7e4752..e5561a086d6 100644 --- a/packages/apps-engine/package.json +++ b/packages/apps-engine/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps-engine", - "version": "1.47.0-alpha", + "version": "1.47.0-rc.0", "description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", "main": "index", "typings": "index", diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index 68e573a21f3..a33747b8d1a 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/apps +## 0.2.0-rc.0 + +### Minor Changes + +- ([#33569](https://github.com/RocketChat/Rocket.Chat/pull/33569)) Adds a `source` field to livechat visitors, which stores the channel (eg API, widget, SMS, email-inbox, app) that's been used by the visitor to send messages. + Uses the new `source` field to assure each visitor is linked to a single source, so that each connection through a distinct channel creates a new visitor. + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, d9fe5bbe0b, b338807d76, 5f9826bed6, a5f25e73b5, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/model-typings@1.0.0-rc.0 + - @rocket.chat/apps-engine@1.47.0-rc.0 +
+ ## 0.1.8 ### Patch Changes diff --git a/packages/apps/package.json b/packages/apps/package.json index 5258305c218..4be092ce291 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps", - "version": "0.1.8", + "version": "0.2.0-rc.0", "private": true, "devDependencies": { "eslint": "~8.45.0", diff --git a/packages/core-services/CHANGELOG.md b/packages/core-services/CHANGELOG.md index d96eda04db2..78e09d9590f 100644 --- a/packages/core-services/CHANGELOG.md +++ b/packages/core-services/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/core-services +## 0.7.1-rc.0 + +### Patch Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +- ([#33328](https://github.com/RocketChat/Rocket.Chat/pull/33328)) Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, 687f1efd5f, bcacbb1cee, b167db0b37, f4365b7dd4, b338807d76, debd3ffa22, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/ui-kit@0.37.0-rc.0 + - @rocket.chat/models@1.0.0-rc.0 +
+ ## 0.7.0 ### Minor Changes diff --git a/packages/core-services/package.json b/packages/core-services/package.json index 5b65fa18252..577f3f41e4e 100644 --- a/packages/core-services/package.json +++ b/packages/core-services/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/core-services", - "version": "0.7.0", + "version": "0.7.1-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.25.8", diff --git a/packages/core-typings/CHANGELOG.md b/packages/core-typings/CHANGELOG.md index 8102a9b1706..7a411cb6b08 100644 --- a/packages/core-typings/CHANGELOG.md +++ b/packages/core-typings/CHANGELOG.md @@ -1,5 +1,34 @@ # @rocket.chat/core-typings +## 7.0.0-rc.0 + +### Major Changes + +- ([#32856](https://github.com/RocketChat/Rocket.Chat/pull/32856)) Adds a new collection to store all the workspace cloud tokens to defer the race condition management to MongoDB instead of having to handle it within the settings cache. + Removes the Cloud_Workspace_Access_Token & Cloud_Workspace_Access_Token_Expires_At settings since they are not going to be used anymore. +- ([#33630](https://github.com/RocketChat/Rocket.Chat/pull/33630)) Changes the payload of the startImport endpoint to decrease the amount of data it requires + +### Minor Changes + +- ([#33569](https://github.com/RocketChat/Rocket.Chat/pull/33569)) Adds a `source` field to livechat visitors, which stores the channel (eg API, widget, SMS, email-inbox, app) that's been used by the visitor to send messages. + Uses the new `source` field to assure each visitor is linked to a single source, so that each connection through a distinct channel creates a new visitor. +- ([#33598](https://github.com/RocketChat/Rocket.Chat/pull/33598)) Adds a new setting to allow mapping LDAP attributes to the user's extension + +- ([#33433](https://github.com/RocketChat/Rocket.Chat/pull/33433)) Added support for interacting with add-ons issued in the license + +### Patch Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +- Removed the deprecated "Compatible Sandbox" option from integration scripts and the dependencies that this sandbox mode relied on. + +- ([#33328](https://github.com/RocketChat/Rocket.Chat/pull/33328)) Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. + +-
Updated dependencies [687f1efd5f, debd3ffa22]: + + - @rocket.chat/ui-kit@0.37.0-rc.0 +
+ ## 6.13.0 ### Minor Changes diff --git a/packages/core-typings/package.json b/packages/core-typings/package.json index 1fa91be75a5..b6b1330617a 100644 --- a/packages/core-typings/package.json +++ b/packages/core-typings/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package", "name": "@rocket.chat/core-typings", "private": true, - "version": "7.0.0-develop", + "version": "7.0.0-rc.0", "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index 0ea3ad31a30..3c3ba3cdcc6 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/cron +## 0.1.9-rc.0 + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/models@1.0.0-rc.0 +
+ ## 0.1.8 ### Patch Changes diff --git a/packages/cron/package.json b/packages/cron/package.json index 91162850241..7e8f35d67e2 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/cron", - "version": "0.1.8", + "version": "0.1.9-rc.0", "private": true, "devDependencies": { "eslint": "~8.45.0", diff --git a/packages/ddp-client/CHANGELOG.md b/packages/ddp-client/CHANGELOG.md index 4ea7d409e94..fb1667618db 100644 --- a/packages/ddp-client/CHANGELOG.md +++ b/packages/ddp-client/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/ddp-client +## 0.3.9-rc.0 + +### Patch Changes + +- ([#33328](https://github.com/RocketChat/Rocket.Chat/pull/33328)) Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. + +-
Updated dependencies [3395c8290b, 6b5b91fd14, 7726d68374, bcacbb1cee, b167db0b37, f4365b7dd4, b338807d76, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 81998f3450, 50943a02e8, 509143d6dd, fa501ecb53]: + + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/api-client@0.2.9-rc.0 +
+ ## 0.3.8 ### Patch Changes diff --git a/packages/ddp-client/package.json b/packages/ddp-client/package.json index e4d3f993510..f6a4f78e2f0 100644 --- a/packages/ddp-client/package.json +++ b/packages/ddp-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ddp-client", - "version": "0.3.8", + "version": "0.3.9-rc.0", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@types/jest": "~29.5.13", diff --git a/packages/freeswitch/CHANGELOG.md b/packages/freeswitch/CHANGELOG.md new file mode 100644 index 00000000000..2b96dc18411 --- /dev/null +++ b/packages/freeswitch/CHANGELOG.md @@ -0,0 +1,14 @@ +# @rocket.chat/freeswitch + +## 1.0.0-rc.0 + +### Major Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 +
diff --git a/packages/freeswitch/package.json b/packages/freeswitch/package.json index aed92472c4b..e506e4aca92 100644 --- a/packages/freeswitch/package.json +++ b/packages/freeswitch/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/freeswitch", - "version": "0.0.1", + "version": "1.0.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/fuselage-ui-kit/CHANGELOG.md b/packages/fuselage-ui-kit/CHANGELOG.md index e4d3c0d6d4c..7c91ce6912c 100644 --- a/packages/fuselage-ui-kit/CHANGELOG.md +++ b/packages/fuselage-ui-kit/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 12.0.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +### Patch Changes + +-
Updated dependencies [7726d68374, 687f1efd5f, bcacbb1cee, 9274cf4586, b338807d76, 5f9826bed6, debd3ffa22, a5f25e73b5, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/ui-kit@0.37.0-rc.0 + - @rocket.chat/ui-video-conf@12.0.0-rc.0 + - @rocket.chat/gazzodown@12.0.0-rc.0 + - @rocket.chat/ui-avatar@8.0.0-rc.0 + - @rocket.chat/apps-engine@1.47.0-rc.0 + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
+ ## 11.0.0 ### Minor Changes diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 7acdf62edda..0685cb37dd7 100644 --- a/packages/fuselage-ui-kit/package.json +++ b/packages/fuselage-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-ui-kit", - "version": "11.0.0", + "version": "12.0.0-rc.0", "private": true, "description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", @@ -93,7 +93,7 @@ "typescript": "~5.6.3" }, "peerDependencies": { - "@rocket.chat/apps-engine": "*", + "@rocket.chat/apps-engine": "1.47.0-rc.0", "@rocket.chat/eslint-config": "0.7.0", "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", @@ -101,10 +101,10 @@ "@rocket.chat/icons": "*", "@rocket.chat/prettier-config": "*", "@rocket.chat/styled": "*", - "@rocket.chat/ui-avatar": "7.0.0", - "@rocket.chat/ui-contexts": "11.0.0", - "@rocket.chat/ui-kit": "*", - "@rocket.chat/ui-video-conf": "11.0.0", + "@rocket.chat/ui-avatar": "8.0.0-rc.0", + "@rocket.chat/ui-contexts": "12.0.0-rc.0", + "@rocket.chat/ui-kit": "0.37.0-rc.0", + "@rocket.chat/ui-video-conf": "12.0.0-rc.0", "@tanstack/react-query": "*", "react": "~17.0.2", "react-dom": "*" diff --git a/packages/gazzodown/CHANGELOG.md b/packages/gazzodown/CHANGELOG.md index 4b05d52431d..73f14344d3c 100644 --- a/packages/gazzodown/CHANGELOG.md +++ b/packages/gazzodown/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/gazzodown +## 12.0.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, 9274cf4586, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 760ae5c01a, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/ui-client@12.0.0-rc.0 + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
+ ## 11.0.0 ### Minor Changes diff --git a/packages/gazzodown/package.json b/packages/gazzodown/package.json index 58dd27b9cb7..cc2d224ab31 100644 --- a/packages/gazzodown/package.json +++ b/packages/gazzodown/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/gazzodown", - "version": "11.0.0", + "version": "12.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -75,8 +75,8 @@ "@rocket.chat/fuselage-tokens": "*", "@rocket.chat/message-parser": "0.31.31", "@rocket.chat/styled": "*", - "@rocket.chat/ui-client": "11.0.0", - "@rocket.chat/ui-contexts": "11.0.0", + "@rocket.chat/ui-client": "12.0.0-rc.0", + "@rocket.chat/ui-contexts": "12.0.0-rc.0", "katex": "*", "react": "*" }, diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 59fa5b3e9e3..ff5284b4b7b 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,45 @@ # @rocket.chat/i18n +## 1.0.0-rc.0 + +### Major Changes + +- ([#33316](https://github.com/RocketChat/Rocket.Chat/pull/33316)) Changes some displays to reflect new rules for private apps and adds a new modal before uploading a private app + +- ([#33241](https://github.com/RocketChat/Rocket.Chat/pull/33241)) Adds restrictions to air-gapped environments without a license + +- ([#33238](https://github.com/RocketChat/Rocket.Chat/pull/33238)) Adds new empty states for the marketplace view + +### Minor Changes + +- ([#33489](https://github.com/RocketChat/Rocket.Chat/pull/33489)) Adds `Recent` button on the new sidebar Search section to replicate the previous behavior of focusing the search bar - show recent chats. + +- ([#33294](https://github.com/RocketChat/Rocket.Chat/pull/33294)) Improves the accessibility of the report user modal by adding an appropriate label, description, and ARIA attributes. + +- ([#33066](https://github.com/RocketChat/Rocket.Chat/pull/33066)) Introduces new property `category` for Rocket.Chat Apps to register UI action buttons. This property is used to group buttons in the UI. + +- ([#33598](https://github.com/RocketChat/Rocket.Chat/pull/33598)) Adds a new setting to allow mapping LDAP attributes to the user's extension + +- ([#33483](https://github.com/RocketChat/Rocket.Chat/pull/33483)) Introduces new visual components into marketplace pages to inform an add-on necessity into the workspace. + +### Patch Changes + +- ([#33503](https://github.com/RocketChat/Rocket.Chat/pull/33503)) Adds modal confirmation to enable and disable End-to-end encryption + + Adds a reset room key option to the modal that disables End-to-end encryption, this is useful when all the members of a room lose their room E2EE keys + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +- ([#33283](https://github.com/RocketChat/Rocket.Chat/pull/33283)) Adds a warning to inform users they are about to send unencrypted messages in an E2E Encrypted room if they have the `Unencrypted messages in encrypted rooms` setting enabled. + +- ([#33328](https://github.com/RocketChat/Rocket.Chat/pull/33328)) Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. + +- ([#33605](https://github.com/RocketChat/Rocket.Chat/pull/33605)) Updates End-to-end settings translations and removes beta wording + +- ([#33572](https://github.com/RocketChat/Rocket.Chat/pull/33572)) Removes the ability of changing room's encryption status from the `key` icon placed on the room's header. Icon's purpose is now only informative, showing when a room uses E2EE. Use the kebab menu to enable/disable E2EE. + +- ([#33434](https://github.com/RocketChat/Rocket.Chat/pull/33434)) Renames the settings group 'Voice Channel' to 'Omnichannel voice channel (VoIP)' to better reflect its responsibility. + ## 0.8.0 ### Minor Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index c4b284c443d..feb7b35df53 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/i18n", - "version": "0.8.0", + "version": "1.0.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/instance-status/CHANGELOG.md b/packages/instance-status/CHANGELOG.md index 2c77275e8d9..50f920bed12 100644 --- a/packages/instance-status/CHANGELOG.md +++ b/packages/instance-status/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/instance-status +## 0.1.9-rc.0 + +### Patch Changes + +-
Updated dependencies [b338807d76]: + + - @rocket.chat/models@1.0.0-rc.0 +
+ ## 0.1.8 ### Patch Changes diff --git a/packages/instance-status/package.json b/packages/instance-status/package.json index 8dc08a03718..3b43abf130a 100644 --- a/packages/instance-status/package.json +++ b/packages/instance-status/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/instance-status", - "version": "0.1.8", + "version": "0.1.9-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/livechat/CHANGELOG.md b/packages/livechat/CHANGELOG.md index 0f3e6e4fe25..8ade4d17259 100644 --- a/packages/livechat/CHANGELOG.md +++ b/packages/livechat/CHANGELOG.md @@ -1,5 +1,17 @@ # @rocket.chat/livechat Change Log +## 1.20.1-rc.0 + +### Patch Changes + +- ([#33229](https://github.com/RocketChat/Rocket.Chat/pull/33229)) Fixes an issue where the unread message counter in the livechat widget does not update when a visitor receives their first response from an agent while the widget is minimized. + +-
Updated dependencies [687f1efd5f, 9274cf4586, debd3ffa22]: + + - @rocket.chat/ui-kit@0.37.0-rc.0 + - @rocket.chat/gazzodown@12.0.0-rc.0 +
+ ## 1.20.0 ### Minor Changes diff --git a/packages/livechat/package.json b/packages/livechat/package.json index 152c993b370..b0c9d6dbbdb 100644 --- a/packages/livechat/package.json +++ b/packages/livechat/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.20.0", + "version": "1.20.1-rc.0", "files": [ "/build" ], diff --git a/packages/mock-providers/CHANGELOG.md b/packages/mock-providers/CHANGELOG.md index a71e5e2f4f9..e8ac40a12f5 100644 --- a/packages/mock-providers/CHANGELOG.md +++ b/packages/mock-providers/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/mock-providers +## 0.1.4-rc.0 + +### Patch Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +-
Updated dependencies [c5b0c98803, 2806cb5d3e, 34ed9ad646, bcacbb1cee, 9bcb802fdc, f33c07ebb8, 9cf079721b, debd3ffa22, e3629e065b, 03d148524b, 4aa731d6e9, 53cc1111f8, e3dac4aab6, 5acb59bb39, 31eb47f573]: + + - @rocket.chat/i18n@1.0.0-rc.0 +
+ ## 0.1.3 ### Patch Changes diff --git a/packages/mock-providers/package.json b/packages/mock-providers/package.json index 0aeae959bfa..1ae6db0b528 100644 --- a/packages/mock-providers/package.json +++ b/packages/mock-providers/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mock-providers", - "version": "0.1.3", + "version": "0.1.4-rc.0", "private": true, "dependencies": { "@rocket.chat/emitter": "~0.31.25", diff --git a/packages/model-typings/CHANGELOG.md b/packages/model-typings/CHANGELOG.md index 64b314864ba..6c9d207f7e7 100644 --- a/packages/model-typings/CHANGELOG.md +++ b/packages/model-typings/CHANGELOG.md @@ -1,5 +1,30 @@ # @rocket.chat/model-typings +## 1.0.0-rc.0 + +### Major Changes + +- ([#32856](https://github.com/RocketChat/Rocket.Chat/pull/32856)) Adds a new collection to store all the workspace cloud tokens to defer the race condition management to MongoDB instead of having to handle it within the settings cache. + Removes the Cloud_Workspace_Access_Token & Cloud_Workspace_Access_Token_Expires_At settings since they are not going to be used anymore. + +### Minor Changes + +- ([#33569](https://github.com/RocketChat/Rocket.Chat/pull/33569)) Adds a `source` field to livechat visitors, which stores the channel (eg API, widget, SMS, email-inbox, app) that's been used by the visitor to send messages. + Uses the new `source` field to assure each visitor is linked to a single source, so that each connection through a distinct channel creates a new visitor. + +### Patch Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +- ([#33435](https://github.com/RocketChat/Rocket.Chat/pull/33435)) Fixes an issue causing server to not notify users via websocket of new E2EE keys suggested by other users to them when running in development environments. + +- ([#33328](https://github.com/RocketChat/Rocket.Chat/pull/33328)) Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. + +-
Updated dependencies [7726d68374, bcacbb1cee, b338807d76, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 +
+ ## 0.8.0 ### Minor Changes diff --git a/packages/model-typings/package.json b/packages/model-typings/package.json index 65d306dc982..ad048d8977a 100644 --- a/packages/model-typings/package.json +++ b/packages/model-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/model-typings", - "version": "0.8.0", + "version": "1.0.0-rc.0", "private": true, "devDependencies": { "@types/node-rsa": "^1.1.4", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 704ec20a22f..ef110c5d99e 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/models +## 1.0.0-rc.0 + +### Major Changes + +- ([#32856](https://github.com/RocketChat/Rocket.Chat/pull/32856)) Adds a new collection to store all the workspace cloud tokens to defer the race condition management to MongoDB instead of having to handle it within the settings cache. + Removes the Cloud_Workspace_Access_Token & Cloud_Workspace_Access_Token_Expires_At settings since they are not going to be used anymore. + +### Patch Changes + +-
Updated dependencies [7726d68374, bcacbb1cee, d9fe5bbe0b, b338807d76, 03d148524b]: + + - @rocket.chat/model-typings@1.0.0-rc.0 +
+ ## 0.3.0 ### Minor Changes diff --git a/packages/models/package.json b/packages/models/package.json index 4622e30f93b..64bec36ac92 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/models", - "version": "0.3.0", + "version": "1.0.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/rest-typings/CHANGELOG.md b/packages/rest-typings/CHANGELOG.md index ce65443eaf2..ade2ca3634c 100644 --- a/packages/rest-typings/CHANGELOG.md +++ b/packages/rest-typings/CHANGELOG.md @@ -1,5 +1,41 @@ # @rocket.chat/rest-typings +## 7.0.0-rc.0 + +### Major Changes + +- ([#33474](https://github.com/RocketChat/Rocket.Chat/pull/33474)) Removes deprecated endpoint `pw.getPolicyReset`. Moving forward, use the `pw.getPolicy` endpoint. + +- ([#31889](https://github.com/RocketChat/Rocket.Chat/pull/31889)) Removed upsert behavior on `users.update` endpoint (`joinDefaultChannels` param or empty `userId` are not allowed anymore) + +- ([#33471](https://github.com/RocketChat/Rocket.Chat/pull/33471)) Removes deprecated endpoint `channels.images`. Moving forward, use `rooms.images` endpoint. + +- ([#33650](https://github.com/RocketChat/Rocket.Chat/pull/33650)) Changes custom emoji listing endpoint by moving query params from the 'query' attribute to standard query parameters. + +- ([#33453](https://github.com/RocketChat/Rocket.Chat/pull/33453)) Removes deprecated `livechat/inquiries.queued` endpoint. Moving forward use the `livechat/inquiries.queuedForUser` endpoint. + +- ([#33470](https://github.com/RocketChat/Rocket.Chat/pull/33470)) Removes deprecated endpoints `licenses.isEnterprise` and `licenses.get`. Moving forward use the endpoint `licenses.info.` + +- ([#32532](https://github.com/RocketChat/Rocket.Chat/pull/32532)) Removed `meteor/check` from `chat` endpoints + +- ([#33630](https://github.com/RocketChat/Rocket.Chat/pull/33630)) Changes the payload of the startImport endpoint to decrease the amount of data it requires + +- ([#33461](https://github.com/RocketChat/Rocket.Chat/pull/33461)) Removes deprecated endpoint `livechat/room.visitor`. + +### Patch Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +- Removed the deprecated "Compatible Sandbox" option from integration scripts and the dependencies that this sandbox mode relied on. + +- ([#33328](https://github.com/RocketChat/Rocket.Chat/pull/33328)) Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. + +-
Updated dependencies [7726d68374, 687f1efd5f, bcacbb1cee, b338807d76, debd3ffa22, 3ea02d3cc1, e3629e065b, 03d148524b, 81998f3450, 509143d6dd]: + + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/ui-kit@0.37.0-rc.0 +
+ ## 6.13.0 ### Minor Changes diff --git a/packages/rest-typings/package.json b/packages/rest-typings/package.json index 35d4cd1a6be..45ea516372f 100644 --- a/packages/rest-typings/package.json +++ b/packages/rest-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/rest-typings", - "version": "7.0.0-develop", + "version": "7.0.0-rc.0", "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:~", diff --git a/packages/ui-avatar/CHANGELOG.md b/packages/ui-avatar/CHANGELOG.md index fdfde7c3b34..b473c95cea9 100644 --- a/packages/ui-avatar/CHANGELOG.md +++ b/packages/ui-avatar/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/ui-avatar +## 8.0.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +### Patch Changes + +-
Updated dependencies []: + + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
+ ## 7.0.0 ### Minor Changes diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json index 0835ba8c583..f1d2f2a9af6 100644 --- a/packages/ui-avatar/package.json +++ b/packages/ui-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-avatar", - "version": "7.0.0", + "version": "8.0.0-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.25.8", @@ -30,7 +30,7 @@ ], "peerDependencies": { "@rocket.chat/fuselage": "*", - "@rocket.chat/ui-contexts": "11.0.0", + "@rocket.chat/ui-contexts": "12.0.0-rc.0", "react": "~17.0.2" }, "volta": { diff --git a/packages/ui-client/CHANGELOG.md b/packages/ui-client/CHANGELOG.md index 933bf84f718..85087c57078 100644 --- a/packages/ui-client/CHANGELOG.md +++ b/packages/ui-client/CHANGELOG.md @@ -1,5 +1,23 @@ # @rocket.chat/ui-client +## 12.0.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +### Patch Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +- ([#33507](https://github.com/RocketChat/Rocket.Chat/pull/33507)) Fixed an issue where "Filter by room type" was selectable in the Rooms filter. + +-
Updated dependencies [9274cf4586]: + + - @rocket.chat/ui-avatar@8.0.0-rc.0 + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
+ ## 11.0.0 ### Minor Changes diff --git a/packages/ui-client/package.json b/packages/ui-client/package.json index 4daf5a52846..9a6aa19adb1 100644 --- a/packages/ui-client/package.json +++ b/packages/ui-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-client", - "version": "11.0.0", + "version": "12.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -60,8 +60,8 @@ "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/icons": "*", - "@rocket.chat/ui-avatar": "*", - "@rocket.chat/ui-contexts": "*", + "@rocket.chat/ui-avatar": "8.0.0-rc.0", + "@rocket.chat/ui-contexts": "12.0.0-rc.0", "react": "*", "react-i18next": "*" }, diff --git a/packages/ui-composer/CHANGELOG.md b/packages/ui-composer/CHANGELOG.md index 9d36b75e5ba..6a7bbe4a156 100644 --- a/packages/ui-composer/CHANGELOG.md +++ b/packages/ui-composer/CHANGELOG.md @@ -1,5 +1,13 @@ # @rocket.chat/ui-composer +## 0.4.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +- ([#33283](https://github.com/RocketChat/Rocket.Chat/pull/33283)) Adds a warning to inform users they are about to send unencrypted messages in an E2E Encrypted room if they have the `Unencrypted messages in encrypted rooms` setting enabled. + ## 0.3.0 ### Minor Changes diff --git a/packages/ui-composer/package.json b/packages/ui-composer/package.json index 721cae9fb4c..94ad6a68295 100644 --- a/packages/ui-composer/package.json +++ b/packages/ui-composer/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-composer", - "version": "0.3.0", + "version": "0.4.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/ui-contexts/CHANGELOG.md b/packages/ui-contexts/CHANGELOG.md index af979ba3154..caa98371908 100644 --- a/packages/ui-contexts/CHANGELOG.md +++ b/packages/ui-contexts/CHANGELOG.md @@ -1,5 +1,17 @@ # @rocket.chat/ui-contexts +## 12.0.0-rc.0 + +### Patch Changes + +-
Updated dependencies [c5b0c98803, 2806cb5d3e, 3395c8290b, 34ed9ad646, 6b5b91fd14, 7726d68374, bcacbb1cee, 9bcb802fdc, f33c07ebb8, 9cf079721b, b167db0b37, f4365b7dd4, b338807d76, debd3ffa22, 3ea02d3cc1, e3629e065b, b19ae4dbc7, 03d148524b, 3f9c3f1f52, 4aa731d6e9, 53cc1111f8, 81998f3450, e3dac4aab6, 50943a02e8, 5acb59bb39, 509143d6dd, 31eb47f573, fa501ecb53]: + + - @rocket.chat/i18n@1.0.0-rc.0 + - @rocket.chat/rest-typings@7.0.0-rc.0 + - @rocket.chat/core-typings@7.0.0-rc.0 + - @rocket.chat/ddp-client@0.3.9-rc.0 +
+ ## 11.0.0 ### Patch Changes diff --git a/packages/ui-contexts/package.json b/packages/ui-contexts/package.json index 96b8aa8d50f..b98f64ca759 100644 --- a/packages/ui-contexts/package.json +++ b/packages/ui-contexts/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-contexts", - "version": "11.0.0", + "version": "12.0.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/core-typings": "workspace:^", diff --git a/packages/ui-kit/CHANGELOG.md b/packages/ui-kit/CHANGELOG.md index e8d149f6b10..80751f2b474 100644 --- a/packages/ui-kit/CHANGELOG.md +++ b/packages/ui-kit/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.37.0-rc.0 + +### Minor Changes + +- ([#33528](https://github.com/RocketChat/Rocket.Chat/pull/33528)) Adds `accessory` properties to `CalloutBlock` + +- ([#33066](https://github.com/RocketChat/Rocket.Chat/pull/33066)) Introduces new property `category` for Rocket.Chat Apps to register UI action buttons. This property is used to group buttons in the UI. + ## 0.36.1 ### Patch Changes diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index 06653dd1941..156bc187690 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-kit", - "version": "0.36.1", + "version": "0.37.0-rc.0", "description": "Interactive UI elements for Rocket.Chat Apps", "homepage": "https://rocket.chat", "author": { diff --git a/packages/ui-video-conf/CHANGELOG.md b/packages/ui-video-conf/CHANGELOG.md index dffce9f448c..6da74214a32 100644 --- a/packages/ui-video-conf/CHANGELOG.md +++ b/packages/ui-video-conf/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/ui-video-conf +## 12.0.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +### Patch Changes + +-
Updated dependencies [9274cf4586]: + + - @rocket.chat/ui-avatar@8.0.0-rc.0 + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
+ ## 11.0.0 ### Minor Changes diff --git a/packages/ui-video-conf/package.json b/packages/ui-video-conf/package.json index ca5c9c2e337..d32cab26e14 100644 --- a/packages/ui-video-conf/package.json +++ b/packages/ui-video-conf/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-video-conf", - "version": "11.0.0", + "version": "12.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -58,8 +58,8 @@ "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/icons": "*", "@rocket.chat/styled": "*", - "@rocket.chat/ui-avatar": "7.0.0", - "@rocket.chat/ui-contexts": "11.0.0", + "@rocket.chat/ui-avatar": "8.0.0-rc.0", + "@rocket.chat/ui-contexts": "12.0.0-rc.0", "react": "~17.0.2", "react-dom": "^17.0.2" }, diff --git a/packages/ui-voip/CHANGELOG.md b/packages/ui-voip/CHANGELOG.md new file mode 100644 index 00000000000..f0c07517a46 --- /dev/null +++ b/packages/ui-voip/CHANGELOG.md @@ -0,0 +1,18 @@ +# @rocket.chat/ui-voip + +## 2.0.0-rc.0 + +### Minor Changes + +- ([#33592](https://github.com/RocketChat/Rocket.Chat/pull/33592)) Adds ability to collapse/expand sidebar groups + +### Patch Changes + +- ([#33346](https://github.com/RocketChat/Rocket.Chat/pull/33346)) Implements integration with FreeSwitch to enable VoIP calls for team collaboration workspaces + +-
Updated dependencies [bcacbb1cee, 9274cf4586, 760ae5c01a]: + + - @rocket.chat/ui-client@12.0.0-rc.0 + - @rocket.chat/ui-avatar@8.0.0-rc.0 + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
diff --git a/packages/ui-voip/package.json b/packages/ui-voip/package.json index 16f92c5aa25..932c268d3d8 100644 --- a/packages/ui-voip/package.json +++ b/packages/ui-voip/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-voip", - "version": "1.0.0", + "version": "2.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -65,9 +65,9 @@ "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/icons": "*", "@rocket.chat/styled": "*", - "@rocket.chat/ui-avatar": "*", - "@rocket.chat/ui-client": "*", - "@rocket.chat/ui-contexts": "*", + "@rocket.chat/ui-avatar": "8.0.0-rc.0", + "@rocket.chat/ui-client": "12.0.0-rc.0", + "@rocket.chat/ui-contexts": "12.0.0-rc.0", "react": "~17.0.2", "react-aria": "~3.23.1", "react-dom": "^17.0.2" diff --git a/packages/web-ui-registration/CHANGELOG.md b/packages/web-ui-registration/CHANGELOG.md index 861edc80a5d..50bddb71b0d 100644 --- a/packages/web-ui-registration/CHANGELOG.md +++ b/packages/web-ui-registration/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/web-ui-registration +## 12.0.0-rc.0 + +### Patch Changes + +- ([#33333](https://github.com/RocketChat/Rocket.Chat/pull/33333)) Login services button was not respecting the button color and text color settings. Implemented a fix to respect these settings and change the button colors accordingly. + + Added a warning on all settings which allow admins to change OAuth button colors, so that they can be alerted about WCAG (Web Content Accessibility Guidelines) compliance. + +-
Updated dependencies []: + + - @rocket.chat/ui-contexts@12.0.0-rc.0 +
+ ## 11.0.0 ### Patch Changes diff --git a/packages/web-ui-registration/package.json b/packages/web-ui-registration/package.json index 9eb5574ea39..39822a68b82 100644 --- a/packages/web-ui-registration/package.json +++ b/packages/web-ui-registration/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/web-ui-registration", - "version": "11.0.0", + "version": "12.0.0-rc.0", "private": true, "homepage": "https://rocket.chat", "main": "./dist/index.js", @@ -49,7 +49,7 @@ "peerDependencies": { "@rocket.chat/layout": "*", "@rocket.chat/tools": "0.2.2", - "@rocket.chat/ui-contexts": "11.0.0", + "@rocket.chat/ui-contexts": "12.0.0-rc.0", "@tanstack/react-query": "*", "react": "*", "react-hook-form": "*", diff --git a/yarn.lock b/yarn.lock index 19d9ff0d5bb..132c9c05ca7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8133,8 +8133,6 @@ __metadata: typescript: "npm:~5.1.6" uglify-es: "npm:^3.3.10" uuid: "npm:~8.3.2" - peerDependencies: - "@rocket.chat/ui-kit": "workspace:^" languageName: unknown linkType: soft