Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.1.0 #34010

Merged
merged 171 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
171 commits
Select commit Hold shift + click to select a range
5fddfcc
refactor: Migrate more modules to TypeScript (#33636)
tassoevan Oct 21, 2024
70f5730
chore: Replace some `cursor.count` calls with `countDocuments` or `es…
KevLehman Oct 21, 2024
dc457ac
fix: add `withErrorBoundary` to `BannerRegion` (#33689)
MartinSchoeler Oct 21, 2024
d69be40
chore: Replace `cursor.count` with `countDocuments` or `estimatedDocu…
KevLehman Oct 22, 2024
fd5e54f
chore: Break big LivechatTyped file into smaller modules (#33656)
KevLehman Oct 22, 2024
2aaf64d
chore: remove `proxifyWithWait` and `waitAndCall` (#33710)
sampaiodiego Oct 22, 2024
12a2614
regression: fix Sidebar collapsers keyboard navigation (#33697)
juliajforesti Oct 23, 2024
b8e585a
regression: room with `hideUnreadStatus` showing on unread list (#33704)
juliajforesti Oct 23, 2024
9e6359f
chore: bump to 7.1.0-develop
ggazzo Oct 23, 2024
b59bedc
Merge remote-tracking branch 'origin/release-7.0.0' into develop
ggazzo Oct 23, 2024
82767d8
chore: deprecate `from` field from Email Bridge (#33713)
tapiarafael Oct 23, 2024
63ccadc
fix(omnichannel): stop calling an object through proxy (#33719)
ggazzo Oct 23, 2024
e0070e6
regression: properly overwrite `Email.sendAsync`
ggazzo Oct 22, 2024
d983b7b
refactor: Rewrite avatar handlers to TS and add tests (#33480)
gabriellsh Oct 23, 2024
061667f
regression: properly overwrite `OAuth._retrievePendingCredential`
ggazzo Oct 23, 2024
73ae901
chore: npm install as rocketchat user (#33726)
ggazzo Oct 23, 2024
247b1c6
chore: Break big `livechatTyped` file into smaller modules (#33720)
KevLehman Oct 23, 2024
b524ba9
chore: Bump meteor to 3.0.4 (#33596)
ggazzo Oct 23, 2024
d8ed08f
refactor(i18n): Use i18next‘s t-function in more modules (#33732)
tassoevan Oct 24, 2024
b0f721e
chore: improve some omnichannel types (#33714)
pierre-lehnen-rc Oct 24, 2024
bec7cf6
chore: Removes `FilterByText` internal state (#33735)
dougfabris Oct 24, 2024
72182ba
chore: replace `use-subscription` -> `use-sync-external-store` (#33738)
ggazzo Oct 24, 2024
c2b92f4
test(ui-voip): Normalize `@rocket.chat/ui-voip` unit tests (#33739)
tassoevan Oct 24, 2024
c5dc8b6
Merge remote-tracking branch 'origin/release-7.0.0' into develop
ggazzo Oct 24, 2024
ad5d85b
chore: Replace `cursor.count` with calls to `countDocuments` or `esti…
KevLehman Oct 24, 2024
dd03d94
test: fix flaky omnichannel send (#33768)
MartinSchoeler Oct 24, 2024
899e0a6
regression(i18n): Broken translations in Setup Wizard (#33777)
tassoevan Oct 25, 2024
0cc3208
fix: prevent loading page on reconnect (#33770)
ggazzo Oct 25, 2024
e04a112
test: fix flaky `should mark target default channel as "favorite by d…
MartinSchoeler Oct 25, 2024
6e2a706
chore: bump safe deps (#33736)
ggazzo Oct 25, 2024
3759af8
Merge remote-tracking branch 'origin/release-7.0.0' into develop
ggazzo Oct 25, 2024
465c8b8
docs: Update Node.js Version to 20.x (LTS) in Development Environment…
SinghaAnirban005 Oct 26, 2024
4c4c145
chore: add batch span processor (#33765)
ricardogarim Oct 28, 2024
f79f3cc
fix: user highlights matching just part of words (#33776)
sampaiodiego Oct 28, 2024
6206c2a
Merge remote-tracking branch 'origin/release-7.0.0' into develop
ggazzo Oct 29, 2024
9925816
docs: Update environment setup doc link in README.md (#33603)
jannatkhandev Oct 29, 2024
0b396dc
chore: minor deps (#33795)
ggazzo Oct 29, 2024
dbf3b57
test: add `useRoomList` tests (#33773)
juliajforesti Oct 29, 2024
6945645
test: add `feature-preview` tests for `Enhanced navigation` (#33727)
juliajforesti Oct 29, 2024
51342c3
regression: fix uikit-playground
ggazzo Oct 29, 2024
5c428df
regression: fix uikit-playground [2]
ggazzo Oct 29, 2024
d1e8497
chore: Remove unused `setUserActiveStatus` client meteor method (#33818)
yash-rajpal Oct 29, 2024
65ea2cb
chore: bump sharp (#33832)
ggazzo Oct 30, 2024
6dca2b0
chore: bump dependencies (#33827)
ggazzo Oct 30, 2024
c2a48e3
ci: Remove debian and preview images (#33728)
ggazzo Oct 30, 2024
3569b0a
fix: incorrect validation for networking permission on Deno process (…
d-gubert Oct 31, 2024
87ee55d
ci: fix external pull requests (#33846)
ggazzo Oct 31, 2024
d4b3aef
chore: convert saveUser to ts (#33774)
pierre-lehnen-rc Oct 31, 2024
22e33d0
chore: handle imap errors (#33855)
ggazzo Oct 31, 2024
6008674
chore: exit if unhandledRejection during `TEST_MODE` (#33724)
ggazzo Oct 31, 2024
4430446
ci: fix rename Docker image
sampaiodiego Oct 31, 2024
c737d17
regression: fallback avatars provided with incorrect size if size par…
gabriellsh Oct 31, 2024
b608a67
ci: fix publish main docker image
ggazzo Oct 31, 2024
daff9e1
ci: fix publish [2]
ggazzo Oct 31, 2024
974170d
test: fix flaky e2e test omnichannel-takeChat (#33856)
aleksandernsilva Nov 1, 2024
e15ba7e
Merge remote-tracking branch 'origin/master' into develop
ggazzo Nov 1, 2024
a219412
test: fix flaky omnichannel-units tests (#33790)
MartinSchoeler Nov 1, 2024
6ec240b
refactor: CreateOAuthModal to use React Hook Form (#33347)
rique223 Nov 1, 2024
8949e21
regression: apps without networking permission failing to start (#33857)
d-gubert Nov 1, 2024
971249b
refactor: Take away stale `messageArgs()` helper (#33780)
tassoevan Nov 1, 2024
fc5bd4e
chore: swap `mitt` for `@rocket.chat/emitter` (#33866)
MartinSchoeler Nov 2, 2024
90cc648
ci: external prs
ggazzo Nov 2, 2024
3db5690
chore: Upgrade to Storybook 8.4 (#33872)
tassoevan Nov 3, 2024
953c052
chore: bump deps 6th wave (#33839)
ggazzo Nov 4, 2024
3bf45b1
fix: installed apps query not refreshing on mount (#33785)
d-gubert Nov 4, 2024
06189eb
refactor: Normalize the usage of the `useSetting` hook (#33779)
tassoevan Nov 4, 2024
d398866
feat: apps-engine timeout config (#33690)
d-gubert Nov 4, 2024
dfd59e5
test: updated createVisitor test util to use unique visitor names (#3…
aleksandernsilva Nov 5, 2024
c68cd1b
chore: refactor sidebar unread handler (#33792)
juliajforesti Nov 6, 2024
f7391a4
regression: revert mp3-encoder bump (#33896)
ggazzo Nov 6, 2024
746d4fe
chore: improve unread badges a11y (#33899)
juliajforesti Nov 6, 2024
d90d7e9
test: `edit-room-retention-policy permission`duplicated actions (#33791)
MartinSchoeler Nov 7, 2024
b4841cb
fix: engine restart process for Deno used wrong status (#33865)
d-gubert Nov 7, 2024
7681133
fix: broken client-side updates for recent emoji list (#33808)
abhinavkrin Nov 7, 2024
87d0536
chore: improve mongo deprecation message (#33907)
ggazzo Nov 7, 2024
1eca1fb
fix: newly created teams displayed as channels in sidebar with DISABL…
ricardogarim Nov 7, 2024
4d0ab19
fix: `Waiting Queue` feature not queueing rooms (#33772)
KevLehman Nov 7, 2024
322bafd
i18n: Updated VoIP field labels from "Free Extension Numbers" to "Ava…
aleksandernsilva Nov 7, 2024
e1e5029
fix: Missing html attributes in sidebar item templates (#33904)
juliajforesti Nov 7, 2024
d0cc095
ci: skip docker login for dependabot (#33910)
sampaiodiego Nov 8, 2024
a3ad613
ci: auto merge dependabot
ggazzo Nov 8, 2024
e1bcb47
ci: dependabot config
ggazzo Nov 8, 2024
49448aa
chore(deps-dev): bump vite from 4.5.5 to 5.4.10 (#33745)
dependabot[bot] Nov 8, 2024
f8c492a
chore(deps): bump actions/cache from 3 to 4 (#33070)
dependabot[bot] Nov 8, 2024
7d6690d
chore(deps): bump axios in /.github/actions/update-version-durability…
dependabot[bot] Nov 8, 2024
0813cba
chore(deps): bump actions/checkout from 3 to 4 (#33264)
dependabot[bot] Nov 8, 2024
c2b1365
test: changed Send button locator to be more specific (#33916)
aleksandernsilva Nov 8, 2024
96bc87c
chore: create more page/header variations (#33900)
ggazzo Nov 8, 2024
742414a
chore(deps): bump @react-aria/toolbar from 3.0.0-nightly.4409 to 3.0.…
dependabot[bot] Nov 8, 2024
6fa0873
refactor: Reduce responsibilities of `CachedCollectionsManager` (#33936)
tassoevan Nov 11, 2024
fd7eb76
chore(deps): bump actions/cache from 3 to 4 (#33933)
dependabot[bot] Nov 11, 2024
5c3b6b9
chore: add reason to app restart log (#33930)
d-gubert Nov 11, 2024
b27ecdf
regression: Restore contextualbar resizable handler (#33921)
dougfabris Nov 11, 2024
3bd70ee
feat(fuselage-ui-kit): export SurfaceRender to allow custom surfaces …
ggazzo Nov 11, 2024
e6f00e1
test: Flaky e2e-encryption test (#33924)
tiagoevanp Nov 12, 2024
0deb126
fix: Livechat finish chat option being enabled before room is created…
aleksandernsilva Nov 12, 2024
4de6ea6
test: improvements for livechat tab communication (#33912)
aleksandernsilva Nov 12, 2024
92b6a50
feat: add unread badge to sidebar collapser (#33897)
juliajforesti Nov 12, 2024
9af03f1
ci: remove dependabot from update ignore
ggazzo Nov 12, 2024
77a5b0c
chore(deps): bump cookie from 0.5.0 to 0.7.0 (#33938)
dependabot[bot] Nov 13, 2024
ecd1a51
chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#33733)
dependabot[bot] Nov 13, 2024
6f98332
chore(deps): bump react-keyed-flatten-children from 1.3.0 to 3.0.2 (#…
dependabot[bot] Nov 13, 2024
8e47f50
chore(deps): bump braces from 3.0.2 to 3.0.3 (#33945)
dependabot[bot] Nov 13, 2024
226ff10
chore(deps): bump elliptic from 6.5.7 to 6.6.0 (#33821)
dependabot[bot] Nov 13, 2024
634a570
chore(deps): bump follow-redirects from 1.15.4 to 1.15.9 (#33950)
dependabot[bot] Nov 13, 2024
5637551
chore(deps): bump tar from 6.1.11 to 6.2.1 (#33947)
dependabot[bot] Nov 13, 2024
6d4a6be
chore: Improve Omnichannel Contact Center routing (#33943)
dougfabris Nov 13, 2024
7eb7941
chore(deps-dev): bump postcss-easy-import from 3.0.0 to 4.0.0 (#33842)
dependabot[bot] Nov 13, 2024
80e36bf
fix: custom emoji update issues (#32991)
abhinavkrin Nov 14, 2024
142fc42
chore(deps): bump @actions/github from 5.1.1 to 6.0.0 (#33955)
dependabot[bot] Nov 14, 2024
b2d864c
chore: update eslint plugins (#33879)
ggazzo Nov 14, 2024
28ba03c
chore: bump minor deps (#33960)
ggazzo Nov 14, 2024
3929991
fix: Missing divider in Create team (#33953)
juliajforesti Nov 14, 2024
7a2eef7
ci: bump actions/[email protected]
ggazzo Nov 15, 2024
163e55b
fix: imported fixes (#33941)
julio-cfa Nov 15, 2024
496e5b8
chore(deps): bump sodium-native from 3.4.1 to 4.3.1 (#33966)
dependabot[bot] Nov 15, 2024
daa1934
chore: change oauth apps authorize page message (#33952)
abhinavkrin Nov 15, 2024
41d1cd5
fix: no spaces between emoji aliases (#33278)
abhinavkrin Nov 15, 2024
66b0e16
chore: bump swiper (#33961)
juliajforesti Nov 15, 2024
b56d4c5
refactor: Wipe unused code on minimongo (client-side) collections (#3…
tassoevan Nov 18, 2024
6c83bf0
fix: File Upload description bypassing message maximum character limi…
MartinSchoeler Nov 18, 2024
661cc01
feat: Persistent Chat Discussion Name wildcard (#33920)
MartinSchoeler Nov 18, 2024
df9ac15
ci: publish "official" Docker tag for PRs (#33977)
sampaiodiego Nov 18, 2024
a0d0c86
fix: Thread unread not in unread group (#33963)
juliajforesti Nov 18, 2024
590a449
chore: bump stylelint and remove unused css (#33887)
ggazzo Nov 18, 2024
8839f86
chore: improve stats cronjob scheduling (#33311)
sampaiodiego Nov 18, 2024
5b3f6b0
fix(Livechat): Popout mode not working in cross domains (#33944)
MartinSchoeler Nov 18, 2024
aed431c
regression: fix not removing room from unread group (#33983)
juliajforesti Nov 18, 2024
6166555
feat: cancel subscription confirmation modal (#33814)
aleksandernsilva Nov 18, 2024
162d1d2
fix: wrong permission name used (#33984)
d-gubert Nov 18, 2024
c49808b
refactor: `pinMessage` method (#33852)
KevLehman Nov 19, 2024
a72c315
fix(contextualbar thread): Remove resizable handler when thread is ex…
dougfabris Nov 19, 2024
e5fe727
feat: disable uploading of exempt apps (#33949)
Gustrb Nov 19, 2024
a0bdecb
fix: `resetIrcConnection` not requiring user logged (#33994)
ggazzo Nov 19, 2024
14d3425
refactor: assets methods (#33995)
ggazzo Nov 19, 2024
6ba7372
ci: changes the release candidate to 12 UTC (#33998)
ggazzo Nov 19, 2024
32d93a0
feat: Single Contact Identification (#32727)
dougfabris Nov 19, 2024
c7bca10
chore: Move `notify-user` `/notification` and `/subscriptions-changed…
tiagoevanp Nov 19, 2024
8688bcd
fix: sidepanel not replicating sidebar sort preference (#33986)
juliajforesti Nov 19, 2024
b6f9110
chore: Patch `swiper` for compatibility with Meteor bundler (#33996)
tassoevan Nov 19, 2024
eccd40d
feat: Fetch avatars using user id (#33214)
gabriellsh Nov 19, 2024
c71d5de
chore: Discussion message action meteor removal (#33962)
MartinSchoeler Nov 19, 2024
e7edeac
feat: add cursor pagination support on sync messages (#33810)
ricardogarim Nov 19, 2024
ef0c5eb
regression: Fix file upload modal not receiving focus on description …
tiagoevanp Nov 19, 2024
d1e6a73
feat: User sound preferences master volume and ringing volume (#33902)
aleksandernsilva Nov 19, 2024
2db1ecb
fix: Clicking repeatedly on 'create' button result in multiple discus…
MartinSchoeler Nov 19, 2024
8f8e413
chore: Remove meteor cached collection startup for anons (#33975)
tiagoevanp Nov 19, 2024
66ecc64
feat: Improve thread metrics (#32906)
gabriellsh Nov 19, 2024
de6bd32
regression: Fix lint in ThreadMetrics (#34006)
matheusbsilva137 Nov 20, 2024
79bbbd6
feat: auditing settings (#33935)
ggazzo Nov 20, 2024
ce7024a
feat: make Deno capture unhandled exceptions and rejections and repor…
d-gubert Nov 20, 2024
83a771f
regression: `AudioMessageRecorder` missing styles (#34002)
dougfabris Nov 20, 2024
8e5c430
chore: Improve performance of `users.listByStatus` on some circumstan…
KevLehman Nov 20, 2024
f52d33d
chore: improve indexes of the livechat contacts collection (#33991)
pierre-lehnen-rc Nov 20, 2024
5b01136
Release 7.1.0-rc.0
rocketchat-github-ci Nov 20, 2024
31362ac
regression: `lastChat` property missing on contact migrated from visi…
matheusbsilva137 Nov 21, 2024
90aa786
regression: Contact center crashing when creating a new contact (#34029)
dougfabris Nov 22, 2024
ab1ebfb
regression: `ContactInfo` should always display history tab (#34040)
dougfabris Nov 25, 2024
49b90eb
regression: `AppsFilters` text search freezing when typing (#34051)
dougfabris Nov 25, 2024
1dd2b47
regression: `Setting` not considering license active modules (#34039)
dougfabris Nov 25, 2024
bef9138
regression: `lastChat` property missing on contact channel migrated f…
matheusbsilva137 Nov 25, 2024
e72e9d6
regression: Use visitor activity to define if its contact is unknown …
matheusbsilva137 Nov 26, 2024
97edecc
regression: Update and notify subscriptions on contact name update (#…
matheusbsilva137 Nov 26, 2024
777defa
regression: Do not throw an error on custom fields validation when mi…
matheusbsilva137 Nov 26, 2024
fad7de4
Release 7.1.0-rc.1
rocketchat-github-ci Nov 27, 2024
2b05900
regression: Do not throw an error when a required custom field is mis…
matheusbsilva137 Nov 28, 2024
b604dab
regression: `UserAvatar` should always render `BaseAvatar` (#34061)
dougfabris Nov 28, 2024
5b4ed31
Release 7.1.0-rc.2
rocketchat-github-ci Nov 28, 2024
a33b209
regression: old omnichannel rooms only being migrated after their dat…
pierre-lehnen-rc Dec 2, 2024
dee6c28
regression: undefined fileBuffer in getUploadFormData when onFile is …
abhinavkrin Dec 2, 2024
64f6341
Release 7.1.0-rc.3
rocketchat-github-ci Dec 2, 2024
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
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/bump-patch-1732728542480.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Bump @rocket.chat/meteor version.
5 changes: 5 additions & 0 deletions .changeset/bump-patch-1732835767114.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Bump @rocket.chat/meteor version.
5 changes: 5 additions & 0 deletions .changeset/bump-patch-1733170421495.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Bump @rocket.chat/meteor version.
5 changes: 5 additions & 0 deletions .changeset/clean-flies-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fix user highlights not matching only whole words
5 changes: 5 additions & 0 deletions .changeset/curvy-flies-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Remove unused client side `setUserActiveStatus` meteor method.
13 changes: 13 additions & 0 deletions .changeset/fair-colts-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/account-service": patch
"@rocket.chat/authorization-service": patch
"@rocket.chat/ddp-streamer": patch
"@rocket.chat/omnichannel-transcript": patch
"@rocket.chat/presence-service": patch
"@rocket.chat/queue-worker": patch
"@rocket.chat/stream-hub-service": patch
"rocketchat-services": patch
---

Bump meteor to 3.0.4 and Node version to 20.18.0
6 changes: 6 additions & 0 deletions .changeset/forty-gorillas-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/apps-engine": patch
---

Deprecated the `from` field in the apps email bridge and made it optional, using the server's settings when the field is omitted
5 changes: 5 additions & 0 deletions .changeset/friendly-ravens-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

adds unread badge to sidebar collapser
7 changes: 7 additions & 0 deletions .changeset/green-papayas-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@rocket.chat/model-typings': patch
'@rocket.chat/core-typings': patch
'@rocket.chat/meteor': patch
---

Fixes an issue where updating custom emojis didn’t work as expected, ensuring that uploaded emojis now update correctly and display without any caching problems.
5 changes: 5 additions & 0 deletions .changeset/happy-stingrays-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixes issue that could cause multiple discussions to be created when creating it from a message action
5 changes: 5 additions & 0 deletions .changeset/honest-pumpkins-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

adds missing html attributes in sidebar item templates
6 changes: 6 additions & 0 deletions .changeset/lazy-avocados-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/i18n": minor
---

Improves thread metrics featuring user avatars, better titles and repositioned elements.
6 changes: 6 additions & 0 deletions .changeset/lemon-foxes-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/i18n": patch
---

Fixes message character limit not being applied to file upload descriptions
5 changes: 5 additions & 0 deletions .changeset/light-terms-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes the issue where newly created teams are incorrectly displayed as channels on the sidebar when the DISABLE_DB_WATCHERS environment variable is enabled
6 changes: 6 additions & 0 deletions .changeset/mean-cobras-sneeze.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 cursor pagination on chat.syncMessages endpoint
5 changes: 5 additions & 0 deletions .changeset/metal-avocados-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/livechat": patch
---

Fixes the 'Finish Chat' option in Livechat appearing before the conversation is started, which caused the action to fail.
5 changes: 5 additions & 0 deletions .changeset/neat-flies-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Adds a divider on Create team modal - advanced settings
6 changes: 6 additions & 0 deletions .changeset/nervous-rivers-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/apps-engine': patch
'@rocket.chat/meteor': patch
---

Fixed an issue that would grant network permission to app's processes in wrong cases
5 changes: 5 additions & 0 deletions .changeset/old-coins-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/apps-engine': patch
---

Fixes an issue that would cause apps to appear disabled after a subprocess restart
5 changes: 5 additions & 0 deletions .changeset/pink-dodos-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes sidepanel not replicating sidebar sort preference
5 changes: 5 additions & 0 deletions .changeset/plenty-snakes-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": minor
---

Adds a new route to allow fetching avatars by the user's id `/avatar/uid/<UserID>`
17 changes: 17 additions & 0 deletions .changeset/popular-queens-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@rocket.chat/model-typings': minor
'@rocket.chat/core-typings': minor
'@rocket.chat/rest-typings': minor
'@rocket.chat/apps-engine': minor
'@rocket.chat/i18n': minor
'@rocket.chat/meteor': minor
---

These changes aims to add:
- A brand-new omnichannel contact profile
- The ability to communicate with known contacts only
- Communicate with verified contacts only
- Merge verified contacts across different channels
- Block contact channels
- Resolve conflicting contact information when registered via different channels
- An advanced contact center filters
113 changes: 113 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@rocket.chat/meteor": "7.1.0-develop",
"rocketchat-services": "2.0.0",
"@rocket.chat/uikit-playground": "0.6.0",
"@rocket.chat/account-service": "0.4.9",
"@rocket.chat/authorization-service": "0.4.9",
"@rocket.chat/ddp-streamer": "0.3.9",
"@rocket.chat/omnichannel-transcript": "0.4.9",
"@rocket.chat/presence-service": "0.4.9",
"@rocket.chat/queue-worker": "0.4.9",
"@rocket.chat/stream-hub-service": "0.4.9",
"@rocket.chat/license": "1.0.0",
"@rocket.chat/network-broker": "0.1.1",
"@rocket.chat/omnichannel-services": "0.3.6",
"@rocket.chat/pdf-worker": "0.2.6",
"@rocket.chat/presence": "0.2.9",
"@rocket.chat/ui-theming": "0.4.0",
"@rocket.chat/account-utils": "0.0.2",
"@rocket.chat/agenda": "0.1.0",
"@rocket.chat/api-client": "0.2.9",
"@rocket.chat/apps": "0.2.0",
"@rocket.chat/apps-engine": "1.47.0",
"@rocket.chat/base64": "1.0.13",
"@rocket.chat/cas-validate": "0.0.2",
"@rocket.chat/core-services": "0.7.1",
"@rocket.chat/core-typings": "7.1.0-develop",
"@rocket.chat/cron": "0.1.9",
"@rocket.chat/ddp-client": "0.3.9",
"@rocket.chat/eslint-config": "0.7.0",
"@rocket.chat/favicon": "0.0.2",
"@rocket.chat/freeswitch": "1.0.0",
"@rocket.chat/fuselage-ui-kit": "12.0.0",
"@rocket.chat/gazzodown": "12.0.0",
"@rocket.chat/i18n": "1.0.0",
"@rocket.chat/instance-status": "0.1.9",
"@rocket.chat/jest-presets": "0.0.1",
"@rocket.chat/jwt": "0.1.1",
"@rocket.chat/livechat": "1.20.1",
"@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.4",
"@rocket.chat/model-typings": "1.0.0",
"@rocket.chat/models": "1.0.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.1.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": "8.0.0",
"@rocket.chat/ui-client": "12.0.0",
"@rocket.chat/ui-composer": "0.4.0",
"@rocket.chat/ui-contexts": "12.0.0",
"@rocket.chat/ui-kit": "0.37.0",
"@rocket.chat/ui-video-conf": "12.0.0",
"@rocket.chat/ui-voip": "2.0.0",
"@rocket.chat/web-ui-registration": "12.0.0"
},
"changesets": [
"bump-patch-1732728542480",
"bump-patch-1732835767114",
"bump-patch-1733170421495",
"clean-flies-collect",
"curvy-flies-greet",
"fair-colts-remain",
"forty-gorillas-kneel",
"friendly-ravens-teach",
"green-papayas-thank",
"happy-stingrays-provide",
"honest-pumpkins-joke",
"lazy-avocados-whisper",
"lemon-foxes-carry",
"light-terms-ring",
"mean-cobras-sneeze",
"metal-avocados-serve",
"neat-flies-drive",
"nervous-rivers-fry",
"old-coins-bow",
"pink-dodos-greet",
"plenty-snakes-dream",
"popular-queens-brake",
"real-jeans-worry",
"serious-mice-film",
"seven-berries-check",
"seven-otters-fold",
"silent-steaks-happen",
"smart-radios-reflect",
"spicy-spiders-search",
"spotty-ads-knock",
"stale-actors-enjoy",
"sweet-needles-melt",
"swift-suns-perform",
"three-dragons-brush",
"tricky-trees-destroy",
"twelve-horses-suffer",
"twenty-news-own",
"two-guests-tan",
"unlucky-kangaroos-yawn",
"unlucky-wasps-check",
"weak-trees-exercise"
]
}
5 changes: 5 additions & 0 deletions .changeset/real-jeans-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixes banner breaking the UI with specific payloads
5 changes: 5 additions & 0 deletions .changeset/serious-mice-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes client-side updates for recent emoji list when custom emojis are modified.
6 changes: 6 additions & 0 deletions .changeset/seven-berries-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/i18n": patch
---

Adds "Master volume" and "Call ringer volume" to the user preferences sound section.
5 changes: 5 additions & 0 deletions .changeset/seven-otters-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Sends server statistics only once a day despite multiple instance being started at different times.
6 changes: 6 additions & 0 deletions .changeset/silent-steaks-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/i18n": minor
---

Improves the customizability of the naming of automatic Persistent video calls discussions, allowing the date of the call to be in different parts of the name, using the `[date]` keyword.
6 changes: 6 additions & 0 deletions .changeset/smart-radios-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/core-services": patch
---

stops calling an object through proxy calling getQueueWorker
5 changes: 5 additions & 0 deletions .changeset/spicy-spiders-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixed an issue where the installed apps list would go stale without a refresh in some cases
5 changes: 5 additions & 0 deletions .changeset/spotty-ads-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes display of emoji aliases in custom emoji list by adding commas between aliases
5 changes: 5 additions & 0 deletions .changeset/stale-actors-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixes `waiting queue` feature. When `Livechat_waiting_queue` setting is enabled, incoming conversations should be sent to the queue instead of being assigned directly.
5 changes: 5 additions & 0 deletions .changeset/sweet-needles-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes edge case of thread unread not being added to unread group
5 changes: 5 additions & 0 deletions .changeset/swift-suns-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/livechat": patch
---

Fixes livechat popout mode not working correctly in cross domain situations
8 changes: 8 additions & 0 deletions .changeset/three-dragons-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@rocket.chat/apps-engine': minor
'@rocket.chat/livechat': minor
'@rocket.chat/i18n': minor
'@rocket.chat/meteor': minor
---

Prevent apps' subprocesses from crashing on unhandled rejections or uncaught exceptions
4 changes: 4 additions & 0 deletions .changeset/tricky-trees-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@rocket.chat/meteor": patch
---
Adds login and permission validation for resetIrcConnection method
6 changes: 6 additions & 0 deletions .changeset/twelve-horses-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/i18n': minor
'@rocket.chat/meteor': minor
---

Adds a confirmation modal to the cancel subscription action
6 changes: 6 additions & 0 deletions .changeset/twenty-news-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/i18n": minor
---

Disables the possiblity to upload exempted apps
5 changes: 5 additions & 0 deletions .changeset/two-guests-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/apps-engine': patch
---

Removed the 1 second timeout of `Pre` app events. Now they will follow the "global" configuration
6 changes: 6 additions & 0 deletions .changeset/unlucky-kangaroos-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/i18n": patch
---

Updates VoIP field labels from 'Free Extension Numbers' to 'Available Extensions' to better describe the field's purpose and improve clarity.
5 changes: 5 additions & 0 deletions .changeset/unlucky-wasps-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue where resizable handler renders over the expanded thread view while using contextualbarResizable feature preview
5 changes: 5 additions & 0 deletions .changeset/weak-trees-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/apps-engine': minor
---

Add support to configure apps runtime timeout via the APPS_ENGINE_RUNTIME_TIMEOUT environment variable
Loading
Loading