Releases: Eventuous/eventuous
Releases · Eventuous/eventuous
0.10.0
0.9.1
- 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
What's Changed
- New Mongo projection API by @alexeyzimarev in #102
- Support for PostgreSQL (store, subs) by @alexeyzimarev in #104
- Bug fixes
Full Changelog: 0.8.4...0.9.0
0.8.4
- Added the checkpoint store flush on timeout when the batching is enabled
Full Changelog: 0.8.3...0.8.4
0.8.3
Set the concurrency limit correctly when it can be done
0.8.2
Fixed the issue with potential out of order event processing because of the wrong filter.
0.8.1
- Bug fixes
Full Changelog: 0.8.0...0.8.1
0.8.0
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
What's Changed
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- Fix the event store tracing by @alexeyzimarev in #76
- Possibility to directly provide the stream name by @alexeyzimarev in #78
- Refactor stream name mapping by @alexeyzimarev in #79
- Archive store support with Elastic store by @alexeyzimarev in #80
Full Changelog: 0.6.3...0.7.0