Skip to content

Release 8.0.1#38155

Merged
sampaiodiego merged 3 commits intomasterfrom
release-8.0.1
Jan 12, 2026
Merged

Release 8.0.1#38155
sampaiodiego merged 3 commits intomasterfrom
release-8.0.1

Conversation

@sampaiodiego
Copy link
Member

@sampaiodiego sampaiodiego commented Jan 12, 2026

Proposed changes (including videos or screenshots)

Changes that were missing on 8.0.0 release.

Issue(s)

Steps to test or reproduce

Further comments

Summary by CodeRabbit

  • Chores

    • Bumped package/version thresholds and tightened internal version/type checks for planned breaking changes.
  • Bug Fixes

    • Resolved a startup failure tied to a deprecated environment flag so servers no longer fail to start due to that deprecation.

✏️ Tip: You can customize this high-level summary in your review settings.

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

8.0.1

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.2
  • Apps-Engine: 1.59.0

Patch Changes

  • Fixes an error regarding DEBUG_DISABLE_USER_AUDIT flag being deprecated which was preventing the server from starting up.

  • Updated dependencies []:
    • @rocket.chat/core-typings@8.0.1
    • @rocket.chat/rest-typings@8.0.1
    • @rocket.chat/abac@0.1.1
    • @rocket.chat/federation-matrix@0.0.10
    • @rocket.chat/license@1.1.8
    • @rocket.chat/media-calls@0.2.1
    • @rocket.chat/omnichannel-services@0.3.45
    • @rocket.chat/pdf-worker@0.3.27
    • @rocket.chat/presence@0.2.48
    • @rocket.chat/api-client@0.2.48
    • @rocket.chat/apps@0.6.1
    • @rocket.chat/core-services@0.12.1
    • @rocket.chat/cron@0.1.48
    • @rocket.chat/fuselage-ui-kit@26.0.1
    • @rocket.chat/gazzodown@26.0.1
    • @rocket.chat/http-router@7.9.15
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/model-typings@2.0.1
    • @rocket.chat/ui-avatar@22.0.1
    • @rocket.chat/ui-client@26.0.1
    • @rocket.chat/ui-contexts@26.0.1
    • @rocket.chat/ui-voip@16.0.1
    • @rocket.chat/web-ui-registration@26.0.1
    • @rocket.chat/models@2.0.1
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.27
    • @rocket.chat/omni-core-ee@0.0.13
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@26.0.1
    • @rocket.chat/instance-status@0.1.48
    • @rocket.chat/omni-core@0.0.13

Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
@sampaiodiego sampaiodiego requested a review from a team as a code owner January 12, 2026 19:08
@changeset-bot
Copy link

changeset-bot bot commented Jan 12, 2026

🦋 Changeset detected

Latest commit: 86ba880

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

This PR includes changesets to release 40 packages
Name Type
@rocket.chat/meteor Patch
@rocket.chat/core-typings Patch
@rocket.chat/rest-typings Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/api-client Patch
@rocket.chat/apps Patch
@rocket.chat/core-services Patch
@rocket.chat/cron Patch
@rocket.chat/ddp-client Patch
@rocket.chat/fuselage-ui-kit 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/ui-voip Patch
@rocket.chat/web-ui-registration 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/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/presence Patch
rocketchat-services 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

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
Contributor

dionisio-bot bot commented Jan 12, 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
Contributor

coderabbitai bot commented Jan 12, 2026

Walkthrough

Bumps planned breaking version from 8.0.0 → 9.0.0, tightens the deprecation-version helper type, reorders a deprecation throw in saveUser to run only when the env flag is set, and adds a changeset entry patch-bumping @rocket.chat/meteor.

Changes

Cohort / File(s) Summary
Breaking-version updates
apps/meteor/app/api/server/ApiClass.ts, apps/meteor/app/lib/server/functions/saveUser/saveUser.ts
Change planned break threshold from 8.0.09.0.0. In saveUser, move the deprecation throw so it executes only after the DEBUG_DISABLE_USER_AUDIT env flag is checked.
Deprecation utility
apps/meteor/server/lib/shouldBreakInVersion.ts
Tighten parameter type from stringDeprecationLoggerNextPlannedVersion; add the import and retain semver comparison logic.
Changeset
.changeset/poor-forks-own.md
Add changeset entry bumping the patch version for @rocket.chat/meteor and note fix for deprecated DEBUG_DISABLE_USER_AUDIT startup error.

Sequence Diagram(s)

(omitted)

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested labels

stat: ready to merge, stat: QA assured

Suggested reviewers

  • KevLehman
  • dougfabris
  • tassoevan

Poem

🐰 A hop from eight up to nine,

Warnings wait until flags align.
Types tucked in, checks done on cue,
The server wakes—fresh morning dew. ✨

🚥 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.0.1' aligns with the PR's core objective as a release PR for version 8.0.1, though it is quite generic and doesn't capture the specific fix for the DEBUG_DISABLE_USER_AUDIT deprecation issue that is the main technical change.
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.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-8.0.1

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between ff2730c and 86ba880.

