Skip to content

Releases: openedx/openedx-events

v3.1.0: feat: Configurable loading of event bus producer (#85)

22 Nov 17:32
2959be7
Compare
Choose a tag to compare

v3.0.1

31 Oct 20:19
c1c24c7
Compare
Choose a tag to compare

What's Changed

  • docs: Clean up EventBus TODO markers by @timmc-edx in #134
  • fix: use None instead of null as default value for optional fields by @rgraber in #138

Full Changelog: v3.0.0...v3.0.1

v3.0.0

20 Oct 14:18
d2f4261
Compare
Choose a tag to compare

What's Changed

  • fix: Increase unit test coverage (string_schema, format_responses) by @timmc-edx in #132
  • feat!: remove effort field from CourseCatalogData by @rgraber in #131

Full Changelog: v2.0.0...v3.0.0

v2.0.0: feat!: Remove subscription license signal and data (#129)

18 Oct 20:44
f019a43
Compare
Choose a tag to compare

Breaking change: Removed signal SUBSCRIPTION_LICENSE_MODIFIED and corresponding data class SubscriptionLicenseData. This should only affect experimental event-bus code (which should also have been deleted by now).

v1.0.0

27 Sep 18:45
7620775
Compare
Choose a tag to compare
  • Breaking Change: Update Django dependency from 2.2 to 3.2 (unconstrain)
  • Bump version to 1.x to acknowledge that this is in use in production

v0.14.0

21 Sep 19:07
f28018c
Compare
Choose a tag to compare

What's Changed

  • feat: remove unused short_description field on CourseCatalogData by @rgraber in #122

Full Changelog: v0.13.0...v0.14.0

v0.13.0

20 Sep 14:17
8e39405
Compare
Choose a tag to compare

What's Changed

New features

  • New PERSISTENT_GRADE_SUMMARY signal by @DeimerM in #99

Fixes

Maintainance tasks

New Contributors

Full Changelog: v0.12.0...v0.13.0

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