Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Feb 2, 2025
1 parent 6a70c51 commit 5fa1ee7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,22 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
### 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.

## [2.1.0.dev.12] - 2025-02-01
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

Expand All @@ -31,7 +41,6 @@ I suggest to first update all plugins without restarting and then to update Matt
- [frontend]: Frontend v.2.4.0.
- [matterbridge]: Added deep memory scan details.


### Changed

- [package]: Removed legacy imports.
Expand All @@ -40,8 +49,6 @@ I suggest to first update all plugins without restarting and then to update Matt
- [package]: Update matter.js to 0.12.1.
- [package]: Update matter.js to 0.12.2.

### Fixed

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge",
"version": "2.1.0-dev.12",
"version": "2.1.0",
"description": "Matterbridge plugin manager for Matter",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -161,7 +161,7 @@
"@types/eslint__js": "8.42.3",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"@types/ws": "8.5.14",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
Expand Down

0 comments on commit 5fa1ee7

Please sign in to comment.