Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps pymodbus from 2.3.0 to 2.5.0.

Release notes

Sourced from pymodbus's releases.

Pymodbus v2.5.0

version 2.5.0

  • Support response types stray and empty in repl server.
  • Minor updates in asyncio server.
  • Update reactive server to send stray response of given length.
  • Transaction manager updates on retries for empty and invalid packets.
  • Test fixes for asyncio client and transaction manager.
  • Fix sync client and processing of incomplete frames with rtu framers
  • Support synchronous diagnostic client (TCP)
  • Server updates (REPL and async)
  • Handle Memory leak in sync servers due to socketserver memory leak

version 2.5.0rc3

  • Minor fix in documentations
  • Travis fix for Mac OSX
  • Disable unnecessary deprecation warning while using async clients.
  • Use Github actions for builds in favor of travis.

version 2.5.0rc2

  • Documentation updates
  • Disable strict mode by default.
  • Fix ReportSlaveIdRequest request
  • Sparse datablock initialization updates.

version 2.5.0rc1

  • Support REPL for modbus server (only python3 and asyncio)
  • Fix REPL client for write requests
  • Fix examples
    • Asyncio server
    • Asynchronous server (with custom datablock)
    • Fix version info for servers
  • Fix and enhancements to Tornado clients (seril and tcp)
  • Fix and enhancements to Asyncio client and server
  • Update Install instructions
  • Synchronous client retry on empty and error enhancments
  • Add new modbus state RETRYING
  • Support runtime response manipulations for Servers
  • Bug fixes with logging module in servers
  • Asyncio modbus serial server support

2.5.0rc3

version 2.5.0

  • Support response types stray and empty in repl server.
  • Minor updates in asyncio server.

... (truncated)

Changelog

Sourced from pymodbus's changelog.

version 2.5.0

  • Support response types stray and empty in repl server.
  • Minor updates in asyncio server.
  • Update reactive server to send stray response of given length.
  • Transaction manager updates on retries for empty and invalid packets.
  • Test fixes for asyncio client and transaction manager.
  • Fix sync client and processing of incomplete frames with rtu framers
  • Support synchronous diagnostic client (TCP)
  • Server updates (REPL and async)
  • Handle Memory leak in sync servers due to socketserver memory leak

version 2.5.0rc3

  • Minor fix in documentations
  • Travis fix for Mac OSX
  • Disable unnecessary deprecation warning while using async clients.
  • Use Github actions for builds in favor of travis.

version 2.5.0rc2

  • Documentation updates
  • Disable strict mode by default.
  • Fix ReportSlaveIdRequest request
  • Sparse datablock initialization updates.

version 2.5.0rc1

  • Support REPL for modbus server (only python3 and asyncio)

  • Fix REPL client for write requests

  • Fix examples

    • Asyncio server
    • Asynchronous server (with custom datablock)

    * Fix version info for servers

  • Fix and enhancements to Tornado clients (seril and tcp)

  • Fix and enhancements to Asyncio client and server

  • Update Install instructions

  • Synchronous client retry on empty and error enhancments

  • Add new modbus state RETRYING

  • Support runtime response manipulations for Servers

  • Bug fixes with logging module in servers

  • Asyncio modbus serial server support

Version 2.4.0

... (truncated)

Commits
  • ce5d83b Merge pull request #611 from riptideio/dev
  • 4b57def Fix REPL server documentation, support multiple unit id's, handle response ma...
  • e88c41d Fix #609 monkey patch to handle memory leaks in sync server
  • a4c6ec5 Merge pull request #605 from riptideio/test-fixes
  • 0cdc39b Fix tests. closes #608. closes #575
  • 6fa2d59 Merge branch 'pr-608-fix_rtu_framer' into test-fixes
  • 6a16408 Merge branch 'pr-575-fix-sync-client-trans' into test-fixes
  • ff03488 Comment only-labels
  • 0ebe3f5 Fixed test
  • f84d374 Properly process incomplete RTU frames, improve test coverage
  • Additional commits viewable in compare view

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pymodbus](https://github.com/riptideio/pymodbus) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/riptideio/pymodbus/releases)
- [Changelog](https://github.com/riptideio/pymodbus/blob/master/CHANGELOG.rst)
- [Commits](pymodbus-dev/pymodbus@v2.3.0...v2.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 4, 2021
@dependabot-preview dependabot-preview bot requested a review from ZeroErrors March 4, 2021 05:36
@dependabot-preview
Copy link
Contributor Author

Superseded by #12.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pymodbus-2.5.0 branch April 2, 2021 05:38
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant