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

build(deps): bump zeebe.version from 8.2.3 to 8.3.2 #325

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps zeebe.version from 8.2.3 to 8.3.2.
Updates io.camunda:zeebe-bom from 8.2.3 to 8.3.2

Release notes

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

8.3.1

Bug Fixes

Misc

  • Job streams not registered on broker after some time (#14771)
  • IllegalStateException: found snapshot 0. A previous snapshot is most likely corrupted (#14699)
  • Regular OOM when replicating large state due to messaging timeouts (#14663)
  • MsgpackReaderException when reading TenantId (#14624)
  • NPE in PendingMessageSubscriptionChecker (#14588)

Merged Pull Requests

  • Fix empty checksum file/snapshot corruption (#14778)
  • fix(transport): handle MEMBER_ADDED events as well (#14772)
  • Store job activation properties immutably in broker stream registry (#14763)
  • Capture async stack traces of scheduler jobs (#14747)
  • fix(raft): member type can be updated reliably (#14669)
  • fix(atomix): do not close over whole payload (#14664)
  • Return completed future on replication attempt with a closed leader (#14647)
  • fix: NPE in PendingMessageSubscriptionChecker (#14633)
  • test(broker): remove potential race condition in exporter test (#14613)

8.3.0

Enhancements

Broker

  • Create DbTenantAwareKey (#14019)
  • Add auth data to Zeebe records (#13989)
  • Provide an API for data interchange of Zeebe auth data (#13988)
  • Provide a TenantAccessChecker API for multi-tenancy (#13987)
  • Show blacklisting in the Grafana Dashboard (#8263)

Gateway

  • Allow using the default tenant even when no tenant associated to requester (#14497)
  • Gateway supports multi-tenancy in EvaluateDecision RPC (#14278)
  • Gateway supports multi-tenancy in PublishMessage RPCs (#14276)
  • Job polling/pushing in the Gateway supports multi-tenancy (#14254)
  • Gateway supports multi-tenancy in CreateProcessInstance* RPCs (#14211)
  • I can use a Gateway configuration flag for multi-tenancy (#14041)
  • Add auth data to Zeebe records (#13989)
  • Provide an API for data interchange of Zeebe auth data (#13988)
  • Provide a TenantAccessChecker API for multi-tenancy (#13987)
  • Support multi-tenancy in the Gateway (#13237)

Java Client

  • The JobWorker API of the java client support multi-tenancy (#14255)
  • job.getVariable ergonomic method in Java client (#13752)
  • Java client supports multi-tenancy for the ActivateJobs/StreamJobs commands (#13560)
  • Java client supports multi-tenancy for PublishMessage RPC (#13559)
  • Java client supports multi-tenancy for EvaluateDecision RPC (#13557)
  • Java client supports multi-tenancy for CreateProcessInstance* RPCs (#13536)
  • Stream jobs using job worker (#13473)
  • newModifyProcessInstanceCommand: complete command with single variable (#13460)
  • newThrowErrorCommand: complete command with single variable (#13458)
  • newFailCommand: complete command with single variable (#13456)
  • newBroadcastingSignalCommand: complete command with single variable (#13451)

... (truncated)

Commits
  • e60a54f [maven-release-plugin] prepare release 8.3.2
  • 0912ed8 build(project): update go embedded version data
  • d77867a merge: #15052
  • 3ea6664 merge: #15070
  • af763fd deps(deps): update dependency io.camunda:identity-sdk to v8.3.2
  • bb34091 refactor(atomix): implement AutoCloseable for managed services
  • 415b2cf refactor(transport): rewrite for Java < 21
  • 428cf0a style(transport): fix auto formatting issues
  • 346af16 fix(transport): handle errors and retry stream restarts
  • b3d3236 feat(util): add exponential backoff utility
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-parent from 8.2.3 to 8.3.2

Release notes

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

8.3.1

Bug Fixes

Misc

  • Job streams not registered on broker after some time (#14771)
  • IllegalStateException: found snapshot 0. A previous snapshot is most likely corrupted (#14699)
  • Regular OOM when replicating large state due to messaging timeouts (#14663)
  • MsgpackReaderException when reading TenantId (#14624)
  • NPE in PendingMessageSubscriptionChecker (#14588)

Merged Pull Requests

  • Fix empty checksum file/snapshot corruption (#14778)
  • fix(transport): handle MEMBER_ADDED events as well (#14772)
  • Store job activation properties immutably in broker stream registry (#14763)
  • Capture async stack traces of scheduler jobs (#14747)
  • fix(raft): member type can be updated reliably (#14669)
  • fix(atomix): do not close over whole payload (#14664)
  • Return completed future on replication attempt with a closed leader (#14647)
  • fix: NPE in PendingMessageSubscriptionChecker (#14633)
  • test(broker): remove potential race condition in exporter test (#14613)

8.3.0

Enhancements

Broker

  • Create DbTenantAwareKey (#14019)
  • Add auth data to Zeebe records (#13989)
  • Provide an API for data interchange of Zeebe auth data (#13988)
  • Provide a TenantAccessChecker API for multi-tenancy (#13987)
  • Show blacklisting in the Grafana Dashboard (#8263)

Gateway

  • Allow using the default tenant even when no tenant associated to requester (#14497)
  • Gateway supports multi-tenancy in EvaluateDecision RPC (#14278)
  • Gateway supports multi-tenancy in PublishMessage RPCs (#14276)
  • Job polling/pushing in the Gateway supports multi-tenancy (#14254)
  • Gateway supports multi-tenancy in CreateProcessInstance* RPCs (#14211)
  • I can use a Gateway configuration flag for multi-tenancy (#14041)
  • Add auth data to Zeebe records (#13989)
  • Provide an API for data interchange of Zeebe auth data (#13988)
  • Provide a TenantAccessChecker API for multi-tenancy (#13987)
  • Support multi-tenancy in the Gateway (#13237)

Java Client

  • The JobWorker API of the java client support multi-tenancy (#14255)
  • job.getVariable ergonomic method in Java client (#13752)
  • Java client supports multi-tenancy for the ActivateJobs/StreamJobs commands (#13560)
  • Java client supports multi-tenancy for PublishMessage RPC (#13559)
  • Java client supports multi-tenancy for EvaluateDecision RPC (#13557)
  • Java client supports multi-tenancy for CreateProcessInstance* RPCs (#13536)
  • Stream jobs using job worker (#13473)
  • newModifyProcessInstanceCommand: complete command with single variable (#13460)
  • newThrowErrorCommand: complete command with single variable (#13458)
  • newFailCommand: complete command with single variable (#13456)
  • newBroadcastingSignalCommand: complete command with single variable (#13451)

... (truncated)

Commits
  • e60a54f [maven-release-plugin] prepare release 8.3.2
  • 0912ed8 build(project): update go embedded version data
  • d77867a merge: #15052
  • 3ea6664 merge: #15070
  • af763fd deps(deps): update dependency io.camunda:identity-sdk to v8.3.2
  • bb34091 refactor(atomix): implement AutoCloseable for managed services
  • 415b2cf refactor(transport): rewrite for Java < 21
  • 428cf0a style(transport): fix auto formatting issues
  • 346af16 fix(transport): handle errors and retry stream restarts
  • b3d3236 feat(util): add exponential backoff utility
  • 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 `zeebe.version` from 8.2.3 to 8.3.2.

Updates `io.camunda:zeebe-bom` from 8.2.3 to 8.3.2
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.2.3...8.3.2)

Updates `io.camunda:zeebe-parent` from 8.2.3 to 8.3.2
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.2.3...8.3.2)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-parent
  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 Nov 8, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2023

Superseded by #326.

@dependabot dependabot bot closed this Nov 16, 2023
@dependabot dependabot bot deleted the dependabot/maven/zeebe.version-8.3.2 branch November 16, 2023 21:50
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