Releases: open-craft/openedx-completion-aggregator
Releases · open-craft/openedx-completion-aggregator
v4.2.0
What's Changed
- feat: adds xApiTransforms for completion aggregator events by @pomegranited in #205
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Python Requirements Update by @opencraft-requirements-bot in #169
- Python Requirements Update by @opencraft-requirements-bot in #171
- Python Requirements Update by @opencraft-requirements-bot in #172
- Python Requirements Update by @opencraft-requirements-bot in #175
- Python Requirements Update by @opencraft-requirements-bot in #176
- Python Requirements Update by @opencraft-requirements-bot in #177
- Python Requirements Update by @opencraft-requirements-bot in #178
- Python Requirements Update by @opencraft-requirements-bot in #180
- Python Requirements Update by @opencraft-requirements-bot in #181
- Python Requirements Update by @opencraft-requirements-bot in #182
- Python Requirements Update by @opencraft-requirements-bot in #183
- Python Requirements Update by @opencraft-requirements-bot in #184
- Python Requirements Update by @opencraft-requirements-bot in #188
- Python Requirements Update by @opencraft-requirements-bot in #189
- Add tracking logs by @pomegranited in #206
Full Changelog: v4.0.3...v4.1.0
v4.0.3
What's Changed
As a part of #167, we:
- Replaced
xblockutils.*
imports withxblock.utils.*
. The old imports are used as a fallback for compatibility with older releases. - Removed
xblockutils
dependency.
Full Changelog: v4.0.2...v4.0.3
Update GitHub actions
What's Changed
- build: update GitHub actions [BB-7150] by @Agrendalath in #132
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Maple support
- Add Maple support.
- Drop support for Python 2.
- Drop support for Django 2.X.
- Replace Travis CI with GitHub Actions.
- Fix docs quality checks.
- Fix pylint quality checks.
- Fix the build & release pipeline.
Lilac support
fix: replace deprecated import [BB-4704] Importing student instead of common.djangoapps.student is deprecated in Lilac.
Koa support
This upgrades the Python version to 3.8 and bumps constraints to run tests with the dependencies that are used with Koa.