Releases: home-assistant-libs/python-matter-server
Releases · home-assistant-libs/python-matter-server
3.5.2
What’s Changed
What's Changed
- Use release tag as project version when creating a release by @agners in #326
- Fix crash on serialization error by @marcelveldt in #328
- Build container image on Python Matter server release by @agners in #327
- Remove test PyPI specific URL by @agners in #329
Full Changelog: 3.5.1...3.5.2
3.5.1
What's Changed
- Bump cryptography from 40.0.2 to 41.0.1 by @dependabot in #315
- Update Dockerfile.dev - add dependencies for 3.5.0 by @wozz in #317
- Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #321
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #320
- Some small bugfixes and stability improvements by @marcelveldt in #324
New Contributors
Full Changelog: 3.5.0...3.5.1
3.5.0
What’s Changed
- #312 - Bump Matter SDK wheels to 2023.6.0 (@agners)
- #309 - Adjust README (@marcelveldt)
3.4.2
What’s Changed
- #306 - Add Note about Thread and ICMPv6 RAs (@agners)
- #301 - Use Python 3.11 for the Development container (@agners)
- #302 - Bump Matter SDK wheels to 2023.5.3 (@agners)
⬆️ Dependencies
2 changes
- #303 - Bump pytest-cov from 4.0.0 to 4.1.0 (@dependabot)
- #300 - Bump actions/setup-python from 4.6.0 to 4.6.1 (@dependabot)
3.4.1
What’s Changed
- #172 - Readme changed Chip to Matter (@guyluz11)
- #297 - Handle edgecase where descriptor cluster is missing (@marcelveldt)
- #298 - Bump Matter SDK wheels to 2023.5.2 (@marcelveldt)
3.4.0
What’s Changed
This release bumps the version of Matter to 1.1.
- #222 - Fix open commissioning window (@ArturoGuerra)
- #295 - Fixes variable that was renamed with sdk version 1.1.0.1 (@ArturoGuerra)
- #293 - Bump Matter SDK Wheels (@marcelveldt)
- #294 - Adjust pre-commit to run pylint and mypy in venv (@marcelveldt)
- #280 - Fix get vendor names endpoint (@ArturoGuerra)
⬆️ Dependencies
5 changes
- #291 - Bump mypy from 1.2.0 to 1.3.0 (@dependabot)
- #288 - Bump pylint from 2.17.3 to 2.17.4 (@dependabot)
- #287 - Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (@dependabot)
- #286 - Bump pylint from 2.17.2 to 2.17.3 (@dependabot)
- #279 - Bump actions/setup-python from 4.5.0 to 4.6.0 (@dependabot)
3.3.1
What’s Changed
- #276 - Bump chip wheels to 2023.4.1 (@marcelveldt)
3.3.0
What’s Changed
- #274 - Bump API schema to version 3 (@marcelveldt)
- #273 - Bump chip clusters to 2023.4.0 (@marcelveldt)
- #266 - Process nodes asynchronously (@ArturoGuerra)
- #264 - Changed node removal behavior so fabric removal is optional (@ArturoGuerra)
- #249 - Fabric management (@ArturoGuerra)
- #236 - Fix Docker build, missing dependency (@sirtux)
- #256 - Removes cert download from docker container as its no longer needed (@ArturoGuerra)
- #258 - Add missing test VID certificates (@ArturoGuerra)
⬆️ Dependencies
10 changes
- #271 - Bump cryptography from 40.0.1 to 40.0.2 (@dependabot)
- #272 - Bump pytest from 7.3.0 to 7.3.1 (@dependabot)
- #269 - Bump actions/checkout from 3.5.0 to 3.5.2 (@dependabot)
- #251 - Bump cryptography from 39.0.1 to 40.0.1 (@dependabot)
- #260 - Bump pytest from 7.2.2 to 7.3.0 (@dependabot)
- #261 - Bump pylint from 2.17.1 to 2.17.2 (@dependabot)
- #262 - Bump mypy from 1.1.1 to 1.2.0 (@dependabot)
- #254 - Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 (@dependabot)
- #250 - Bump black from 23.1.0 to 23.3.0 (@dependabot)
- #252 - Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 (@dependabot)
3.2.0
What's Changed
- Add script to beautify diagnostics by @balloob in #223
- Bump pytest from 7.2.1 to 7.2.2 by @dependabot in #229
- Bump pylint from 2.16.2 to 2.16.3 by @dependabot in #228
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in #232
- Bump pylint from 2.16.3 to 2.17.0 by @dependabot in #230
- Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #233
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.0 by @dependabot in #234
- Bump mypy from 1.0.1 to 1.1.1 by @dependabot in #231
- Bump pypa/gh-action-pypi-publish from 1.8.0 to 1.8.1 by @dependabot in #237
- A few small fixes and minor improvements by @marcelveldt in #238
- Add sdk call to remove fabric from device by @ArturoGuerra in #239
- Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in #241
- Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #242
- Bump pylint from 2.17.0 to 2.17.1 by @dependabot in #244
- Automatically retrieve PAA certificates for device attestation by @marcelveldt in #240
- Fix lint and test issues on main by @MartinHjelmare in #247
- Better guard the parsing logic for malformed data from the SDK by @marcelveldt in #248
Full Changelog: 3.1.0...3.2.0
3.1.0
What’s Changed
- #218 - Refactor/fix Docker (@frenck)
- #217 - Fix bridge support (@marcelveldt)