Skip to content

Releases: deveel/deveel.events

v0.4.0 - RabbitMQ

21 Sep 21:22
Compare
Choose a tag to compare

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

19 Sep 19:56
Compare
Choose a tag to compare

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