Skip to content

Release 3.0.1

Compare
Choose a tag to compare
@Luligu Luligu released this 06 May 10:24
· 29 commits to main since this release
36ffd86

[3.0.1] - 2025-05-06

Added

  • [docker]: The builder for the docker image with tag latest will run each day at 00:00 UTC if there are new releases. Inside the image matterbridge and all plugins with the latest release (as published on npm) are already loaded. You can just pull the new image and matterbridge with all plugins will be updated to the latest.
  • [docker]: The builder for the docker image with tag dev will run each day at 00:00 UTC if there are new commits. Inside the image matterbridge and all plugins with the dev release (as pushed on GitHub) are already loaded. You can just pull the new image and matterbridge with all plugins will be updated to the latest dev. It is possible that the devs are outdated by some published latests.
  • [npm]: The dev of matterbridge is published with tag dev on npm each day at 00:00 UTC if there is a new commit. It is possible that the dev is outdated by a published latest.
  • [frontend]: Added closeSnackbarMessage() to remove the notification with timeout = 0.
  • [frontend]: Moved all plugin actions from express to web socket.
  • [frontend]: Moved all settings from express to web socket.
  • [endpoint]: Added OperationalState cluster helper and behavior.
  • [behaviors]: Added Jest test on MatterbridgeBehaviors.

Changed

  • [package]: Updated dependencies.
  • [docker]: Updated the Docker configurations.
  • [frontend]: Changing configuration for a plugin now only lock configuration on that plugin.
  • [frontend]: Optimized rendering of Devices and Plugins panels.
  • [frontend]: Frontend v.2.6.4.

Fixed

  • [BasicInformation]: Fixed vulnerability in BasicInformation and BridgedDeviceBasicInformation cluster initialization attributes.
  • [frontend]: Fixed refresh and postfix for select in HomeDevices.