Added ~~~~~ * Added missing field for event COURSE_DISCUSSIONS_CHANGED
0.8.0
-------------------- Added ~~~~~ * Added COURSE_DISCUSSIONS_CHANGED for discussion event
Changed ~~~~~~~ * Changed openedx_events/enterprise/LicenseLifecycle class to openedx_events/enterprise/SubscriptionLicenseData * Changed LicenseCreated signal class to SUBSCRIPTION_LICENSE_MODIFIED signal class
0.7.1
-------------------- Added ~~~~~ * Added data definition for enterprise/LicenseLifecycle * Added LicenseCreated signal definition
0.7.0
-------------------- Added ~~~~~ * Added AvroAttrsBridge class to convert between avro standard and attrs classes
0.6.0
-------------------- Added ~~~~~ * Add custom formatting class for events responses. * Add a way to use send method instead of send_robust while testing.
Changed ~~~~~~~ * Remove unnecessary InstantiationError exception. * Default is send_robust instead of send unless specified otherwise.
0.5.1
-------------------- Changed ~~~~~~~ * Remove TestCase inheritance from OpenEdxTestMixin.