Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pymodbus from 3.7.4 to 3.8.6 #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps pymodbus from 3.7.4 to 3.8.6.

Release notes

Sourced from pymodbus's releases.

pymodbus v3.8.6

  • Allow id=0 and check if response.id == request.id. (#2572)

It turns out that not allowing id=0 was too restrictive, instead now requests with id=0 is allowed provided the device responds with id=0.

pymodbus v3.8.5

  • New simulator is WIP, not to be used. (#2568)
  • dev_id=0 no response expected (returns ExceptionResponse(0xff)). (#2567)
  • New simulator datastore. (#2535)

pymodbus v3.8.4

  • Parameterize string encoding in convert_to_registers and convert_from_registers (#2558)
  • Fix client modbus function calls in remote by adding count as keyword argument (#2563)
  • Fix exception text in ModbusPDU.validateAddress (#2551)
  • Typo arround no_response_expected (#2550)
  • Trace new connection in server. (#2549)
  • Add trace to server.
  • Update misleading DATATYPE text. (#2547)
  • Fix pylint.
  • Clarify server usage.
  • Solve instable transaction testing. (#2538)

v3.8.3

Bug fix release, and remove the deprecated tag on payload.

The main goals have changed, please see https://pymodbus.readthedocs.io/en/latest/source/roadmap.html

For details on the payload decoder/encoder please see pymodbus-dev/pymodbus#2525

Changes:

  • Remove deprecate from payload. (#2532)
  • Add background parameter to servers. (#2529)
  • Split async_io.py and simplify server start/stop. (#2528)
  • Update custom_msg example to include server. (#2527)
  • Move repl doc to repl repo. (#2522)
  • Add API to set max until disconnect. (#2521)

Pymodbus v3.8.2

  • Asyncio future removed from sync client. (#2514)

Pymodbus v3.8.1

  • Convert endianness (#2506)
  • Fix sync serial client, loop. (#2510)
  • Correct future. (#2507)
  • Correct #2501 (#2504)
  • Raise exception on no response in async client. (#2502)
  • re-instatiate Future on reconnect (#2501)
  • Remove all trailing zeroes during string decoding (#2493)
  • Fix too many sync client log messages. (#2491)

... (truncated)

Changelog

Sourced from pymodbus's changelog.

Version 3.8.6

  • Allow id=0 and check if response.id == request.id. (#2572)

Version 3.8.5

  • New simulator is WIP, not to be used. (#2568)
  • dev_id=0 no response expected (returns ExceptionResponse(0xff)). (#2567)
  • New simulator datastore. (#2535)

Version 3.8.4

  • Parameterize string encoding in convert_to_registers and convert_from_registers (#2558)
  • Fix client modbus function calls in remote by adding count as keyword argument (#2563)
  • Fix exception text in ModbusPDU.validateAddress (#2551)
  • Typo arround no_response_expected (#2550)
  • Trace new connection in server. (#2549)
  • Add trace to server.
  • Update misleading DATATYPE text. (#2547)
  • Fix pylint.
  • Clarify server usage.
  • Solve instable transaction testing. (#2538)

Version 3.8.3

  • Remove deprecate from payload. (#2532)
  • Add background parameter to servers. (#2529)
  • Split async_io.py and simplify server start/stop. (#2528)
  • Update custom_msg example to include server. (#2527)
  • Move repl doc to repl repo. (#2522)
  • Add API to set max until disconnect. (#2521)

Version 3.8.2

  • Asyncio future removed from sync client. (#2514)

Version 3.8.1

  • Convert endianness (#2506)
  • Fix sync serial client, loop. (#2510)
  • Correct future. (#2507)
  • Correct #2501 (#2504)
  • Raise exception on no response in async client. (#2502)
  • re-instatiate Future on reconnect (#2501)
  • Remove all trailing zeroes during string decoding (#2493)
  • Fix too many sync client log messages. (#2491)

Version 3.8.0

  • slave_id -> dev_id (internally). (#2486)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymodbus](https://github.com/pymodbus-dev/pymodbus) from 3.7.4 to 3.8.6.
- [Release notes](https://github.com/pymodbus-dev/pymodbus/releases)
- [Changelog](https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst)
- [Commits](pymodbus-dev/pymodbus@v3.7.4...v3.8.6)

---
updated-dependencies:
- dependency-name: pymodbus
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants