Skip to content

Releases: Eventuous/eventuous

0.10.0

17 Jul 16:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.10.0

0.9.1

24 Jun 11:33
0538e08
Compare
Choose a tag to compare
  • Added support for measured checkpoint store for subscription-specific stores (UseCheckpointStore)
  • Fixed the diagnostic listener registration for the logging module
  • Fixed the bug when combining the tags crashed with "Index out of range" exception

0.9.0

15 Jun 09:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.4...0.9.0

0.8.4

13 Jun 09:34
Compare
Choose a tag to compare
  • Added the checkpoint store flush on timeout when the batching is enabled

Full Changelog: 0.8.3...0.8.4

0.8.3

11 May 17:47
Compare
Choose a tag to compare

Set the concurrency limit correctly when it can be done

0.8.2

11 May 16:01
Compare
Choose a tag to compare

Fixed the issue with potential out of order event processing because of the wrong filter.

0.8.1

08 May 20:31
Compare
Choose a tag to compare
  • Bug fixes

Full Changelog: 0.8.0...0.8.1

0.8.0

08 May 20:30
3aa97da
Compare
Choose a tag to compare

What's Changed

  • Expose the partition key in the consume context, so it can be passed to, for example, a gateway producer
  • Made the gateway able to produce more than one message when receiving one message (allows integration events with versioning), #89
  • Fixed the tracing producer that broke the produced message (only with optional props)
  • Added OnAck and OnNack to ProducedMessage for delayed acknowledgement in gateways
  • Added the basic Kafka producer that doesn't use schema registry, using string as the partition key and byte[] as the payload. The message type is passed in the headers. #43
  • Fixed the HttpCommand discovery issue introduced in 0.7.1

Full Changelog: 0.7.1...0.8.0

0.7.1

21 Apr 11:05
2f0415a
Compare
Choose a tag to compare

0.7.0

13 Apr 07:55
f1ccb41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.7.0