Skip to content

Releases: open-craft/openedx-completion-aggregator

v4.2.0

21 Jun 00:45
2dfb6e2
Compare
Choose a tag to compare

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

20 Jun 05:53
27d448a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.3...v4.1.0

v4.0.3

24 Oct 21:19
5311e73
Compare
Choose a tag to compare

What's Changed

As a part of #167, we:

  • Replaced xblockutils.* imports with xblock.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

03 Mar 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

14 Jul 13:12
07b036c
Compare
Choose a tag to compare

What's Changed

  • [BB-6087] feat: exclude StartDateTransformer usage from init_course_blocks by @0x29a in #108

New Contributors

Full Changelog: v4.0.0...v4.0.1

Maple support

17 Jun 14:17
Compare
Choose a tag to compare
  • 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

26 Nov 14:28
Compare
Choose a tag to compare
fix: replace deprecated import [BB-4704]

Importing student instead of common.djangoapps.student is deprecated in Lilac.

Koa support

30 Apr 15:30
Compare
Choose a tag to compare

This upgrades the Python version to 3.8 and bumps constraints to run tests with the dependencies that are used with Koa.

3.0.3

24 Feb 12:53
9639371
Compare
Choose a tag to compare

Fixes issue with modified and last_modified dates not being updated automatically.

3.0.2

19 Feb 11:34
a4c46ff
Compare
Choose a tag to compare

Fixes a version check for Django