matterbridge 3.7.10 → 3.8.0-dev-20260524-92c5fdd

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 (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -55,12 +55,22 @@ 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](Matter-1.5.1.md).
63
+ - [matter]: Update to matter.js 0.17.0. See [Matter.js 0.17 changes from 0.16](Matter.js-0.17.md).
64
+ - [matter]: Enable `tcp` transport with `udp` preference.
65
+
66
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
67
+
58
68
  ## [3.7.10] - 2026-05-22
59
69
 
60
70
  ### Development
61
71
 
62
72
  - [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).
73
+ - [matter]: Update [Matter.js 0.17 changes from 0.16](Matter.js-0.17.md).
64
74
 
65
75
  ### Added
66
76
 
@@ -70,7 +80,6 @@ These classes will run as threads in the next releases:
70
80
  ### Changed
71
81
 
72
82
  - [package]: Update dependencies.
73
-
74
83
  - [package]: Bump `eslint` to v.10.4.0.
75
84
  - [package]: Bump `@types/node` to v.25.9.1.
76
85
  - [package]: Bump `ts-jest` to v.29.4.11.
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-92c5fdd",
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",
143
+ "@matterbridge/core": "3.8.0-dev-20260524-92c5fdd",
144
+ "@matterbridge/dgram": "3.8.0-dev-20260524-92c5fdd",
145
+ "@matterbridge/jest-utils": "3.8.0-dev-20260524-92c5fdd",
146
+ "@matterbridge/thread": "3.8.0-dev-20260524-92c5fdd",
147
+ "@matterbridge/types": "3.8.0-dev-20260524-92c5fdd",
148
+ "@matterbridge/utils": "3.8.0-dev-20260524-92c5fdd",
149
+ "@matterbridge/vitest-utils": "3.8.0-dev-20260524-92c5fdd",
150
150
  "node-ansi-logger": "3.3.0-dev-20260513-eaa1bd1",
151
151
  "node-persist-manager": "2.1.0-dev-20260512-3c3d427"
152
152
  },
153
153
  "build": {
154
- "version": "3.7.10",
154
+ "version": "3.8.0",
155
155
  "sha": "062966eacd8a49da0acddf4925a89ced34ca518a",
156
156
  "sha7": "062966e",
157
- "event": "release",
157
+ "event": "schedule",
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
  }