bpm-crafters / process-engine-api

Beautiful implementation-agnostic process engine API.
https://bpm-crafters.github.io/process-engine-api/stable/
Apache License 2.0
13 stars 1 forks source link

Bump io.camunda:zeebe-client-java from 8.6.3 to 8.6.4 #121

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps io.camunda:zeebe-client-java from 8.6.3 to 8.6.4.

Release notes

Sourced from io.camunda:zeebe-client-java's releases.

8.6.4

Enhancements

Misc

  • I can migrate parallel and sequential multi instance elements (#23878)
  • I can migrate error boundary event and error event sub process (#23804)
  • I can migrate exclusive and event based gateways (#23475)
  • Remove the need for ES/OS monitor privileges in Tasklist (#23094)
  • Remove the need for monitor privileges (#22918)

Bug Fixes

Misc

  • PartitionInactiveException is not handled gracefully (#23446)
  • Swagger UI not working (#23300)
  • StackOverflow during process cancelation (#21991)
  • Operate does not allow changing Content Security Policy header in SM (#21741)
  • Error on retrieving write buffer from log stream (#10141)

Maintenance

  • Swagger UI not working (#23300)
  • Add context information to errors in the gateway (#4526)
  • Improve errors in Go client (#2938)

Merged Pull Requests

  • Removing recursion from process cancellation logic (#24082)
  • Map PartitionInactiveException and NoTopologyFoundException to UNAVAILABLE (#23991)
  • feat: allow mapping between multi instance types (#23928)
  • feat: support migration mapping for error event sub processes (#23850)
  • Remove the need for ES/OS cluster monitor privileges in Tasklist (#23789)
  • fix: externalFormReference on zeebe user tasks (#23750)
  • feat: add migration support for signal elements (#23729)
  • feat: add migration support for exclusive and event based gateways (#23676)
  • fix: Operate does not allow changing Content Security Policy header in SM (#23608)
  • fix: include stack trace on failed GRPC token verification (#23600)
  • fix: complete future with error when leadership change is cancelled (#23371)
  • feat: prevent cross process migration mapping (#23357)
  • fix: permit requests to swagger endpoint /v3/api-docs/** (#23350)
  • fix: Add Backoff Mechanism to Handle ElasticSearch Unavailability in Tasklist Importer (#23222)
  • feat: allow for disabling cluster health checks (#23218)
  • fix: Context-Path not taken into account for noPermission route (#23214)
  • feat: support migration mapping for timer start event sub processes (#23144)
  • feat: support migration of business rule, script and send task (#22794)
  • fix: merge concurrent resolves for up to 128 hostnames (#22410)
  • [Backport stable/1.2] Fixes flakiness with the ElasticsearchExporter integration tests (#8203)
Commits
  • 906bdd9 [maven-release-plugin] prepare release 8.6.4
  • 91be7a7 [Backport stable/8.6] fix: merge concurrent resolves for up to 128 hostnames ...
  • 6e97035 [Backport stable/8.6] Removing recursion from process cancellation logic (#24...
  • f764f42 fix: remove recursion from process cancellation logic
  • dab1168 fix: merge concurrent resolves for up to 128 hostnames
  • acc0c73 deps: Update all non-major dependencies (stable/8.6) (#24117)
  • e6b76c5 deps: Update all non-major dependencies
  • 87d6c86 deps: Update all non-major dependencies (stable/8.6) (#24115)
  • cde9128 deps: Update all non-major dependencies
  • 3c0704b [Backport stable/8.6] feat: allow mapping between multi instance types (#24055)
  • 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 show 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)
dependabot[bot] commented 2 weeks ago

Superseded by #123.