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 pyzeebe from 2.2.2 to 2.3.1 #21

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps pyzeebe from 2.2.2 to 2.3.1.

Release notes

Sourced from pyzeebe's releases.

v2.3.1

Fixes

  • Change the watcher to check for consecutive errors per task thread - (merged #139, see #138 for further information)

v2.3.0

Changes

  • Official support for zeebe 0.26.0.0
  • Start watcher thread that reactivates stopped threads #112.
    • Add boolean parameter called watch to ZeebeWorker.work to start the watcher thread. This will by default be disabled.
  • Give up on connection to zeebe gateway after configured amount #75.
    • Add parameter to ZeebeWorker and ZeebeClient constructor called max_connection_retries.

Enhancements

  • Use pytest fixtures to simplify tests.

v2.2.3

Changes

  • Give threads names - #77
  • Add wait parameter for worker.stop - #76

Deprecations

  • Remove python 3.5 support

Dependencies

  • Package dependencies:

    • zeebe-grpc: 0.24.3.3 -> 0.25.1.0
    • Removed grpcio and protobuf from dependencies as they're included in zeebe-grpc
  • Development dependencies:

    • pytest: 6.1.1 -> 6.2.1
    • sphinx: 3.2.1 -> 3.4.2
    • sphinx-rtd-theme: 0.5.0 -> 0.5.1
    • coveralls: 2.1.2 -> 2.2.0
    • importlib-metadata: 2.0.0 -> 3.3.0
    • coverage: 5.3 -> 5.3.1
Commits
  • 9162778 Merge pull request #146 from JonatanMartens/development
  • 8773095 Merge pull request #142 from JonatanMartens/dependabot/pip/development/sphinx...
  • 2dc2d4d Bump sphinx from 3.5.1 to 3.5.2
  • be6909c Merge pull request #141 from JonatanMartens/dependabot/pip/development/import...
  • f7d5f64 Merge pull request #139 from kbakk/138-watcher-consecutive-error
  • 6fc1de8 Bump version 2.3.0 -> 2.3.1
  • 5103e12 Bump importlib-metadata from 3.4.0 to 3.7.3
  • 93ddb67 Merge pull request #133 from JonatanMartens/dependabot/pip/development/pylint...
  • 98c42fc Bump pylint from 2.6.0 to 2.7.2
  • ae5d540 Merge pull request #134 from JonatanMartens/dependabot/pip/development/covera...
  • 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)

Bumps [pyzeebe](https://github.com/JonatanMartens/pyzeebe) from 2.2.2 to 2.3.1.
- [Release notes](https://github.com/JonatanMartens/pyzeebe/releases)
- [Commits](camunda-community-hub/pyzeebe@v2.2.2...v2.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2021

Superseded by #32.

@dependabot dependabot bot closed this Jul 7, 2021
@dependabot dependabot bot deleted the dependabot/pip/development/pyzeebe-2.3.1 branch July 7, 2021 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants