Releases: openedx/openedx-events
Releases · openedx/openedx-events
v8.0.1
What's Changed
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #213
- build(deps): bump actions/setup-python from 2 to 4 by @dependabot in #214
- Python Requirements Update by @edx-requirements-bot in #228
- fix: use correct subdomain in event_type of XBLOCK_SKILL_VERIFIED by @rgraber in #229
New Contributors
- @dependabot made their first contribution in #213
Full Changelog: v8.0.0...v8.0.1
v8.0.0
v7.3.0
v7.2.0
What's Changed
- Adding dependabot as part of the maintainers protocol by @felipemontoya in #207
- feat: add namespace to schemas by @rgraber in #212
Full Changelog: v7.1.0...v7.2.0
[7.1.0] - 2023-05-03
Added
- Configurable loader for consumer side of Event Bus in
openedx_events.event_bus
. - Added management command to load configured consumer and start worker.
Changed
- Switch from
edx-sphinx-theme
tosphinx-book-theme
since the former is deprecated. See https://github.com/openedx/edx-sphinx-theme/issues/184 for more details.
v7.0.0
What's Changed
- Update standard workflow files. by @feanil in #186
- docs: use new standard Open edX for documentation by @mariajgrimaldi in #169
- Python Requirements Update by @edx-requirements-bot in #190
- refactor!: move serializer and deserializer utility methods out of tests by @navinkarkera in #189
Full Changelog: v6.0.0...v7.0.0
v6.0.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #185
- refactor!: move load_all_events to more visible location by @rgraber in #187
Full Changelog: v5.1.0...v6.0.0
v5.1.0
What's Changed
- test: Automatically discover new signals.py files in tests by @timmc-edx in #181
- Python Requirements Update by @edx-requirements-bot in #182
- Python Requirements Update by @edx-requirements-bot in #183
- docs: Include new cert signals in changelog by @timmc-edx in #180
- feat: xblock skill verification event by @navinkarkera in #165
Full Changelog: v5.0.0...v5.1.0
v5.0.0
Changed:
- Breaking change:
send_event_with_custom_metadata
changes to accept a single EventsMetadata object rather than all of the fields that go into one. This only directly affects event bus consumer libraries.
Added:
- Added
COURSE_CERTIFICATE_CONFIG_CHANGED
andCOURSE_CERTIFICATE_CONFIG_DELETED
signals for when a course's certificate configuration is updated or deleted
v4.2.0
What's Changed
- feat: updated event signal metadata time by @robrap in #168
- fix: make minorversion actually optional by @robrap in #172
- Python Requirements Update by @edx-requirements-bot in #173
- feat: add send_event_with_custom_metadata by @robrap in #175
Full Changelog: v4.1.1...v4.2.0