Zeebe Hazelcast Exporter 1.0.0
Notes
π This version is compatible with Zeebe 1.0.0
and further 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 deployedaddDeploymentDistributionListener()
- a deployment is distributed to other partitionsaddProcessEventListener()
- an event in a process instance is triggered
- chore(connector): rename listener methods to align with new Zeebe version (#109)
- rename
addWorkflowInstanceListener()
toaddProcessInstanceListener()
- rename
addWorkflowInstanceSubscriptionListener()
toaddProcessMessageSubscriptionListener()
- rename
addWorkflowInstanceCreationListener()
toaddProcessInstanceCreationListener()
- remove
addWorkflowInstanceResultListener()
because this record is never exported (i.e. written to the log stream)
- rename
- chore(connector): remove outdated c-sharp connector (#104)
- build(deps): bump
zeebe
from0.24.4
to1.0.0
(#109) - build(deps): bump
hazelcast
from4.0.3
to4.2