******************** Fixed ===== * Include ``message_id`` in audit log when message is produced (was ``None``)
3.9.2
******************** Fixed ===== * Added documentation to all Django settings used in consumer and producer
3.9.1
******************** There was no version 3.9.0, due to a release issue. (Ignore any ``v3.9.0`` tag.)
Added ===== * Added logging of successful message production, consumption, and processing (not just errors)
3.8.1
******************** Changed ======= * Require and use openedx-events 5.0.0, which has a breaking API change that affects event bus consumers.
3.8.0
******************** Added ===== * Producer now passes all metadata fields as headers * Consumer emits events with the original metadata information (from the producer)
3.7.1
******************** Fixed ===== * Consumer management command exits with useful error message if confluent-kafka library not available.