Releases: deveel/deveel.events
Releases · deveel/deveel.events
v0.4.0 - RabbitMQ
This release includes the first implementation for publishing events to a RabbitMQ channel.
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0 - Stable
This release provides the foundations of the library, including the following features:
- CloudEvents based event structure
- Publisher pattern to broadcast events to multiple channels
- Reflection-based event builder - uses annotations to generate events from the event data classes
- Event Schema to validate the structure, metadata and contents of an event
- Reflection-based schema builder - uses annotations to generate schemata of the events
- Azure ServiceBus Publisher