Skip to content

Zeebe 1.2.5

Compare
Choose a tag to compare
released this 14 Dec 12:47

Release: 1.2.5

Enhancements

Broker

  • Configure raft timeouts and failure detection parameters (#6320)

Bug Fixes

Broker

  • When the creation of snapshots fails, the (internal) set of pending requests is not updated properly (#8212)
  • StreamProcessors are kept alive (#8044)
  • Do not fail snapshotting when exporter position is -1 (#7978)
  • Transition to follower fails because Segment not open (#7962)
  • Readers are not closed (#7767)

Misc

  • Query API request data is corrupted (#8269)
  • UserTaskForm should have a default unique id (#8153)

Merged Pull Requests

  • [Backport stable/1.2] Fixes SNYK-JAVA-COMGOOGLECODEGSON-1730327 (#8300)
  • [Backport stable/1.2] fix(journal): prevent concurrent delete and reader creation (#8294)
  • fix(journal): prevent concurrent delete and reader creation (#8293)
  • [Backport stable/1.2] Fix data race between AtomixServerTransport and RequestHandlers (#8277)
  • Fix data race between AtomixServerTransport and RequestHandlers (#8272)
  • Introduce a general ApiRequestHandler for CommandApi and QueryApi (#8257)
  • [Backport stable/1.2] fix(broker): use user provided configuration when building raft partition (#8246)
  • fix(broker): use user provided configuration when building raft partition (#8245)
  • [Backport stable/1.2] fix(snapshot): create snapshot exporter position is -1 (#8239)
  • [Backport stable/1.2] fix(snapshot): take snapshot after pending snapshot is added (#8232)
  • [Backport stable/1.2] fix(snapshot): purge transient snapshots when newer snapshot exists (#8221)
  • fix(snapshot): take snapshot after pending snapshot is added (#8219)
  • [Backport stable/1.2] Fixes flakiness with the ElasticsearchExporter integration tests (#8203)
  • [Backport stable/1.2] Fixes MessageCorrelationTest#shouldCorrelateMessageAgainAfterRejection flakiness (#8199)
  • [Backport stable/1.2] Verify behavior for concurrently modified input collection of parallel multi instance (#8197)
  • Fixes flakiness with the ElasticsearchExporter integration tests (#8194)
  • [Backport stable/1.2] Require google-java-format plugin in IntelliJ-IDEA (#8193)
  • Fixes MessageCorrelationTest#shouldCorrelateMessageAgainAfterRejection flakiness (#8189)
  • Require google-java-format plugin in IntelliJ-IDEA (#8188)
  • [Backport stable/1.2] Add id attribute for userTaskForm (#8183)
  • fix(snapshot): create snapshot exporter position is -1 (#8176)
  • Verify behavior for concurrently modified input collection of parallel multi instance (#8163)
  • Release 1.2.4 (#8162)
  • [Backport stable/1.2] Close journal readers to remove references to compacted segments (#8157)
  • Add id attribute for userTaskForm (#8154)
  • 8148 add property for zeebedb (#8150)
  • Close journal readers to remove references to compacted segments (#8124)
  • [1.2] Prevent multiple stream processors (#8059)
  • Restrict IntelliJ-IDEA code style through version control (#8033)
  • Expose raft failure timeouts in configuration (#7406)