matterbridge 3.7.5 → 3.7.6-dev-20260427-575abf6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -53,6 +53,36 @@ These classes will run as threads in the next releases:
53
53
  - all plugins in bridge mode;
54
54
  - each plugin in childbridge mode;
55
55
 
56
+ ## [3.7.6] - Dev branch
57
+
58
+ ### Development changes
59
+
60
+ - [matterbridge]: Add a persisted `uuid` properties to PlatformMatterbridge. This allows to detect a new setup in the plugin code.
61
+ - [eslint]: Remove `eslint-plugin-promise` (not actively maintained) and add optional @typescript-eslint promise rules.
62
+ - [utils]: Add fireAndForget() helper.
63
+ - [tsgo]: Add experimental scripts to use tsgo (super fast typescript 7). Use npm run installExperimental before.
64
+ - [oxlint]: Add experimental scripts to use oxlint (super fast linter). Use npm run installExperimental before.
65
+
66
+ ### Added
67
+
68
+ - [threads]: Add `snackBar()` helper to `WorkerWrapper` to send snackbar messages from worker threads to the frontend.
69
+ - [systemcheck]: Show frontend snackbar errors for unsupported Node.js versions and network configuration issues detected by the SystemCheck worker.
70
+ - [systemcheck]: Clarify excluded network interface guidance to mention the Mdns interface setting in the frontend.
71
+ - [dockerversion]: Add snack bar message if a new Docker image exist.
72
+ - [matter]: Add [Matter.js 0.17 changes from 0.16](Matter.js%200.17.md).
73
+ - [scripts]: Add scripts\install-experimental.mjs and scripts\npm-link.mjs.
74
+
75
+ ### Changed
76
+
77
+ - [package]: Update dependencies.
78
+ - [package]: Bump `typescript-eslint` to v.8.59.0.
79
+ - [jest]: Increase test timeout to 30 seconds in CI workflows.
80
+ - [frontend]: Bump `frontend` version to v.3.4.13.
81
+ - [frontend]: Update dependencies.
82
+ - [matter]: Remove `Waiting for controllers to connect...`. Thanks [Tamer Salah](https://github.com/tammeryousef1006).
83
+
84
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
85
+
56
86
  ## [3.7.5] - 2026-04-24
57
87
 
58
88
  ### Development changes