Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
08a702c
chore: Use extraction from AST to infer mentions (#38845)
ggazzo Feb 20, 2026
f661fbc
chore: remove bodyParams-override from API router (#38580)
ricardogarim Feb 20, 2026
5c49872
chore(media-call-history): fix type assertions `as any` casts in `Med…
Agarwalchetan Feb 20, 2026
a0285d1
fix: DOMPurify hook memory leak in MarkdownText (#38834)
Copilot Feb 20, 2026
7d23911
fix: `Production=false` not being respected by `apn` configuration (#…
KevLehman Feb 20, 2026
0de0f36
chore: Make this.user optional instead of nullable for non-auth endpo…
Copilot Feb 21, 2026
27448fe
chore: replace getLoggedInUser with this.user in API endpoints (#38858)
Copilot Feb 21, 2026
3145c41
test: Add API test for users.register with authenticated credentials …
Copilot Feb 21, 2026
dad0dba
fix: limit outgoing webhook response size to prevent memory exhaustio…
Khizarshah01 Feb 22, 2026
133da0b
fix(team): await default-room assignments when adding team members (#…
Shreyas2004wagh Feb 23, 2026
40347d4
refactor: rename useCannedResponse method to selectCannedResponse (#3…
amitkumarashutosh Feb 23, 2026
fbb5136
refactor: Update authorization service to accept IUser type (#38622)
ggazzo Feb 23, 2026
18a1018
test: set yarn testunit concurrency to 1 for improved stability (#38939)
ggazzo Feb 23, 2026
98a6c58
chore: Add OpenAPI Support to rooms.favorite API (#35995)
ahmed-n-abdeltwab Feb 23, 2026
c117492
chore: Add OpenAPI Support to commands.get API (#36953)
ahmed-n-abdeltwab Feb 23, 2026
29b453e
feat: add custom-sounds.getOne endpoint, adapt client to consume it a…
nazabucciarelli Feb 23, 2026
fc45f0e
chore: update package versions to 8.3.0-develop across all relevant f…
ggazzo Feb 23, 2026
722df6f
chore: Add OpenAPI Support to custom-user-status.list API (#36916)
ahmed-n-abdeltwab Feb 23, 2026
c5b2990
fix(i18n): correct Swedish translation for User_joined_the_team (#38904)
farapholch Feb 23, 2026
98d9b78
chore: add merge_group trigger to CI workflow for improved merge hand…
ggazzo Feb 23, 2026
831cfe6
chore: sanitize Docker tags in CI workflow to replace '/' with '-' fo…
ggazzo Feb 23, 2026
d907668
refactor(user-info): remove `any` usage and enforce strict typing in …
Agarwalchetan Feb 23, 2026
2d95c09
fix(ux): Align moderation console skeleton columns with header (#38716)
ScriptShah Feb 23, 2026
d0c3b3d
refactor: remove redundant parent condition in ParentRoom (#38724)
Khizarshah01 Feb 24, 2026
50e0f90
fix: limit omnichannel webhook response size (#38944)
Khizarshah01 Feb 24, 2026
ddc0ed3
chore: Add OpenAPI Support to push.test API (#36882)
ahmed-n-abdeltwab Feb 24, 2026
803b807
chore: Add OpenAPI Support to e2e.getUsersOfRoomWithoutKey API (#36786)
ahmed-n-abdeltwab Feb 24, 2026
139e9dc
chore: add agents for bug resolution, feature development, and refact…
ggazzo Feb 24, 2026
3048477
chore: prevent undefined `supportSchemesForLink` in filtered markdow…
Copilot Feb 24, 2026
b77fe13
fix: avoid to get files with other extensions than the proper ones fo…
nazabucciarelli Feb 24, 2026
55bf071
fix: MarkdownText variant document ignoring \n (#38983)
Copilot Feb 24, 2026
4c0244d
ci: add workflows for auto-closing duplicate issues (#38993)
ggazzo Feb 24, 2026
99d6b31
fix(createRoom): avoid mutating members input parameter (#38885)
sahillllllllll-bit Feb 24, 2026
88b2151
refactor: Stricten types over UiKit implementation APIs (#38804)
tassoevan Feb 24, 2026
389837c
fix(livechat): support query and fields parameters on livechat rooms …
Yashika-code Feb 24, 2026
85c0ac7
fix(ux): show error message for invalid email domain on signup (#38955)
mossae Feb 24, 2026
35239b2
refactor: make reducePlainTexts linear and allocation-light (#38901)
Shreyas2004wagh Feb 24, 2026
19bf55c
fix(streamer): await sendToManySubscriptions async dispatch (#38681)
Shreyas2004wagh Feb 24, 2026
fb188dc
chore(omnichannel): fix unsafe type assertions in CannedResponsesComp…
NAME-ASHWANIYADAV Feb 24, 2026
37acece
chore: Add OpenAPI Support to users.getAvatarSuggestion API (#36402)
ahmed-n-abdeltwab Feb 24, 2026
7c73241
chore: Add OpenAPI Support to dm.close/im.close API (#38974)
ahmed-n-abdeltwab Feb 24, 2026
a4e3c16
chore: Add OpenAPI support for the Rocket.Chat autotranslate translat…
ahmed-n-abdeltwab Feb 24, 2026
39f2e87
chore: Add OpenAPI Support to emoji-custom.create API (#36523)
ahmed-n-abdeltwab Feb 24, 2026
d87c3e5
test(message-parser): add benchmark suite for parser performance base…
smirk-dev Feb 25, 2026
af1446a
refactor(message-parser): update benchmark suite to use ts-node and a…
ggazzo Feb 25, 2026
fd5b687
ci(todo-issue): implement TODO issue creation and management workflow…
ggazzo Feb 25, 2026
4025314
chore: migrate rooms.leave endpoint to new OpenAPI pattern with AJV v…
Verifieddanny Feb 25, 2026
f6dce5f
fix: message being marked as sent before the request completes (#39003)
sampaiodiego Feb 25, 2026
813d57a
regression: Codebock autoclose unclosed markdown code blocks on messa…
Copilot Feb 25, 2026
0e45814
chore(omnichannel): remove 'any' usage by applying required Type safe…
Pratheek555 Feb 25, 2026
cf99fe5
docs: update YouTube capitalization in README (#38871)
aniruddhaadak80 Feb 25, 2026
b1b1d6c
fix(message-parser): preserve ordered list index 0 in LIST_ITEM nodes…
Shreyas2004wagh Feb 25, 2026
02b1e6e
chore(message-parser): replace wasteful filter().shift() with find() …
smirk-dev Feb 25, 2026
9d8c410
chore: migrate instances.get endpoint to new chained API pattern (#38…
smirk-dev Feb 25, 2026
8d73ce5
fix: inclusive query parameter handling in groups.history REST API (#…
Copilot Feb 25, 2026
b1925d6
chore: rename misspelled `useDrowdownVisibility` hook filename (#39036)
smirk-dev Feb 25, 2026
29d2454
chore: add fullOptions to Emoji benchmark fixtures (#39035)
amitkumarashutosh Feb 25, 2026
d1bf2cc
fix(message-parser): Merge blockquotes separated by empty `>` lines i…
Copilot Feb 25, 2026
1b7d4d8
chore: migrate presence endpoints to new API pattern (#38882)
smirk-dev Feb 25, 2026
46f38c9
chore: migrate ldap endpoints to new API pattern (#38883)
smirk-dev Feb 25, 2026
a712738
test: Add automated tests for custom fields functionality. (#38743)
Harmeet221 Feb 25, 2026
fea32db
chore: remove 'as any' usage by applying required Type safety (#39061)
Khizarshah01 Feb 25, 2026
96b2a45
i18n: Update inline error messages in registration form (#36442)
sandranymark Feb 26, 2026
37a7602
fix: filter versionUpdate banners where version <= current installed …
ricardogarim Feb 26, 2026
7bd8214
chore: add opencontainers source label for renovate (#38582)
robinschneider Feb 26, 2026
6c2bc71
fix: WCAG (1.1.1) Add `alt`property to user avatar (#35969)
ergot-rp Feb 26, 2026
898d785
chore: toggle option for formatting buttons and shortcuts (#35336)
amitkumarashutosh Feb 26, 2026
9a70095
fix: strip trailing punctuation from URLs at end of message (#39069)
Copilot Feb 26, 2026
f6ba6a7
fix(message-parser): decimal numbers and underscore-wrapped text rend…
Copilot Feb 26, 2026
afaabea
fix(i18n): use correct i18n key for workspace confirmation (#38662)
TheRazorbill Feb 26, 2026
5f6b887
fix: Mentions popup remains open after canceling message edit (#38635)
aleksandernsilva Feb 26, 2026
5f01b24
fix(ux): Inline-Errors in LoginForm (#36469)
sandranymark Feb 26, 2026
2affa17
test(message-parser): decouple parser tests from production helpers (…
Shreyas2004wagh Feb 26, 2026
602b20a
fix: Check ownership of uploaded files before confirming/sending (#39…
KevLehman Feb 26, 2026
dbf125c
chore: modernize code related to pushToken management (#39011)
pierre-lehnen-rc Feb 26, 2026
b4b9303
fix(ux): Room header encrypted key icon - very low contrast (#36058)
sandranymark Feb 26, 2026
539659a
chore(eslint): Upgrade ESLint configuration (#38989)
tassoevan Feb 27, 2026
1361a1f
refactor: migrate rooms.delete endpoint to new API format (#38549)
Rohitgiri02 Feb 27, 2026
d8baf39
chore: Add OpenAPI Support to e2e.fetchMyKeys API (#36779)
ahmed-n-abdeltwab Feb 27, 2026
2a27010
chore: Add OpenAPI support for the Rocket.Chat e2e.updateGroupKey end…
ahmed-n-abdeltwab Feb 27, 2026
2a32553
chore(deps): bump actions/upload-artifact from 6 to 7 (#39122)
dependabot[bot] Feb 27, 2026
c3abfa2
chore: replace messages `data-qa` (#38493)
juliajforesti Feb 27, 2026
e31776a
chore: Incorrect validation message label for 'Post as' field (#39103)
dodaa08 Feb 27, 2026
1334dc8
fix: make custom sounds/emojis storage settings reactive (#38954)
nazabucciarelli Feb 27, 2026
2655c8e
refactor(parseJsonQuery): Avoid repeated permission checks per reques…
Kaustubh2k5 Feb 27, 2026
86af4e2
refactor: reduce hot-path allocations in message parser utils (#39075)
Shreyas2004wagh Feb 27, 2026
d0e706b
chore(deps): bump axios from 1.12.0 to 1.13.5 in /.github/actions/upd…
dependabot[bot] Feb 27, 2026
3bfd401
chore: adding validation when adding link to message composer (#37573)
divyanshu-patil Feb 27, 2026
119c4d6
chore(deps): bump storybook-related dependencies (#39131)
julio-rocketchat Feb 27, 2026
bab0fbf
chore(deps): bump actions/download-artifact from 7 to 8 (#39123)
dependabot[bot] Feb 27, 2026
0f8317a
chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#38195)
dependabot[bot] Feb 27, 2026
dbe69af
fix(ux): Show full channel name on hover (#38320)
tushargr0ver Feb 27, 2026
a5aac0c
refactor(uikit-playground): Adapt to linting changes (#39162)
tassoevan Feb 27, 2026
3c30636
test: Separate livechat API tests (#39114)
KevLehman Feb 28, 2026
c017a90
Merge remote-tracking branch 'origin/master' into develop
ggazzo Mar 2, 2026
78b3fe3
chore: Add OpenAPI support for the Rocket.Chat e2e endpoints (#39219)
ahmed-n-abdeltwab Mar 2, 2026
a4341ec
chore: migrate chat.starMessage and chat.unStarMessage to OpenAPI (#3…
sezallagwal Mar 2, 2026
79a26cd
chore(uikit-playground): update ESLint configuration and dependencies
ggazzo Mar 2, 2026
e6de8b7
chore(deps): clean up yarn.lock by removing unused ESLint-related dep…
ggazzo Mar 2, 2026
92a3e47
chore: remove debug console.log in API authentication handler (#39232)
SUMMERxKx Mar 2, 2026
e7807d0
refactor: Media Call client data structure and rendering (#38778)
gabriellsh Mar 2, 2026
5518503
chore: migrate chat.followMessage and chat.unfollowMessage to OpenAPI…
sezallagwal Mar 2, 2026
7367e3b
fix: `inquiries.take` not throwing error on `clientAction:true` (#39250)
KevLehman Mar 2, 2026
2c23512
chore: migrate rooms.saveNotification endpoint to new API format w… (…
Rohitgiri02 Mar 2, 2026
7c796b8
chore: correctly return server default notification preference when v…
sahillllllllll-bit Mar 3, 2026
c57c262
chore(deps): update turbo package to version 2.8.12 in package.json a…
ggazzo Mar 3, 2026
7e7b192
test: stabilize storage settings reactivity emojis/sounds tests (#39172)
nazabucciarelli Mar 3, 2026
0d00b05
chore(cron): Align cron job identifier in userDataDownloads (#39261)
Jeet-Patil Mar 3, 2026
468fd59
Release 8.3.0-rc.0
rocketchat-github-ci Mar 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .changeset/blue-seals-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/model-typings": patch
"@rocket.chat/models": patch
---

Fixes an authorization issue that allowed users to confirm uploads from other users
5 changes: 5 additions & 0 deletions .changeset/clean-ears-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes a cross-resource access issue that allowed users to retrieve emojis from the Custom Sounds endpoint and sounds from the Custom Emojis endpoint when using the FileSystem storage mode.
5 changes: 5 additions & 0 deletions .changeset/fix-blockquote-empty-lines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/message-parser': patch
---

Fixed blockquotes with empty lines between paragraphs not rendering as a single blockquote. Lines like `> ` or `>` (empty quote lines) are now treated as part of the surrounding blockquote rather than breaking it into separate quotes.
5 changes: 5 additions & 0 deletions .changeset/fix-message-parser-reduce-perf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/message-parser': patch
---

Replaces wasteful `filter().shift()` with `find(Boolean)` in `extractFirstResult` to avoid allocating an intermediate filtered array just to get the first truthy element.
5 changes: 5 additions & 0 deletions .changeset/fix-register-workspace-i18n.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes wrong i18n key in RegisterWorkspace confirmation step so the text is translated instead of showing a missing key.
5 changes: 5 additions & 0 deletions .changeset/fix-trailing-punctuation-url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/message-parser": patch
---

Fixes trailing punctuation (e.g. periods, exclamation marks) being incorrectly included in parsed URLs when they appear at the end of a message. For example, `go to https://www.google.com.` now correctly parses the URL as `https://www.google.com` without the trailing period.
5 changes: 5 additions & 0 deletions .changeset/fix-webhook-newline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes incoming webhook messages ignoring literal `\n` escape sequences, and fixes the `MarkdownText` `document` variant not rendering newlines as line breaks.
6 changes: 6 additions & 0 deletions .changeset/hungry-monkeys-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/rest-typings": minor
---

Add OpenAPI support for the Rocket.Chat autotranslate translateMessage API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation
76 changes: 76 additions & 0 deletions .changeset/little-eyes-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
'@rocket.chat/eslint-config': minor
'@rocket.chat/server-cloud-communication': patch
'@rocket.chat/omnichannel-services': patch
'@rocket.chat/omnichannel-transcript': patch
'@rocket.chat/authorization-service': patch
'@rocket.chat/federation-matrix': patch
'@rocket.chat/web-ui-registration': patch
'@rocket.chat/network-broker': patch
'@rocket.chat/password-policies': patch
'@rocket.chat/release-changelog': patch
'@rocket.chat/storybook-config': patch
'@rocket.chat/presence-service': patch
'@rocket.chat/omni-core-ee': patch
'@rocket.chat/fuselage-ui-kit': patch
'@rocket.chat/instance-status': patch
'@rocket.chat/media-signaling': patch
'@rocket.chat/patch-injection': patch
'@rocket.chat/account-service': patch
'@rocket.chat/media-calls': patch
'@rocket.chat/message-parser': patch
'@rocket.chat/mock-providers': patch
'@rocket.chat/release-action': patch
'@rocket.chat/pdf-worker': patch
'@rocket.chat/ui-theming': patch
'@rocket.chat/account-utils': patch
'@rocket.chat/core-services': patch
'@rocket.chat/message-types': patch
'@rocket.chat/model-typings': patch
'@rocket.chat/mongo-adapter': patch
'@rocket.chat/ui-video-conf': patch
'@rocket.chat/uikit-playground': patch
'@rocket.chat/cas-validate': patch
'@rocket.chat/core-typings': patch
'@rocket.chat/jest-presets': patch
'@rocket.chat/peggy-loader': patch
'@rocket.chat/rest-typings': patch
'@rocket.chat/server-fetch': patch
'@rocket.chat/ddp-streamer': patch
'@rocket.chat/queue-worker': patch
'@rocket.chat/presence': patch
'@rocket.chat/apps-engine': patch
'@rocket.chat/desktop-api': patch
'@rocket.chat/http-router': patch
'@rocket.chat/poplib': patch
'@rocket.chat/ui-composer': patch
'@rocket.chat/ui-contexts': patch
'@rocket.chat/license': patch
'@rocket.chat/api-client': patch
'@rocket.chat/ddp-client': patch
'@rocket.chat/log-format': patch
'@rocket.chat/gazzodown': patch
'@rocket.chat/omni-core': patch
'@rocket.chat/ui-avatar': patch
'@rocket.chat/ui-client': patch
'@rocket.chat/livechat': patch
'@rocket.chat/abac': patch
'@rocket.chat/favicon': patch
'@rocket.chat/tracing': patch
'@rocket.chat/ui-voip': patch
'@rocket.chat/agenda': patch
'@rocket.chat/base64': patch
'@rocket.chat/logger': patch
'@rocket.chat/models': patch
'@rocket.chat/random': patch
'@rocket.chat/sha256': patch
'@rocket.chat/ui-kit': patch
'@rocket.chat/tools': patch
'@rocket.chat/apps': patch
'@rocket.chat/cron': patch
'@rocket.chat/i18n': patch
'@rocket.chat/jwt': patch
'@rocket.chat/meteor': patch
---

chore(eslint): Upgrades ESLint and its configuration
5 changes: 5 additions & 0 deletions .changeset/loud-weeks-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/message-parser': patch
---

Fixes ordered list AST generation to preserve `number: 0` for list items that start at index `0`.
6 changes: 6 additions & 0 deletions .changeset/migrate-chat-follow-unfollow-message.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/rest-typings": minor
---

Add OpenAPI support for the chat.followMessage and chat.unfollowMessage API endpoints by migrating to a modern chained route definition syntax and utilizing AJV schemas for body and response validation.
6 changes: 6 additions & 0 deletions .changeset/migrate-chat-star-unstar-message.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/rest-typings": minor
---

Add OpenAPI support for the chat.starMessage and chat.unStarMessage API endpoints by migrating to a modern chained route definition syntax and utilizing AJV schemas for body and response validation.
6 changes: 6 additions & 0 deletions .changeset/migrate-rooms-leave-endpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/meteor': minor
'@rocket.chat/rest-typings': minor
---

Migrated rooms.leave endpoint to new OpenAPI pattern with AJV validation
6 changes: 6 additions & 0 deletions .changeset/nasty-candles-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/web-ui-registration': patch
'@rocket.chat/i18n': patch
---

Fixes invalid email domain error not being displayed on the registration form.
5 changes: 5 additions & 0 deletions .changeset/nice-penguins-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fix marking a message as sent before the request finishes
6 changes: 6 additions & 0 deletions .changeset/nice-squids-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/rest-typings": patch
---

Add OpenAPI support for the Rocket.Chat e2e.getUsersOfRoomWithoutKey endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
6 changes: 6 additions & 0 deletions .changeset/nine-otters-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/rest-typings': minor
'@rocket.chat/meteor': minor
---

migrated rooms.delete endpoint to new OpenAPI pattern with AJV validation
5 changes: 5 additions & 0 deletions .changeset/olive-hairs-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes version update banner showing outdated versions after server upgrade.
120 changes: 120 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@rocket.chat/meteor": "8.3.0-develop",
"rocketchat-services": "2.0.42",
"@rocket.chat/uikit-playground": "0.7.7",
"@rocket.chat/account-service": "0.4.51",
"@rocket.chat/authorization-service": "0.5.4",
"@rocket.chat/ddp-streamer": "0.3.51",
"@rocket.chat/omnichannel-transcript": "0.4.51",
"@rocket.chat/presence-service": "0.4.51",
"@rocket.chat/queue-worker": "0.4.51",
"@rocket.chat/abac": "0.1.4",
"@rocket.chat/federation-matrix": "0.0.13",
"@rocket.chat/license": "1.1.11",
"@rocket.chat/media-calls": "0.2.4",
"@rocket.chat/network-broker": "0.2.30",
"@rocket.chat/omni-core-ee": "0.0.16",
"@rocket.chat/omnichannel-services": "0.3.48",
"@rocket.chat/pdf-worker": "0.3.30",
"@rocket.chat/presence": "0.2.51",
"@rocket.chat/ui-theming": "0.4.4",
"@rocket.chat/account-utils": "0.0.2",
"@rocket.chat/agenda": "0.1.0",
"@rocket.chat/api-client": "0.2.51",
"@rocket.chat/apps": "0.6.4",
"@rocket.chat/apps-engine": "1.60.0",
"@rocket.chat/base64": "1.0.13",
"@rocket.chat/cas-validate": "0.0.3",
"@rocket.chat/core-services": "0.13.0",
"@rocket.chat/core-typings": "8.3.0-develop",
"@rocket.chat/cron": "0.1.51",
"@rocket.chat/ddp-client": "1.0.4",
"@rocket.chat/desktop-api": "1.1.0",
"@rocket.chat/eslint-config": "0.7.0",
"@rocket.chat/favicon": "0.0.4",
"@rocket.chat/fuselage-ui-kit": "28.0.0",
"@rocket.chat/gazzodown": "28.0.0",
"@rocket.chat/http-router": "7.9.18",
"@rocket.chat/i18n": "2.1.0",
"@rocket.chat/instance-status": "0.1.51",
"@rocket.chat/jest-presets": "0.0.1",
"@rocket.chat/jwt": "0.2.0",
"@rocket.chat/livechat": "2.0.4",
"@rocket.chat/log-format": "0.0.2",
"@rocket.chat/logger": "1.0.0",
"@rocket.chat/media-signaling": "0.1.1",
"@rocket.chat/message-parser": "0.31.34",
"@rocket.chat/message-types": "0.1.0",
"@rocket.chat/mock-providers": "0.4.11",
"@rocket.chat/model-typings": "2.1.0",
"@rocket.chat/models": "2.1.0",
"@rocket.chat/mongo-adapter": "0.0.2",
"@rocket.chat/poplib": "0.0.2",
"@rocket.chat/omni-core": "0.0.16",
"@rocket.chat/password-policies": "0.1.0",
"@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": "8.3.0-develop",
"@rocket.chat/server-cloud-communication": "0.0.2",
"@rocket.chat/server-fetch": "0.1.0",
"@rocket.chat/sha256": "1.0.12",
"@rocket.chat/storybook-config": "0.0.2",
"@rocket.chat/tools": "0.2.4",
"@rocket.chat/tracing": "0.0.1",
"@rocket.chat/tsconfig": "0.0.0",
"@rocket.chat/ui-avatar": "24.0.0",
"@rocket.chat/ui-client": "28.0.0",
"@rocket.chat/ui-composer": "0.5.3",
"@rocket.chat/ui-contexts": "28.0.0",
"@rocket.chat/ui-kit": "0.39.0",
"@rocket.chat/ui-video-conf": "28.0.0",
"@rocket.chat/ui-voip": "18.0.0",
"@rocket.chat/web-ui-registration": "28.0.0"
},
"changesets": [
"blue-seals-leave",
"clean-ears-fly",
"fix-blockquote-empty-lines",
"fix-message-parser-reduce-perf",
"fix-register-workspace-i18n",
"fix-trailing-punctuation-url",
"fix-webhook-newline",
"hungry-monkeys-hang",
"little-eyes-kneel",
"loud-weeks-protect",
"migrate-chat-follow-unfollow-message",
"migrate-chat-star-unstar-message",
"migrate-rooms-leave-endpoint",
"nasty-candles-invent",
"nice-penguins-rhyme",
"nice-squids-smoke",
"nine-otters-hug",
"olive-hairs-report",
"pretty-jobs-juggle",
"rare-waves-help",
"refactor-instances-api-chained-pattern",
"refactor-ldap-api-chained-pattern",
"refactor-presence-api-chained-pattern",
"rude-plums-think",
"shiny-pears-admire",
"short-starfishes-provide",
"spicy-drinks-carry",
"sweet-terms-relax",
"swift-badgers-try",
"tame-dolphins-draw",
"tame-humans-greet",
"tender-papayas-jam",
"tough-steaks-beam",
"tricky-boxes-type",
"twenty-colts-flash",
"weak-terms-shave",
"wet-roses-call",
"wicked-buckets-thank"
]
}
6 changes: 6 additions & 0 deletions .changeset/pretty-jobs-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/rest-typings': minor
'@rocket.chat/meteor': minor
---

