github Luligu/matterbridge 3.5.4
Release 3.5.4

9 hours ago

[3.5.4] - 2026-02-13

Dev Breaking Changes

  • [exports]: Removed Matterbridge export from matterbridge.

Breaking Changes

  • [doorLock]: The default value for DoorLock.actuatorEnabled has been changed to true. Thanks Ludovic BOUÉ (#509).
  • [ingress]: Removed the --ingress parameter used in the old Home Assisant add-on. Update the Matterbridge Home Assistant Application (formerly known as add-on) if you didn't.
  • [Node.Js]: Restricted Node.Js requirents to >= 20.19 < 21 or >= 22.13 < 23 or >= 24 < 25.
  • [Node.Js]: Consider to update all setups to Node.Js 24 that is now the LTS.

Added

  • [packages]: Added @matterbridge/types monorepo scoped package.
  • [packages]: Added @matterbridge/core monorepo scoped package.
  • [apps]: Added @matterbridge/frontend monorepo scoped package.
  • [monorepo]: The transition to a modern monorepo setup with scoped packages is now completed.
  • [addon]: Added two other s6-rc based images to be used in the next releases of the Home Assistant Application.
  • [frontend]: The frontend is now built in the GitHub publish workflow.
  • [SystemCheck]: Added a system check (run in its own thread) that starts after 2 minutes and checks the most common causes of issues: Node.Js version and network configuration.
  • [SystemCheck]: Added parameter --systemcheck to run the system check and exit.

Changed

  • [package]: Updated dependencies.
  • [matterbridge.io]: Updated docs and styles.
  • [docker]: Updated docker readme file to clarify which base image is used.
  • [frontend]: Bumped frontend version to v. 3.4.5.

Fixed

  • [worflows]: Fixed workflows that failed and dockerfiles.
  • [childbridge]: Fixed sequence of disabling a plugin in childbridge mode. Thanks Tamer Salah.

Security

During installation you may see in the log a warning that looks scary, for example:

npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me

This warning does not come from Matterbridge code.

It is emitted by a transitive dependency (the archiver package) that pulls in an older glob version. Matterbridge does not depend on this version of glob directly.

In short: you can safely ignore this message; it is a dependency warning, not a Matterbridge vulnerability.

Buy me a coffee

Don't miss a new matterbridge release

NewReleases is sending notifications on new releases.