📒 Files selected for processing (1)
  • .changeset/poor-forks-own.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • .changeset/poor-forks-own.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: 📦 Build Packages
  • GitHub Check: update-pr
  • GitHub Check: CodeQL-Build
  • GitHub Check: CodeQL-Build

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
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 4 files

@codecov
Copy link

codecov bot commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.66%. Comparing base (9e2e148) to head (86ba880).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #38155      +/-   ##
==========================================
+ Coverage   70.64%   70.66%   +0.01%     
==========================================
  Files        3145     3144       -1     
  Lines      108708   108707       -1     
  Branches    19508    19536      +28     
==========================================
+ Hits        76798    76813      +15     
+ Misses      29909    29893      -16     
  Partials     2001     2001              
Flag Coverage Δ
unit 71.78% <ø> (+0.02%) ⬆️

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.

@github-actions
Copy link
Contributor

📦 Docker Image Size Report

📈 Changes

Service Current Baseline Change Percent
sum of all images 1.1GiB 0B +1.1GiB
rocketchat 355MiB 0B +355MiB
omnichannel-transcript-service 132MiB 0B +132MiB
queue-worker-service 132MiB 0B +132MiB
ddp-streamer-service 126MiB 0B +126MiB
account-service 113MiB 0B +113MiB
authorization-service 111MiB 0B +111MiB
presence-service 111MiB 0B +111MiB

📊 Historical Trend

---
config:
  theme: "dark"
  xyChart:
    width: 900
    height: 400
---
xychart
  title "Image Size Evolution by Service (Last 30 Days + This PR)"
  x-axis ["11/18 22:53", "11/19 23:02", "11/21 16:49", "11/24 17:34", "11/27 22:32", "11/28 19:05", "12/01 23:01", "12/02 21:57", "12/03 21:00", "12/04 18:17", "12/05 21:56", "12/08 20:15", "12/09 22:17", "12/10 23:26", "12/11 21:56", "12/12 22:45", "12/13 01:34", "12/15 22:31", "12/16 22:18", "12/17 21:04", "12/18 23:12", "12/19 23:27", "12/20 21:03", "12/22 18:54", "12/23 16:16", "12/24 19:38", "12/25 17:51", "12/26 13:18", "12/29 19:01", "12/30 20:52", "01/12 19:28 (PR)"]
  y-axis "Size (GB)" 0 --> 0.5
  line "account-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11]
  line "authorization-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11]
  line "ddp-streamer-service" [0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12]
  line "omnichannel-transcript-service" [0.14, 0.14, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13]
  line "presence-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11]
  line "queue-worker-service" [0.14, 0.14, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13]
  line "rocketchat" [0.35, 0.35, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.35]
Loading

Statistics (last 30 days):

  • 📊 Average: 1.5GiB
  • ⬇️ Minimum: 1.4GiB
  • ⬆️ Maximum: 1.6GiB
  • 🎯 Current PR: 1.1GiB
ℹ️ About this report

This report compares Docker image sizes from this build against the develop baseline.

  • Tag: pr-38155
  • Baseline: develop
  • Timestamp: 2026-01-12 19:28:01 UTC
  • Historical data points: 30

Updated: Mon, 12 Jan 2026 19:28:02 GMT

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In @.changeset/poor-forks-own.md:
- Line 5: Rephrase the release note sentence to correct grammar: replace "Fixes
an error regarding `DEBUG_DISABLE_USER_AUDIT` flag being deprecated which was
preventing server to start up." with a clearer phrasing such as "Fixes an error
where the deprecated `DEBUG_DISABLE_USER_AUDIT` flag prevented the server from
starting." Update the changeset entry text accordingly.
📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 1ec5974 and ff2730c.

📒 Files selected for processing (1)
  • .changeset/poor-forks-own.md
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-09-19T15:15:04.642Z
Learnt from: rodrigok
Repo: RocketChat/Rocket.Chat PR: 36991
File: apps/meteor/server/services/federation/infrastructure/rocket-chat/adapters/Settings.ts:219-221
Timestamp: 2025-09-19T15:15:04.642Z
Learning: The Federation_Matrix_homeserver_domain setting in apps/meteor/server/services/federation/infrastructure/rocket-chat/adapters/Settings.ts is part of the old federation system and is being deprecated/removed, so configuration issues with this setting should not be flagged for improvement.

Applied to files:

  • .changeset/poor-forks-own.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: 🚀 Notify external services - draft
  • GitHub Check: update-pr
  • GitHub Check: CodeQL-Build
  • GitHub Check: CodeQL-Build
🔇 Additional comments (1)
.changeset/poor-forks-own.md (1)

1-3: LGTM: Changeset format is correct.

The frontmatter follows the standard Changesets format with the package name and version bump type properly declared.

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@sampaiodiego sampaiodiego merged commit cb6771c into master Jan 12, 2026
18 of 19 checks passed
@sampaiodiego sampaiodiego deleted the release-8.0.1 branch January 12, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants