Skip to content

Zeebe 0.24.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 13 May 09:06

Release: 0.24.0-alpha1

Enhancements

Broker

  • Improve nil initialisation of locally scoped outputElement for feel expressions (#4100)
  • Define a message name statically or as expression (#3800)

Bug Fixes

Broker

  • Zeebe 0.22.1 debug-http exporter does not respect custom port (#4316)
  • Intent#fromProtocolValue(ValueType,String) fails for ValueType.MESSAGE (#4289)
  • Followers may commit partial snapshots (#4123)
  • Exceptions swallowed in Actor (#4062)

Misc

  • Removing BOOTSTRAP from RaftMember.Type broke backwards compatibility (#4309)

Documentation

  • Docs out of date: Zeebe Modeller UI has changed (#4293)
  • Document the expression support (#3796)

Merged Pull Requests

Merged Pull Requests
  • chore(deps): update dependency io.zeebe:zeebe-parent to v0.23.1 (#4376)
  • chore(deps): update dependency io.zeebe:zeebe-client-java to v0.23.1 (#4375)
  • test(broker): fix flaky test (#4369)
  • chore(deps): update module google.golang.org/grpc to v1.29.1 (#4360)
  • chore(deps): update dependency org.testcontainers:testcontainers to v1.14.1 (#4359)
  • chore(deps): update dependency org.scala-lang:scala-library to v2.13.2 (#4355)
  • chore(deps): update dependency io.netty:netty-bom to v4.1.49.final (#4349)
  • chore(deps): update version.grpc to v1.29.0 (#4343)
  • chore(deps): update golang.org/x/net commit hash to e086a09 (#4342)
  • chore(deps): update module google.golang.org/grpc to v1.29.0 (#4341)
  • chore(deps): update module testcontainers/testcontainers-go to v0.5.1 (#4331)
  • chore(deps): update dependency io.github.classgraph:classgraph to v4.8.75 (#4326)
  • Update modeling docs (#4325)
  • chore(qa): update flaky health monitoring test to test the stepdown (#4324)
  • Remove enforce snapshot on close (#4322)
  • chore(ci): keep develop builds for 7 days (#4321)
  • Introduce a simple Either type to the expression processor (#4318)
  • fix(broker): apply the config of the debug HTTP exporter (#4317)
  • chore(monitor): use zeebe_health to extract variable values (#4315)
  • chore(deps): update dependency org.apache.maven.plugins:maven-antrun-plugin to v3 (#4313)
  • Fix RaftMember.Type backwards compatibility (#4310)
  • fix(protocol): map msg value type to correct intent (#4306)
  • chore(deps): update module testcontainers/testcontainers-go to v0.5.0 (#4305)
  • docs(getting-started): adjust expressions for Zeebe 0.23.0 (#4304)
  • Replace array with list (#4303)
  • Check ActorThread before cast (#4300)
  • Remove bootstrapping raft cluster logic (#4298)
  • chore(deps): update version.guava to v29 (major) (#4297)
  • Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.2.3 (#4296)
  • chore(deps): update module golang/protobuf to v1.4.0 (#4295)
  • Update dependency org.testcontainers:testcontainers to v1.14.0 (#4294)
  • Update dependency io.github.classgraph:classgraph to v4.8.69 (#4292)
  • Update module spf13/cobra to v1 (#4291)
  • Update module testcontainers/testcontainers-go to v0.4.0 (#4290)
  • chore(benchmarks): add more starters per default (#4288)
  • chore(engine): add onFailed stream processor lifecycle (#4281)
  • docs(operate): set sso parameters to mandatory (#4280)
  • chore(logstreams): add snapshot checksum verification (#4278)
  • docs(reference): add expression section (#4277)
  • docs(operations): add doc for health checks (#4276)
  • Update module docker/docker to v1 (#4272)
  • chore(deps): update spring boot to v2.2.6.release (#4270)
  • Only init variable names to nil for output element variable (#4268)
  • chore(deps): update module docker/docker to v0.12.0 (#4267)
  • Handle exceptions thrown by continuation job in actor (#4263)
  • Update dependency io.zeebe:zeebe-client-java to v0.23.0 (#4262)
  • Update dependency io.zeebe:zeebe-parent to v0.23.0 (#4256)
  • chore(deps): update module google.golang.org/grpc to v1.28.1 (#4246)
  • chore(raft): add test to simulate network partition (#4243)
  • Introduce List storage for engine tests (#4241)
  • Remove system partition (#4238)
  • Process execution metrics (#4233)
  • chore(benchmark): Add best practices for windows systems (#4209)
  • feat(broker): FEEL expressions for message names (#4204)