Skip to content

Releases: camunda-community-hub/zeebe-redis-exporter

Version 1.0.1

23 Oct 06:42
Compare
Choose a tag to compare

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

13 May 07:28
Compare
Choose a tag to compare

New features:

  • Support UserTask, Form, Escalation and other Camunda 8.5 events
  • Based on zeebe-exporter-protobuf 1.6.1

⚠️ Compatible with Camunda 8.5+.

Version 0.9.11

29 Feb 12:36
Compare
Choose a tag to compare

New features:

  • [connector-csharp] published basic version of a C# Zeebe Redis Connector

Version 0.9.10

14 Feb 16:06
Compare
Choose a tag to compare

New features:

  • Basic support for Redis clusters.

Version 0.9.9

24 Nov 12:37
Compare
Choose a tag to compare

New features:

  • [exporter] improved resilience through auto reconnect in case Redis is not available at startup

Version 0.9.8

06 Oct 09:45
Compare
Choose a tag to compare

New features:

  • [exporter] #56 introduce command batching thus increasing throughput

Version 0.9.7

14 Aug 15:06
Compare
Choose a tag to compare

Fixes:

  • [exporter] #47 "Logging connection string could leak credentials of the redis connection"

Version 0.9.6

19 Apr 08:09
Compare
Choose a tag to compare

New features:

  • [connector] option to fine tune message read performance by setting XREAD count and blocking time.

Version 0.9.5

30 Mar 14:33
Compare
Choose a tag to compare

Fixes:

  • [connector]: improved stability

Version 0.9.4

29 Mar 08:06
Compare
Choose a tag to compare

New features:

  • [exporter] synchronization of cleanup between multiple Zeebe nodes so that it only runs once