Releases: camunda-community-hub/zeebe-redis-exporter
Releases · camunda-community-hub/zeebe-redis-exporter
Version 1.0.1
Maintenance release with updated dependencies.
- Java Connector now requires JDK 17 or later
- Tested against Zeebe 8.6.3
- Exporter and Java Connector use Lettuce 6.4.0
- C# Connector uses StackExchange.Redis 2.8.16
Version 1.0.0
New features:
- Support UserTask, Form, Escalation and other Camunda 8.5 events
- Based on
zeebe-exporter-protobuf
1.6.1
Version 0.9.11
New features:
- [connector-csharp] published basic version of a C# Zeebe Redis Connector
Version 0.9.10
New features:
- Basic support for Redis clusters.
Version 0.9.9
New features:
- [exporter] improved resilience through auto reconnect in case Redis is not available at startup
Version 0.9.8
New features:
- [exporter] #56 introduce command batching thus increasing throughput
Version 0.9.7
Fixes:
- [exporter] #47 "Logging connection string could leak credentials of the redis connection"
Version 0.9.6
New features:
- [connector] option to fine tune message read performance by setting XREAD count and blocking time.
Version 0.9.5
Fixes:
- [connector]: improved stability
Version 0.9.4
New features:
- [exporter] synchronization of cleanup between multiple Zeebe nodes so that it only runs once