Skip to content

Releases: Luligu/matterbridge

Release 2.1.3

04 Feb 22:00
bac12da
Compare
Choose a tag to compare

Breaking Changes

Starting from v. 2.0.0, Matterbridge is running only in mode edge (no parameter needed and no badge in the frontend).

Starting from v. 2.1.0, the legacy old api of matter.js have been completely removed from Matterbridge and from all plugins.

For this reason there is no compatibility with the old versions of the plugins.

You need to update all plugins you use and Matterbridge in the same moment.

I suggest to first update all plugins without restarting and then to update Matterbridge so when it restarts, all versions will be the latest.

Compatibility list:
matterbridge-shelly v. 1.1.5
matterbridge-zigbee2mqtt v. 2.4.4
matterbridge-somfy-tahoma v. 1.2.3
matterbridge-hass v. 0.0.8

[2.1.3] - 2025-02-04

Added

  • [matter.js]: Added temporary solution to prevent serverNode.close() not returning.

Changed

  • [package]: Update dependencies.
Buy me a coffee

Release 2.1.2

03 Feb 21:16
858dba6
Compare
Choose a tag to compare

Breaking Changes

Starting from v. 2.0.0 Matterbridge is running only in mode edge (no parameter needed and no badge in the frontend).

With this release v. 2.1.0, the legacy old api of matter.js have been completely removed from Matterbridge and from all plugins.

For this reason there is no compatibility for old versions of the plugins.

You need to update all plugins you use and Matterbridge in the same moment.

I suggest to first update all plugins without restarting and then to update Matterbridge so when it restarts, all versions will be the latest.

Compatibility list:
matterbridge-shelly v. 1.1.5
matterbridge-zigbee2mqtt v. 2.4.4
matterbridge-somfy-tahoma v. 1.2.3
matterbridge-hass v. 0.0.8

[2.1.2] - 2025-02-03

Added

  • [frotnend]: Add rss and heap to SystemInformation.
  • [memorydump]: Add cpu to memoryDump.
  • [memorydump]: Add memoryinterval to memoryDump.
  • [memorydump]: Add memorytimeout to memoryDump.

Fixed

  • [frontend]: Fixed update matterbridge.
Buy me a coffee

Release 2.1.1

02 Feb 14:43
b55ae2c
Compare
Choose a tag to compare

Breaking Changes

Starting from v. 2.0.0 Matterbridge is running only in mode edge (no parameter needed and no badge in the frontend).

With this release v. 2.1.0, the legacy old api of matter.js have been completely removed from Matterbridge and from all plugins.

For this reason there is no compatibility for old versions of the plugins.

You need to update all plugins you use and Matterbridge in the same moment.

I suggest to first update all plugins without restarting and then to update Matterbridge so when it restarts, all versions will be the latest.

Compatibility list:
matterbridge-shelly v. 1.1.5
matterbridge-zigbee2mqtt v. 2.4.4
matterbridge-somfy-tahoma v. 1.2.3
matterbridge-hass v. 0.0.8

[2.1.1] - 2025-02-02

Fixed

  • [matter.js]: Fix close server nodes.
Buy me a coffee

Release 2.1.0

02 Feb 12:41
d6161ec
Compare
Choose a tag to compare

Breaking Changes

Starting from v. 2.0.0 Matterbridge is running only in mode edge (no parameter needed and no badge in the frontend).

With this release v. 2.1.0, the legacy old api of matter.js have been completely removed from Matterbridge and from all plugins.

For this reason there is no compatibility for old versions of the plugins.

You need to update all plugins you use and Matterbridge in the same moment.

I suggest to first update all plugins without restarting and then to update Matterbridge so when it restarts, all versions will be the latest.

Compatibility list:
matterbridge-shelly v. 1.1.5
matterbridge-zigbee2mqtt v. 2.4.4
matterbridge-somfy-tahoma v. 1.2.3
matterbridge-hass v. 0.0.8

[2.1.0] - 2025-02-02

Added

  • [matterbridge]: Add MatterbridgeModeSelectServer.
  • [matterbridge]: Add MatterbridgeSwitchServer.
  • [frontend]: Add api/advertise to turn on matter advertising in bridge mode.
  • [frontend]: Frontend v.2.4.0.
  • [matterbridge]: Added deep memory scan details.

Changed

  • [package]: Removed legacy imports.
  • [package]: Update dependencies.
  • [package]: Update matter.js to 0.12.0.
  • [package]: Update matter.js to 0.12.1.
  • [package]: Update matter.js to 0.12.2.
Buy me a coffee

Release 2.0.0

20 Jan 07:32
a1e3167
Compare
Choose a tag to compare

Breaking Changes

Starting from v. 2.0.0 Matterbridge is running only in mode edge (no parameter needed).
The legacy old api have been removed.

The frontend has a new dark and light mode. The dark mode is now the default mode.
It is possible to change the mode (Classic, Dark or Light) in Settings, Matterbridge settings.

[2.0.0] - 2025-01-20

Added

  • [behavior]: Added MatterbridgeValveConfigurationAndControlServer behavior with open close command.
  • [matterbridge]: Added /memory endpoint for debugging memory use.

Changed

  • [legacy]: Removed MatterbridgeDevice and MatterbridgeEdge classes.
  • [factoryreset]: Now it deletes also the backup files and backup directories.
  • [mattebridge]: Restyled the Matterbridge class and created the Frontend class that manages the frontend express and websocket api calls.
  • [frontend]: Frontend v.2.3.12.
  • [iconView]: Improved render for energySensor adding voltage, current and power.
  • [iconView]: Improved render for PowerSource adding battery voltage.
  • [jest]: Refactor all tests for edge.
  • [frontend]: WebSocketProvider added a startTimeout of 300 sec. to start ping.
  • [frontend]: WebSocketProvider changed pingIntervalSeconds to 60 sec. and offlineTimeoutSeconds to 50 sec.
  • [frontend]: Search on select is no more case sensitive.
  • [matterbridge]: Deferred memory intensive tasks after initialization.
  • [package]: Optimized all imports from matter.js.
  • [package]: Update dependencies.

