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

chore(deps): bump version.zeebe from 8.4.4 to 8.5.1 #219

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Bumps version.zeebe from 8.4.4 to 8.5.1.
Updates io.camunda:zeebe-bom from 8.4.4 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-bom's releases.

8.5.0

Enhancements

Broker

  • Subscribe to a message boundary event on process instance migration (#16384)
  • Data Recovery in Zeebe (#5310)
  • Increase job timeout resolution / reject requests below resolution threshold (#5073)
  • ActivateJobsRequest doesn't specify units for timeout and requestTimeout (#3944)
  • Define the job retries statically or as expression (#3803)
  • I can query broker status using zbctl (#2612)
  • The job payload is propagated on completion to the task scope (#1860)
  • Non-strict JsonPath conditions (#1751)
  • Write dedicated payload events (#1619)
  • Align bpmn xml handling in client API (#382)
  • Client should throw proper exception when reading bad property values (#375)

Java Client

  • Zeebe Java Client can not be used to build Native Image with GraalVM (#6054)
  • Reactive client for a Zeebe (#5892)
  • custom serializer configuration for zeebe Java client (#5578)
  • Job handler interface should declare throws Exception (#397)

Go Client

  • go-client: Job worker polling backoff mechanism (#6150)
  • zbctl: tell the user to use the --insecure flag when it's needed (#3822)
  • Migrate update payload to set variables in zbctl (#2136)

Misc

  • Reject process deployment with compensation start event (#16970)
  • Remove compensation subscription when terminating subprocess (#16808)
  • Support Azure UAMI for backup storage authentication (#16736)
  • I can use a multi-instance activity as compensation handler (#16602)
  • I can use a call activity as compensation handler (#16600)
  • I can trigger compensation from an event subprocess (#15465)
  • Wait until the compensation handlers are completed (#15066)
  • Cancel compensation handlers on process instance termination (#15065)
  • Remove compensation subscriptions when the process instance ends (#15064)
  • Invoke compensation handler attached to a compensation boundary event (#14970)
  • Zeebe worker api support specifying process id(s) to avoid job type conflict (#5054)
  • I can fail a job without activating it (#3757)
  • Java client: add ability to recreate job from json (#3017)
  • Add TLS support to zbctl (#2885)

Bug Fixes

Broker

  • I can't activate a job with payload larger then maxMessageSize/2 (#6207)
  • KryoException: java.nio.BufferUnderflowException Serialization trace: data (io.atomix.raft.zeebe.ZeebeEntry) (#5495)
  • ModelParseException: SAXException while parsing input stream (#5490)
  • Workers broken as gRPC connections fail (quickly after registering workers) in versions >23.1 in some configurations (#5187)
  • Restart takes too long or never completes when snapshot contains many files (#5135)
  • Rolling update from 0.23 to 0.24 is not possible (#5102)
  • Benchmark 0.24.0-RC1 stopped making progress (#4871)
  • Parallel multi-instance call activity cannot collect output (#4860)
  • Possible regression in job activation (#4524)
  • Unexpected non-empty log failed to read the last block (#3543)

... (truncated)

Commits
  • 72bcf0e [maven-release-plugin] prepare release 8.5.1
  • 88c5320 build(project): update go embedded version data
  • ad505f8 deps(identity): update identity to 8.5.1
  • cbcbb8f [Backport stable/8.5] fix: retry SetVariable on for UNAVAILABLE and RESOURCE_...
  • da273a2 refactor: keep alphabetical order in gateway service config
  • 7294737 fix: retry SetVariable on for UNAVAILABLE and RESOURCE_EXHAUSTED
  • d05d646 [Backport stable/8.5] Fixing token validity verification that was causing aut...
  • 0e014c8 fix: adjust test import after backport
  • 6006965 [Backport stable/8.5] fix: go client omit optional scope param if not set (#1...
  • a1ca7e2 [Backport stable/8.5] refactor: allow all semantic versions (#18298)
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-build-tools from 8.4.4 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-build-tools's releases.

8.5.0

Enhancements

Broker

  • Subscribe to a message boundary event on process instance migration (#16384)
  • Data Recovery in Zeebe (#5310)
  • Increase job timeout resolution / reject requests below resolution threshold (#5073)
  • ActivateJobsRequest doesn't specify units for timeout and requestTimeout (#3944)
  • Define the job retries statically or as expression (#3803)
  • I can query broker status using zbctl (#2612)
  • The job payload is propagated on completion to the task scope (#1860)
  • Non-strict JsonPath conditions (#1751)
  • Write dedicated payload events (#1619)
  • Align bpmn xml handling in client API (#382)
  • Client should throw proper exception when reading bad property values (#375)

Java Client

  • Zeebe Java Client can not be used to build Native Image with GraalVM (#6054)
  • Reactive client for a Zeebe (#5892)
  • custom serializer configuration for zeebe Java client (#5578)
  • Job handler interface should declare throws Exception (#397)

Go Client

  • go-client: Job worker polling backoff mechanism (#6150)
  • zbctl: tell the user to use the --insecure flag when it's needed (#3822)
  • Migrate update payload to set variables in zbctl (#2136)

Misc

  • Reject process deployment with compensation start event (#16970)
  • Remove compensation subscription when terminating subprocess (#16808)
  • Support Azure UAMI for backup storage authentication (#16736)
  • I can use a multi-instance activity as compensation handler (#16602)
  • I can use a call activity as compensation handler (#16600)
  • I can trigger compensation from an event subprocess (#15465)
  • Wait until the compensation handlers are completed (#15066)
  • Cancel compensation handlers on process instance termination (#15065)
  • Remove compensation subscriptions when the process instance ends (#15064)
  • Invoke compensation handler attached to a compensation boundary event (#14970)
  • Zeebe worker api support specifying process id(s) to avoid job type conflict (#5054)
  • I can fail a job without activating it (#3757)
  • Java client: add ability to recreate job from json (#3017)
  • Add TLS support to zbctl (#2885)

Bug Fixes

Broker

  • I can't activate a job with payload larger then maxMessageSize/2 (#6207)
  • KryoException: java.nio.BufferUnderflowException Serialization trace: data (io.atomix.raft.zeebe.ZeebeEntry) (#5495)
  • ModelParseException: SAXException while parsing input stream (#5490)
  • Workers broken as gRPC connections fail (quickly after registering workers) in versions >23.1 in some configurations (#5187)
  • Restart takes too long or never completes when snapshot contains many files (#5135)
  • Rolling update from 0.23 to 0.24 is not possible (#5102)
  • Benchmark 0.24.0-RC1 stopped making progress (#4871)
  • Parallel multi-instance call activity cannot collect output (#4860)
  • Possible regression in job activation (#4524)
  • Unexpected non-empty log failed to read the last block (#3543)

... (truncated)

Commits
  • 72bcf0e [maven-release-plugin] prepare release 8.5.1
  • 88c5320 build(project): update go embedded version data
  • ad505f8 deps(identity): update identity to 8.5.1
  • cbcbb8f [Backport stable/8.5] fix: retry SetVariable on for UNAVAILABLE and RESOURCE_...
  • da273a2 refactor: keep alphabetical order in gateway service config
  • 7294737 fix: retry SetVariable on for UNAVAILABLE and RESOURCE_EXHAUSTED
  • d05d646 [Backport stable/8.5] Fixing token validity verification that was causing aut...
  • 0e014c8 fix: adjust test import after backport
  • 6006965 [Backport stable/8.5] fix: go client omit optional scope param if not set (#1...
  • a1ca7e2 [Backport stable/8.5] refactor: allow all semantic versions (#18298)
  • Additional commits viewable in compare view

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 `version.zeebe` from 8.4.4 to 8.5.1.

Updates `io.camunda:zeebe-bom` from 8.4.4 to 8.5.1
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Changelog](https://github.com/camunda/zeebe/blob/main/CHANGELOG.md)
- [Commits](camunda/camunda@8.4.4...8.5.1)

Updates `io.camunda:zeebe-build-tools` from 8.4.4 to 8.5.1
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Changelog](https://github.com/camunda/zeebe/blob/main/CHANGELOG.md)
- [Commits](camunda/camunda@8.4.4...8.5.1)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 7, 2024
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.

0 participants