Skip to content

Releases: Mendes11/django_events_sourcing

V0.8.0

22 Nov 21:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V0.7.1...V0.8.0

V0.7.1

24 Sep 22:07
fde1b9e
Compare
Choose a tag to compare

Adjustments to try to fix some disconnection errors when dispatching a message

V0.7.0

22 Sep 21:12
a03a7a5
Compare
Choose a tag to compare

Changed the dispatcher to Kombu producer instead of relying on Nameko.

The exchange/routing key scheme is compatible with Nameko's event_handler and therefore no modifications are needed

New AMQP_URI setting is expected to be present at settings.py.

If it is not present, we fall back to search for the old NAMEKO_CONFIG dict

V0.6

08 Feb 19:56
5ecd2df
Compare
Choose a tag to compare

Added hability to have a custom prefix for the event_name, instead of the Model class name slugified.