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

zbctl 8.5.6 #180401

Merged
merged 2 commits into from
Aug 7, 2024
Merged

zbctl 8.5.6 #180401

merged 2 commits into from
Aug 7, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# version:8.5.6
## Enhancements
### Misc
* Add Intermediate None Event to `StraightThroughProcessingLoopValidator` ([#20308](https://github.com/camunda/camunda/issues/20308))
## Bug Fixes
### Broker
* Limit the number of element in the process caches ([#15533](https://github.com/camunda/camunda/issues/15533))
### Gateway
* Considerable amount of GRPC error details can trigger ingress response header limit ([#11284](https://github.com/camunda/camunda/issues/11284))
### Java Client
* Job worker should apply backoff on job polling in case of service unavailable  ([#4443](https://github.com/camunda/camunda/issues/4443))
### Go Client
* Job worker should apply backoff on job polling in case of service unavailable  ([#4443](https://github.com/camunda/camunda/issues/4443))
### Misc
* StackOverflowError during process instance modification ([#20307](https://github.com/camunda/camunda/issues/20307))
* Flaky test shouldBeThreadSafe: io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCacheTest ([#20136](https://github.com/camunda/camunda/issues/20136))
* Snapshot detected as corrupted because of incorrect checksum comparison ([#19984](https://github.com/camunda/camunda/issues/19984))
* No executable process is found after transformation ([#19834](https://github.com/camunda/camunda/issues/19834))
* `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_MODE:none` does not disable Identity-based authentication ([#18726](https://github.com/camunda/camunda/issues/18726))
* java.lang.IllegalArgumentException: type must not be empty ([#18139](https://github.com/camunda/camunda/issues/18139))
* Oauth token refresh can trigger rate limiting and log errors ([#13832](https://github.com/camunda/camunda/issues/13832))
## Maintenance
* Strange use of ObjectMapper in ES/OS DTO ([#20556](https://github.com/camunda/camunda/issues/20556))
* Snyk scan for Zeebe is broken after moving modules around ([#20011](https://github.com/camunda/camunda/issues/20011))
* gRPC thread pool saturated by blocked Identity calls ([#18697](https://github.com/camunda/camunda/issues/18697))
## Merged Pull Requests
* Fix Snyk scanning action for Zeebe ([#20610](https://github.com/camunda/camunda/pull/20610))
* Remove grpc thread config ([#20591](https://github.com/camunda/camunda/pull/20591))
* Dont use object mapper in DTO to ES / OS ([#20560](https://github.com/camunda/camunda/pull/20560))
* Reset RecordingExporter before each ZeebeIntegration test setup ([#20524](https://github.com/camunda/camunda/pull/20524))
* Create incident when type expression is null or empty ([#20517](https://github.com/camunda/camunda/pull/20517))
* Fix OauthCredentialsCache concurrency issues ([#20429](https://github.com/camunda/camunda/pull/20429))
* Terminate elements iteratively instead of recursively during PI modification ([#20425](https://github.com/camunda/camunda/pull/20425))
* Test for snapshot corruption when restoring from backup. ([#20415](https://github.com/camunda/camunda/pull/20415))
* Add logging to setup commands ([#20389](https://github.com/camunda/camunda/pull/20389))
* test: fix potential race condition ([#20334](https://github.com/camunda/camunda/pull/20334))
* fix: java client reminder action ([#20322](https://github.com/camunda/camunda/pull/20322))
* Add intermediate throw event `StraightThroughProcessingLoopValidator` ([#20316](https://github.com/camunda/camunda/pull/20316))
* fix: ensure controlled actor scheduler is closed after tests ([#20296](https://github.com/camunda/camunda/pull/20296))
* test: prevent db transaction corruption by test ([#20288](https://github.com/camunda/camunda/pull/20288))
* Fix flaky MessageStreamProcessorTest ([#20286](https://github.com/camunda/camunda/pull/20286))
* ci: add java client reminder workflow ([#20285](https://github.com/camunda/camunda/pull/20285))
* test: fix flaky raft heartbeat test ([#20079](https://github.com/camunda/camunda/pull/20079))
* test: snapshot false negative corruption unit test ([#20040](https://github.com/camunda/camunda/pull/20040))
* fix: Allow single deployment of multiple BPMN processes with the same resource name ([#20026](https://github.com/camunda/camunda/pull/20026))
* feat: allow overriding default `maxInboundMetadataSize` through config and change default to 16KB  ([#20002](https://github.com/camunda/camunda/pull/20002))
* fix: do not use combined checksum for snapshot integrity ([#19988](https://github.com/camunda/camunda/pull/19988))
* deps: Update dependency io.grpc:grpc-bom to v1.65.0 (main) ([#19858](https://github.com/camunda/camunda/pull/19858))
* Allow disabling REST gateway security through configuration ([#19823](https://github.com/camunda/camunda/pull/19823))
* fix: limit validation result output to a certain size and print the number of remaining errors ([#19600](https://github.com/camunda/camunda/pull/19600))
* change grpc executor to virtual threads ([#19005](https://github.com/camunda/camunda/pull/19005))
* feat: implementing bounded cache  ([#17581](https://github.com/camunda/camunda/pull/17581))

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Aug 7, 2024
Copy link
Contributor

github-actions bot commented Aug 7, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 7, 2024
@BrewTestBot BrewTestBot enabled auto-merge August 7, 2024 21:43
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 7, 2024
Merged via the queue into master with commit ba8eb8b Aug 7, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-zbctl-8.5.6 branch August 7, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants