Skip to content

Release 8.3.2#40134

Merged
rocketchat-github-ci merged 2 commits intomasterfrom
release-8.3.2
Apr 13, 2026
Merged

Release 8.3.2#40134
rocketchat-github-ci merged 2 commits intomasterfrom
release-8.3.2

Conversation

@rocketchat-github-ci
Copy link
Copy Markdown
Collaborator

@rocketchat-github-ci rocketchat-github-ci commented Apr 13, 2026

Summary by CodeRabbit

  • Chores

    • Version management configuration updated to record patch bumps.
  • Bug Fixes

    • Authorization configuration for app logs endpoints standardized to ensure consistent permission checks.

You can see below a preview of the release change log:

8.3.2

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.0
  • Apps-Engine: 1.61.1

Patch Changes

  • Bump @rocket.chat/meteor version.

  • (#40130 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Updated dependencies [356a602]:
    • @rocket.chat/apps-engine@1.61.1
    • @rocket.chat/presence@0.2.55
    • @rocket.chat/apps@0.6.8
    • @rocket.chat/core-services@0.13.4
    • @rocket.chat/core-typings@8.3.2
    • @rocket.chat/fuselage-ui-kit@29.0.2
    • @rocket.chat/rest-typings@8.3.2
    • @rocket.chat/ui-voip@19.0.2
    • @rocket.chat/abac@0.1.8
    • @rocket.chat/federation-matrix@0.1.2
    • @rocket.chat/license@1.1.15
    • @rocket.chat/media-calls@0.3.2
    • @rocket.chat/omnichannel-services@0.3.52
    • @rocket.chat/pdf-worker@0.3.34
    • @rocket.chat/api-client@0.2.55
    • @rocket.chat/cron@0.1.55
    • @rocket.chat/gazzodown@29.0.2
    • @rocket.chat/http-router@7.9.22
    • @rocket.chat/message-types@0.1.1
    • @rocket.chat/model-typings@2.1.4
    • @rocket.chat/ui-avatar@25.0.2
    • @rocket.chat/ui-client@29.0.2
    • @rocket.chat/ui-contexts@29.0.2
    • @rocket.chat/web-ui-registration@29.0.2
    • @rocket.chat/models@2.1.4
    • @rocket.chat/server-cloud-communication@0.0.3
    • @rocket.chat/network-broker@0.2.34
    • @rocket.chat/omni-core-ee@0.0.20
    • @rocket.chat/ui-video-conf@29.0.2
    • @rocket.chat/instance-status@0.1.55
    • @rocket.chat/omni-core@0.0.20
    • @rocket.chat/server-fetch@0.1.4

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 13, 2026

🦋 Changeset detected

Latest commit: 356a602

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 42 packages
Name Type
@rocket.chat/meteor Patch
@rocket.chat/apps-engine Patch
@rocket.chat/apps Patch
@rocket.chat/core-services Patch
@rocket.chat/core-typings Patch
@rocket.chat/fuselage-ui-kit Patch
@rocket.chat/rest-typings Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/presence Patch
rocketchat-services Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/ui-voip Patch
@rocket.chat/api-client Patch
@rocket.chat/cron Patch
@rocket.chat/ddp-client Patch
@rocket.chat/gazzodown Patch
@rocket.chat/http-router Patch
@rocket.chat/livechat Patch
@rocket.chat/model-typings Patch
@rocket.chat/ui-avatar Patch
@rocket.chat/ui-client Patch
@rocket.chat/ui-contexts Patch
@rocket.chat/web-ui-registration Patch
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/abac Patch
@rocket.chat/federation-matrix Patch
@rocket.chat/license Patch
@rocket.chat/media-calls Patch
@rocket.chat/omnichannel-services Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/models Patch
@rocket.chat/network-broker Patch
@rocket.chat/omni-core-ee Patch
@rocket.chat/mock-providers Patch
@rocket.chat/ui-video-conf Patch
@rocket.chat/instance-status Patch
@rocket.chat/omni-core Patch
@rocket.chat/server-fetch Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dionisio-bot
Copy link
Copy Markdown
Contributor

dionisio-bot Bot commented Apr 13, 2026

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 13, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f1432bec-1937-4deb-94ed-69086b0b78f3

📥 Commits

Reviewing files that changed from the base of the PR and between 49a457e and 356a602.

📒 Files selected for processing (3)
  • .changeset/khaki-eggs-provide.md
  • apps/meteor/ee/server/apps/communication/endpoints/appGeneralLogsHandler.ts
  • apps/meteor/ee/server/apps/communication/endpoints/appLogsHandler.ts

Walkthrough

Adds two Changesets entries that mark packages for patch bumps and updates two server route configs to rename the authorization option key from permissionRequired to permissionsRequired for app logs endpoints.

Changes

Cohort / File(s) Summary
Changesets Configuration
.changeset/bump-patch-1776093752957.md, .changeset/khaki-eggs-provide.md
Added two changeset metadata files declaring patch version bumps for @rocket.chat/meteor and @rocket.chat/apps-engine (and a second entry for @rocket.chat/meteor).
Server route handlers
apps/meteor/ee/server/apps/communication/endpoints/appGeneralLogsHandler.ts, apps/meteor/ee/server/apps/communication/endpoints/appLogsHandler.ts
Renamed route option key permissionRequired to permissionsRequired in both logs endpoints; authRequired and param validation remain unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • Release 8.3.2 #40134 — modifies the same changeset (.changeset/bump-patch-1776093752957.md) and thus is closely related.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Release 8.3.2' directly corresponds to the PR objective and matches the changeset file that marks a patch version bump for release preparation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.59%. Comparing base (1495c4b) to head (356a602).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #40134      +/-   ##
==========================================
- Coverage   70.59%   70.59%   -0.01%     
==========================================
  Files        3258     3258              
  Lines      115858   115858              
  Branches    20992    21034      +42     
==========================================
- Hits        81792    81787       -5     
- Misses      32008    32015       +7     
+ Partials     2058     2056       -2     
Flag Coverage Δ
unit 71.13% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: Julio Araujo <julio.araujo@rocket.chat>
@rocketchat-github-ci rocketchat-github-ci merged commit 356a602 into master Apr 13, 2026
18 checks passed
@rocketchat-github-ci rocketchat-github-ci deleted the release-8.3.2 branch April 13, 2026 19:45
@coderabbitai coderabbitai Bot mentioned this pull request May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant