Skip to content

Zeebe Exporter Protobuf 1.0.0

Compare
Choose a tag to compare
@saig0 saig0 released this 11 May 12:48
c1baea7

Notes

🚀 This version is compatible with Zeebe 1.0.0 and further versions.

⚠️ This version is not compatible with previous Zeebe versions <= 0.26.x.

🔥 This version breaks the compatibility with previous versions of the library. Some fields of the existing records were renamed to align with the new Zeebe version.

Changelog

  • feat(proto): update proto to zeebe version 1.0.0 (#101)
    • add new messages: DeploymentDistributionRecord, ProcessRecord, ProcessEventRecord
    • add new fields to messages: DeploymentRecord, MessageSubscriptionRecord, MessageStartEventSubscriptionRecord, ProcessMessageSubscriptionRecord
  • build(deps): bump zeebe from 0.26.1 to 1.0.0
  • build(deps): bump protobuf from 3.11.3 to 3.15.6