matterbridge 3.4.2-dev-20251204-5a2b977 → 3.4.2-dev-20251206-00998e1
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 +3 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -28,7 +28,7 @@ Advantages:
|
|
|
28
28
|
- individual plugin isolation in childbridge mode;
|
|
29
29
|
- ability to update the plugin in childbridge mode without restarting matterbridge;
|
|
30
30
|
|
|
31
|
-
## [3.4.2] - 2025-12
|
|
31
|
+
## [3.4.2] - 2025-12-05
|
|
32
32
|
|
|
33
33
|
### Race condition
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ We have a race condition when, after a blackout or with docker compose or with o
|
|
|
36
36
|
|
|
37
37
|
Race condition can cause missing configuration or missed devices on the controller side. All Matterbridge official plugins already wait for system and network components to be ready so there is no need of delay.
|
|
38
38
|
|
|
39
|
-
To solve the race condition on blackout, use the --delay parameter. There is no delay on normal restart.
|
|
39
|
+
To solve the race condition on blackout, use the --delay parameter. There is no delay on normal restart cause the delay is applied only in the first 5 minutes from system reboot.
|
|
40
40
|
|
|
41
41
|
To solve the race condition on docker compose, use the --fixed_delay parameter. The start will always be delayed.
|
|
42
42
|
|
|
@@ -54,12 +54,12 @@ To solve the race condition on docker compose, use the --fixed_delay parameter.
|
|
|
54
54
|
|
|
55
55
|
- [package]: Updated dependencies.
|
|
56
56
|
- [frontend]: Bumped `frontend` version to v.3.3.3.
|
|
57
|
+
- [thread]: Bump `BroadcastServer` to v.2.0.1.
|
|
57
58
|
|
|
58
59
|
### Fixed
|
|
59
60
|
|
|
60
61
|
- [frontend]: Fixed persistance of autoScroll.
|
|
61
62
|
- [frontend]: Fixed parameters info of Log panel in the Home page.
|
|
62
|
-
- [thread]: Bump `BroadcastServer` to v.2.0.1.
|
|
63
63
|
|
|
64
64
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
65
65
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.4.2-dev-
|
|
3
|
+
"version": "3.4.2-dev-20251206-00998e1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.4.2-dev-
|
|
9
|
+
"version": "3.4.2-dev-20251206-00998e1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.15.6",
|
package/package.json
CHANGED