Fixed

  • [sessions]: Fixed the case when Active session was not reporting correctly.
Buy me a coffee

Release 1.7.3

11 Jan 19:55
97d9629
Compare
Choose a tag to compare

[1.7.3] - 2025-01-11

Added

  • [platform]: Added selectDevice list to deviceFeatureBlackList to get the device names from a list in the config editor.

Changed

  • [frontend]: Frontend v.2.3.11
  • [package]: Workflows use node 22.x.
Buy me a coffee

Release 1.7.2

11 Jan 13:03
363a85d
Compare
Choose a tag to compare

[1.7.2] - 2025-01-11

Added

  • [platform]: Added selectEntity to get the entity names from a list in the config editor.
  • [websocket]: Added api /api/select/entities.
  • [frontend]: Added the possibility to reorder the items in the config editor lists.
  • [frontend]: Added custom error messages for ErrorListTemplate and FieldErrorTemplate in react-jsonschema-form for validation in the config editor.
  • [frontend]: Added filter by device name and serial number to Devices page.
  • [frontend]: Added Icon view to the Devices page (beta).
  • [frontend]: Added the possibility to select the entities/components from a list in the config editor.
  • [matterbridge]: Added /health endpoint for watchdog.

Changed

  • [frontend]: Frontend v.2.3.10
  • [package]: Update dependencies.

Fixed

  • [edge]: Fixed ValveConfigurationAndControlServer behavior.
  • [frontend]: Fixed restart that was not working correctly in Ingress.
Buy me a coffee

Release 1.7.1

08 Jan 07:57
db225a5
Compare
Choose a tag to compare

Breaking Changes

Matterbridge edge is now released. The default mode is still the normal mode to allow the storage conversion. See https://github.com/Luligu/matterbridge/blob/dev/README-EDGE.md to manually switch to edge mode after the conversion is done.

The frontend has a new dark and light mode. The dark mode is now the default mode.
It is possible to change the mode (Classic, Dark or Light) in Settings, Matterbridge settings.

[1.7.1] - 2025-01-07

Added

  • [platform]: Added selectDevice to get the device names from a list in the config editor.
  • [websocket]: Added api /api/select.
  • [frontend]: Added configUrl to Devices page.
  • [frontend]: Added config button to Devices page.
  • [frontend]: Added id and deviceTypes to Devices page.

Changed

  • [websocket]: Added params to /api/clusters.
  • [frontend]: Frontend v.2.3.3

Fixed

  • [frontend]: Fixed WebSocketProvider online.
Buy me a coffee

Release 1.7.0

04 Jan 19:04
bce574e
Compare
Choose a tag to compare

Breaking Changes

Matterbridge edge is now released. The default mode is still the normal mode to allow the storage conversion. See https://github.com/Luligu/matterbridge/blob/dev/README-EDGE.md to manually switch to edge mode after the conversion is done.

The frontend has a new dark and light mode. The dark mode is now the default mode.
It is possible to change the mode (Classic, Dark or Light) in Settings, Matterbridge settings.

[1.7.0] - 2025-01-04

Added

  • [edge]: Added guide https://github.com/Luligu/matterbridge/blob/dev/README-EDGE.md.
  • [storage]: Added conversion from old matter storage to the new api format with fabrics, resumptionRecords, network, commissioning, operationalCredentials, acl and parts number. The conversion is triggered every time you shutdown or restart matterbridge till the new storage has been used with matterbridge edge.
  • [storage]: Added conversion for child endpoint numbers.
  • [storage]: Added conversion for childbridge mode.
  • [package]: Update README.md and README-SERVICE.md to include instructions for using SSL on port 443.
  • [platform]: Added checkEndpointNumbers() to detect endpoint numbers changes.
  • [frontend]: Frontend v.2.3.0
  • [frontend]: Added dark and light mode to the frontend. Dark mode is now the default mode. It is possible to change the mode in Settings, Matterbridge settings.
  • [frontend]: Custom rfjsreact-jsonschema-form for the config editor.
  • [frontend]: Added columns configuration to Devices.
  • [frontend]: Added clear logs button in Logs.
  • [unregister]: Added unregister for Matterbridge edge.
  • [reset]: Added reset for Matterbridge edge.
  • [factoryreset]: Added factoryreset for Matterbridge edge.
  • [websocket]: Added /api/clusters and removed all fetch calls from frontend.

Changed

  • [edge]: Fixes to edge mode.
  • [package]: Update dependencies.

Fixed

  • [frontend]: Fixed device/cluster api that was not working in Ingress.
Buy me a coffee

Release 1.6.7

16 Dec 06:23
ee4a821
Compare
Choose a tag to compare

[1.6.7] - 2024-12-15

Added

  • [readme]: Update README to clarify Node.js installation instructions and emphasize LTS version.
  • [deviceTypes]: Add airPurifier definition.
  • [deviceTypes]: Add pumpDevice definition.
  • [clusters]: Add PumpConfigurationAndControl cluster.
  • [clusters]: Add ValveConfigurationAndControl cluster.

Changed

  • [Docker]: Add matterbridge-hass to Dockerfile for latest and main builds.
  • [edge]: Various fixes to edge mode.
  • [package]: Update dependencies.

Fixed

  • [Device]: Fix addChildDeviceType methods to include debug parameter in MatterbridgeDevice instantiation.
Buy me a coffee