camunda-community-hub / camunda-8-process-solution-template

Process Solution Template for Camunda Platform 8
31 stars 52 forks source link

chore(deps): bump zeebe.version from 8.1.8 to 8.2.1 #66

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps zeebe.version from 8.1.8 to 8.2.1. Updates zeebe-client-java from 8.1.8 to 8.2.1

Release notes

Sourced from zeebe-client-java's releases.

8.2.1

Release 8.2.1

Bug Fixes

Misc

  • Cannot disable Raft flush without specifying a delay (#12328)
  • The newThrowErrorCommand incorrectly handled in 8.2.0 (#12326)

Merged Pull Requests

  • deps(maven): bump version.identity to 8.2.1 (#12351)
  • Allow disabling flush without specifying a delay (#12329)
  • Support numbers as error/escalation codes (#12327)
  • chore(spotless): adhere to formatting (#12303)
  • docs(gateway): remove invalid BROKER from env var name (#12285)
  • Omit RocksDB musl check from Docker image (#12256)

8.2.0

Release 8.2.0

Enhancements

Broker

  • I can access a nested property of a variable by using a dynamic path (#11293)
  • Export escalation records to ElasticSearch (#10767)
  • Catch escalation on a call activity boundary event (#10763)
  • Create EscalationRecord and EscalationIntent (#10762)
  • Support link events (#10563)
  • Support undefined tasks (#10562)
  • In the process instance record, I can distinguish the type of an event (#9548)
  • Allow unsupported BPMN elements in non executable pools (#9542)
  • Export missing records to ES (#8337)
  • Configure disk watermarks with absolute values (#8149)
  • Improve error message in case of uncovered BPMN features (#7282)
  • Make state directory configurable (#6044)
  • Support for BPMN Script Tasks (#4213)
  • Update variables on BPMN error (#4080)
  • Define an error code statically or as expression (#3801)

Go Client

  • Throw error with variables from go client (#11019)
  • Set variables on Fail Job via Go client (#10788)

Misc

  • Zeebe Support Elastic Search 8 (#12132)
  • Intercept requests to OpenSearch and sign them according to AWS instructions (#12013)
  • Add AWS configuration options (#12012)
  • Copy ElasticSearchExporter and switch to OpenSearch libraries (#12011)
  • OAuth Auth Token authentication support in Zeebe Gateway (#12000)
  • Support broadcast signal in the Go client (#11913)
  • Support broadcast signal in the Java client (#11912)
  • Create a new gRPC API for signal broadcast command (#11878)
  • Docker: Allow running zeebe with a read-only root filesystem (#11876)
  • Add state and ColumnFamilies for command distributions (#11868)
  • User task due and follow-up dates are validated on deployment (#11809)
  • Due and follow-up dates are included in user task activation (#11797)
  • User task due and follow-up dates are transformed by the workflow engine (#11796)

... (truncated)

Commits
  • 2bb1d6c [maven-release-plugin] prepare release 8.2.1
  • fc58f94 build(project): update go embedded version data
  • 3b76446 merge: #12352
  • 9d2a3ca deps(maven): bump version.identity to 8.2.1
  • c1fb4e4 merge: #12349
  • f560816 fix(engine): use static escalation code without evaluating expression
  • d7eba09 fix(engine): use static error code without evaluating expression
  • e0e822c test(engine): verify catching of errors with number as errorCode
  • 5e74059 test(engine): limit variable records
  • 0c30137 merge: #12301
  • Additional commits viewable in compare view


Updates zeebe-process-test-extension from 8.1.8 to 8.2.1

Commits


Updates zeebe-process-test-extension-testcontainer from 8.1.8 to 8.2.1

Commits


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[bot] commented 1 year ago

Superseded by #67.