Adds OpenAPI support for the Rocket.Chat e2e.updateGroupKey endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
6 changes: 6 additions & 0 deletions .changeset/rare-waves-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/rest-typings": minor
---

Add OpenAPI support for the Rocket.Chat users.getAvatarSuggestion API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
5 changes: 5 additions & 0 deletions .changeset/refactor-instances-api-chained-pattern.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

adds `instances.get` API endpoint to new chained pattern with response schemas
5 changes: 5 additions & 0 deletions .changeset/refactor-ldap-api-chained-pattern.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

Migrates `ldap.testConnection` and `ldap.testSearch` REST API endpoints from legacy `addRoute` pattern to the new chained `.post()` API pattern with typed response schemas and AJV body validation (replacing Meteor `check()`).
5 changes: 5 additions & 0 deletions .changeset/refactor-presence-api-chained-pattern.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

Migrates `presence.getConnections` and `presence.enableBroadcast` REST API endpoints from legacy `addRoute` pattern to the new chained `.get()`/`.post()` API pattern with typed response schemas.
5 changes: 5 additions & 0 deletions .changeset/rude-plums-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

Fixes Custom Sounds Contextualbar state and refresh behavior
5 changes: 5 additions & 0 deletions .changeset/shiny-pears-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Limits `Outgoing webhook` maximum response size to 10mb.
6 changes: 6 additions & 0 deletions .changeset/short-starfishes-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/rest-typings": minor
---

Add OpenAPI support for the Rocket.Chat e2e.fetchMyKeys endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
6 changes: 6 additions & 0 deletions .changeset/spicy-drinks-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/rest-typings": patch
---

Add OpenAPI support for the Rocket.Chat push.test API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
7 changes: 7 additions & 0 deletions .changeset/sweet-terms-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@rocket.chat/meteor': minor
'@rocket.chat/core-typings': minor
'@rocket.chat/rest-typings': minor
---

Add OpenAPI support for the Rocket.Chat custom-user-status.list API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation
6 changes: 6 additions & 0 deletions .changeset/swift-badgers-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/rest-typings': minor
'@rocket.chat/meteor': minor
---

Add OpenAPI support for the Rocket.Chat e2e endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
5 changes: 5 additions & 0 deletions .changeset/tame-dolphins-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixes `inquiries.take` not failing when attempting to take a chat while over chat limits
5 changes: 5 additions & 0 deletions .changeset/tame-humans-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixes an issue where `Production` flag was not being respected when initializing Push Notifications configuration
5 changes: 5 additions & 0 deletions .changeset/tender-papayas-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Limits Omnichannel webhook maximum response size to 10mb.
Loading
Loading