matterbridge 3.7.10 → 3.8.0-dev-20260524-eed6b4a

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +24 -2
  2. package/README.md +4 -2
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -55,12 +55,35 @@ 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.0] - Dev branch
59
+
60
+ ### Breaking changes
61
+
62
+ - [matter]: Update to Matter 1.5.1. See [Matter 1.5.1 changes from 1.4.2](https://matterbridge.io/Matter-1.5.1.html).
63
+ - [matter]: Update to matter.js 0.17.0. See [Matter.js 0.17 changes from 0.16](https://matterbridge.io/Matter.js-0.17.html).
64
+ - [matter]: Enable `tcp` transport with `udp` preference. If you override the default Matter port 5540, consider eventual port number collision for both udp and tcp protocols.
65
+
66
+ ### Development
67
+
68
+ - [logger]: The `node-ansi-logger` package integrates now a chainable ANSI tagged template styling API.
69
+
70
+ ### Changed
71
+
72
+ - [package]: Bump `node-ansi-logger` to v.3.3.0-dev-20260524-cac9dd5.
73
+ - [package]: Bump `node-persist-manager` to v.2.1.0-dev-20260524-6a6019a.
74
+
75
+ ### Fixed
76
+
77
+ - [frontend]: Fix value of port discriminator and passcode shown on Settings/Matter settings on the frontend.
78
+
79
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
80
+
58
81
  ## [3.7.10] - 2026-05-22
59
82
 
60
83
  ### Development
61
84
 
62
85
  - [matter]: Update [Matter 1.5.1 changes from 1.4.2](Matter-1.5.1.md).
63
- - [matter]: Update [Matter.js 0.17 changes from 0.16](Matter.js%200.17.md).
86
+ - [matter]: Update [Matter.js 0.17 changes from 0.16](Matter.js-0.17.md).
64
87
 
65
88
  ### Added
66
89
 
@@ -70,7 +93,6 @@ These classes will run as threads in the next releases:
70
93
  ### Changed
71
94
 
72
95
  - [package]: Update dependencies.
73
-
74
96
  - [package]: Bump `eslint` to v.10.4.0.
75
97
  - [package]: Bump `@types/node` to v.25.9.1.
76
98
  - [package]: Bump `ts-jest` to v.29.4.11.
package/README.md CHANGED
@@ -49,9 +49,11 @@ If you like this project and find it useful, please consider giving it a star on
49
49
 
50
50
  ## Acknowledgements
51
51
 
52
- The project is build on top of [matter.js](https://github.com/matter-js/matter.js).
52
+ This project is built on top of [matter.js](https://github.com/matter-js/matter.js).
53
53
 
54
- A special thanks to Apollon77 for his incredible work.
54
+ A heartfelt thank you to [Apollon77](https://github.com/Apollon77) for his incredible and foundational work on matter.js.
55
+
56
+ A very special thank you to my friend [Tamer Salah](https://github.com/tammeryousef1006) — without his invaluable daily support since day one, we would not be where we are today.
55
57
 
56
58
  ## Discord
57
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.7.10",
3
+ "version": "3.8.0-dev-20260524-eed6b4a",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -140,24 +140,24 @@
140
140
  "@eslint/js": "10.0.1"
141
141
  },
142
142
  "dependencies": {
143
- "@matterbridge/core": "3.7.10",
144
- "@matterbridge/dgram": "3.7.10",
145
- "@matterbridge/jest-utils": "3.7.10",
146
- "@matterbridge/thread": "3.7.10",
147
- "@matterbridge/types": "3.7.10",
148
- "@matterbridge/utils": "3.7.10",
149
- "@matterbridge/vitest-utils": "3.7.10",
150
- "node-ansi-logger": "3.3.0-dev-20260513-eaa1bd1",
151
- "node-persist-manager": "2.1.0-dev-20260512-3c3d427"
143
+ "@matterbridge/core": "3.8.0-dev-20260524-eed6b4a",
144
+ "@matterbridge/dgram": "3.8.0-dev-20260524-eed6b4a",
145
+ "@matterbridge/jest-utils": "3.8.0-dev-20260524-eed6b4a",
146
+ "@matterbridge/thread": "3.8.0-dev-20260524-eed6b4a",
147
+ "@matterbridge/types": "3.8.0-dev-20260524-eed6b4a",
148
+ "@matterbridge/utils": "3.8.0-dev-20260524-eed6b4a",
149
+ "@matterbridge/vitest-utils": "3.8.0-dev-20260524-eed6b4a",
150
+ "node-ansi-logger": "3.3.0-dev-20260524-cac9dd5",
151
+ "node-persist-manager": "2.1.0-dev-20260524-6a6019a"
152
152
  },
153
153
  "build": {
154
- "version": "3.7.10",
155
- "sha": "062966eacd8a49da0acddf4925a89ced34ca518a",
156
- "sha7": "062966e",
157
- "event": "release",
154
+ "version": "3.8.0",
155
+ "sha": "eed6b4a70cc1448a2f48098c1d22a2045410ec66",
156
+ "sha7": "eed6b4a",
157
+ "event": "workflow_dispatch",
158
158
  "workflow": "Publish to npm and trigger docker builds",
159
159
  "type": "branch",
160
- "name": "main",
161
- "dev": "false"
160
+ "name": "dev",
161
+ "dev": "true"
162
162
  }
163
163
  }