[3.7.9] - 2026-05-15
Breaking Changes
- [docker]: The latest docker image now includes only Matterbridge, using the latest release published on npm. Official plugins are not included in the image: they will be reinstalled on first run.
Development Changes
- [tsgo]: Add explicit TypeScript project
referencesto all workspacetsconfig.build.jsonandtsconfig.build.production.jsonfiles, enabling correct parallel builds withtsgo. Clean build time drops from ~17s (tsc) to ~3s (tsgo) — a 5.7× speedup. - [localdev]: Add the ability to auto link matterbridge in the local plugins (not published on npm) when using docker (beta). Thanks prohand.
Added
- [node]: Add Node.js 26.x to the allowed versions in the package.json
enginesfield. - [workflows]: Add Node.js 26.x to the
build matrixand remove Node.js 20.x. Node.js 20.x is still listed in the package.json engines field even if EOL. - [frontend]: Add
versionin the tooltip of plugin upgrade. Thanks Tamer Salah.
Changed
- [docker]: Update the chip-test Dockerfile to
ubuntu:24.04becauseubuntu:latestnow resolves to Ubuntu 26.04 LTS (Resolute), which is not yet supported by connectedhomeip. - [docker]: The 24-ubuntu-slim and ubuntu Matterbridge Docker images now resolve to "Ubuntu 26.04 LTS (Resolute)".
- [frontend]: Bump
frontendversion to v.3.4.15. - [package]: Update dependencies.
- [package]: Bump
jestto v.30.4.2. - [package]: Bump
vitestto v.4.1.6. - [package]: Bump
typescript-eslintto v.8.59.3. - [scripts]: Refactor
scripts. - [package]: Bump
eslint.config.jsv.2.0.3. - [package]: Bump
vite.config.tsv.2.0.3.
Fixed
- [localdev]: Fix npm install for local plugins (not published on npm) when using docker. Thanks prohand.