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.0 #64

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from zeebe-client-java's releases.

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)
  • Support due and follow-up dates on user tasks in the BPMN Model API (#11795)
  • Docker: Running the zeebe process with an unprivileged user by default (#11784)
  • Process signal broadcast command (#11777)
  • Create decisionRequirementsKeyAndVersionByDecisionRequirementsId ColumnFamily in DbDecisionState (#11541)
  • Create decisionKeyAndVersionByDecisionId ColumnFamily in DbDecisionState (#11540)
  • Disable Rockdb WAL by default (#11455)
  • Create SignalRecord and Signalntent (#11295)
  • Support catch-all and code-specific Escalation catch events on the same scope (#11265)
  • Create signal subscription record when deployed a process with top-level signal start events (#11209)
  • Export signal subscription records to ElasticSearch (#11208)
  • Create SignalSubscriptionRecord and SignalSubscriptionIntent (#11202)
  • Supports all errors caught by error start events or boundary events (#11126)
  • Support standalone Decision evaluation through zbctl (#11053)
  • Standalone Decision evaluation returns intermediate results (#11050)

... (truncated)

Commits
  • f2bbc3e [maven-release-plugin] prepare release 8.2.0
  • 7b4e4f2 build(project): update go embedded version data
  • 7008175 merge: #12238
  • 4b1dcf1 merge: #12234
  • cb28a31 merge: #12235
  • 60674d8 test(qa): remove unneeded debug exporter usage
  • f2ac65b deps(qa): add dependencies on google cloud sdk and gcs backup store
  • f0757e5 test(backup/gcs): verify that '/' is a valid basePath
  • 54c3a4b fix(backup/gcs): don't use leading '/' when basePath is not set
  • 8618e28 fix(backup/gcs): accept '/' as base path and sanitize more reliably
  • Additional commits viewable in compare view


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

Commits


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

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 #66.