Skip to content

Releases: openedx/openedx-events

v0.12.0

16 Aug 19:01
18e7ade
Compare
Choose a tag to compare

Changed:

  • Breaking change: Removed org and number fields from CourseCatalogData (should only affect unreleased event-bus code, though)

v0.11.1

28 Jul 18:08
3cfb09b
Compare
Choose a tag to compare

Fixed:

  • Handle optional (None) values for custom serializers

v0.11.0

25 Jul 19:46
98f99ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

13 Jun 12:06
b42b13a
Compare
Choose a tag to compare

What's Changed

  • fix: need the a by @e0d in #61
  • docs: Fix org name in getting-started instructions by @timmc-edx in #62
  • refactor!: split AvroAttrsBridge into distinct methods by @rgraber in #60

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

23 May 13:56
ad4754f
Compare
Choose a tag to compare

What's Changed

  • build: Add structured Maintainers information by @sarina in #55
  • fix: remove email from subscription license event by @rgraber in #58

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

05 May 14:51
a4c8b94
Compare
Choose a tag to compare

What's Changed

  • feat: handle optional fields in bridge by @rgraber in #54

Full Changelog: v0.8.3...v0.9.0

v0.8.3

26 Apr 18:00
f592c71
Compare
Choose a tag to compare

What's Changed

  • Modify avroattrsbridge to work with signal classes instead by @jinder1s in #41

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

13 Apr 13:17
Compare
Choose a tag to compare
  • Changed openedx_events.learning.data.DiscussionTopicContext to make the group id optional
  • Changed DiscussionTopicContext to add a context attribute

v0.8.1

03 Mar 15:34
Compare
Choose a tag to compare
  • Added missing field for event COURSE_DISCUSSIONS_CHANGED

v0.8.0

25 Feb 18:10
Compare
Choose a tag to compare
  • Added COURSE_DISCUSSIONS_CHANGED for discussion event
  • Changed openedx_events/enterprise/LicenseLifecycle class to openedx_events/enterprise/SubscriptionLicenseData
  • Changed LicenseCreated signal class to SUBSCRIPTION_LICENSE_MODIFIED signal class