Skip to content

Bump zwave-js-server-python to 0.56.0#117288

Merged
balloob merged 3 commits into
home-assistant:devfrom
raman325:bump
May 13, 2024
Merged

Bump zwave-js-server-python to 0.56.0#117288
balloob merged 3 commits into
home-assistant:devfrom
raman325:bump

Conversation

@raman325
Copy link
Copy Markdown
Contributor

@raman325 raman325 commented May 12, 2024

Breaking change

With this release, you will need to update your zwave-js-server instance. You must use zwave-js-server 1.35.0 or greater (schema 35).

  • If you use the Z-Wave JS add-on, you need at least version 0.5.0.
  • If you use the Z-Wave JS UI add-on, you need at least version 3.4.2.
  • If you use the Z-Wave JS UI Docker container, you need at least version 9.10.0.
  • If you run your own Docker container or some other installation method, you will need to update your zwave-js-server instance to at least 1.35.0.

Proposed change

This bump forces users to upgrade to a zwave-js-server and driver version that support long range. It also adds some new long range specific attributes. This should be a no op for existing code, and just enables us to include the necessary attributes in the zwave_js/network_status WS API response.

changelog: home-assistant-libs/zwave-js-server-python@0.55.4...0.56.0

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
  • Untested files have been added to .coveragerc.

To help with the load of incoming pull requests:

@raman325 raman325 requested a review from a team as a code owner May 12, 2024 04:43
@home-assistant home-assistant Bot added cla-signed dependency Pull requests marked as a dependency upgrade integration: zwave_js small-pr PRs with less than 30 lines. labels May 12, 2024
@home-assistant
Copy link
Copy Markdown
Contributor

Hey there @home-assistant/z-wave, mind taking a look at this pull request as it has been labeled with an integration (zwave_js) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of zwave_js can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign zwave_js Removes the current integration label and assignees on the pull request, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the pull request.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the pull request.

@bdraco
Copy link
Copy Markdown
Member

bdraco commented May 12, 2024

I added the missing changelog link

@MartinHjelmare
Copy link
Copy Markdown
Member

A test is failing.

@MartinHjelmare MartinHjelmare marked this pull request as draft May 12, 2024 06:03
@balloob balloob marked this pull request as ready for review May 13, 2024 02:19
@balloob balloob merged commit 61b906e into home-assistant:dev May 13, 2024
@raman325 raman325 deleted the bump branch May 13, 2024 02:29
@github-actions github-actions Bot locked and limited conversation to collaborators May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

breaking-change cla-signed dependency Pull requests marked as a dependency upgrade integration: zwave_js small-pr PRs with less than 30 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants