matterbridge 3.8.0 → 3.8.1-dev-20260607-08cd4da

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
@@ -55,6 +55,37 @@ These classes will run as threads in the next releases:
55
55
  - all plugins in bridge mode;
56
56
  - each plugin in childbridge mode;
57
57
 
58
+ ## [3.8.1] - Dev branch
59
+
60
+ ### Development Breaking Changes
61
+
62
+ - [subscribeAttribute]: The `subscribeAttribute()` method is now synchronous and returns `MatterbridgeEndpoint` for chaining instead of `Promise<boolean>`.
63
+
64
+ ### Added
65
+
66
+ - [s6-rc]: Delete matter.js storage locks before starting the s6-rc and s6-rc-legacy docker images.
67
+ - [test-utils]: Add matter methods in jest-utils and vites-utils packages.
68
+
69
+ ### Changed
70
+
71
+ - [matterbridge]: Update dependencies.
72
+ - [matterbridge]: Bump `marked` to v.18.0.5.
73
+ - [matterbridge]: Bump `npm-check-updates` to v.22.2.2.
74
+
75
+ - [frontend]: Bump `frontend` version to v.3.4.17.
76
+ - [frontend]: Update dependencies.
77
+ - [frontend]: Bump `@rjsf` to v.6.6.1.
78
+ - [frontend]: Bump `react` to v.19.2.7.
79
+ - [frontend]: Bump `react-router` to v.7.17.0.
80
+ - [frontend]: Bump `vite` to v.8.0.16.
81
+ - [frontend]: Bump `vitest` to v.4.1.8.
82
+
83
+ ### Fixed
84
+
85
+ - [setCluster]: Allow partial in setCluster() ClusterType overload.
86
+
87
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
88
+
58
89
  ## [3.8.0] - 2026-06-05
59
90
 
60
91
  ### Breaking changes