Skip to content

Zeebe Hazelcast Exporter 1.0.0

Compare
Choose a tag to compare
@saig0 saig0 released this 12 May 14:20

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 exporter and the connector. In the exporter, the records are updated to the new Zeebe version. In the connector, some methods are renamed to align with the new Zeebe version.

Changelog

  • feat(connector): listen to new records (#109)
    • addProcessListener() - a new process is deployed
    • addDeploymentDistributionListener() - a deployment is distributed to other partitions
    • addProcessEventListener() - an event in a process instance is triggered
  • chore(connector): rename listener methods to align with new Zeebe version (#109)
    • rename addWorkflowInstanceListener() to addProcessInstanceListener()
    • rename addWorkflowInstanceSubscriptionListener() to addProcessMessageSubscriptionListener()
    • rename addWorkflowInstanceCreationListener() to addProcessInstanceCreationListener()
    • remove addWorkflowInstanceResultListener() because this record is never exported (i.e. written to the log stream)
  • chore(connector): remove outdated c-sharp connector (#104)
  • build(deps): bump zeebe from 0.24.4 to 1.0.0 (#109)
  • build(deps): bump hazelcast from 4.0.3 to 4.2