Releases: camunda-community-hub/zeebe-exporter-protobuf
Releases · camunda-community-hub/zeebe-exporter-protobuf
Zeebe Exporter Protobuf 0.11.0
Notes
0.26.x
and previous versions. But it is not compatible with Zeebe 1.0.0
and further versions.
Changelog
- add a generic record message type
- transform a record into a generic Protobuf message that packs any kind of record in it
- it uses the Any message type that contains the type information of the packed record
- it allows to check the record type and unpack it
Zeebe Exporter Protobuf 0.10.0
Changelog
- add
bpmnProcessId
andmessageKey
to subscription records
Zeebe Exporter Protobuf 0.9.0
Changelog
- migrate to Zeebe 0.22.0
- new BPMN element type: CALL_ACTIVITY
- new workflow instance record properties
- new value type: WORKFLOW_INSTANCE_RESULT
- new record for workflow instance result
- migrate to Java 11
Zeebe Exporter Protobuf 0.8.0
Changelog
- migrate to Zeebe 0.21.0-alpha1
- add BPMN element type 'MULTI_INSTANCE_BODY'
Zeebe Exporter Protobuf 0.7.0
Changelog
- set the partition id of the record
- migrated to Zeebe 0.20.0
Zeebe Exporter Protobuf 0.6.0
Changelog
- RecordMetadata:
- change type of ValueType to enum
- change type of RecordType to enum
- DeploymentRecord: rename workflows to deployedWorkflows
- IncidentRecord: add variableScopeKey
- JobRecord: merge JobHeaders into the record
- MessageRecord:
- add workflowKey
- add repetitions
- rename handlerFlowNodeId to targetFlowNodeId
- VariableRecord: add workflowKey
- VariableDocumentRecord:
- change type of updateSemantics to enum
- rename document to variables
- WorkflowInstanceRecord: add bpmnElementType
- removed usage of google.protobuf.Timestamp in favor of int64
Zeebe Exporter Protobuf 0.5.0
Changelog
- upgrade to Zeebe 0.18.0
- add workflow key to IncidentRecord
Breaking Changes
- remove raft related records
- remove raftTerm from RecordMetadata and renumbered remaining fields
Zeebe Exporter Protobuf 0.4.0
Changelog
- migrate to Zeebe 0.17.0
- add workflow instance key to timer record
- new record for workflow instance creation
- new record for variable document
- new record for error