Skip to content

Releases: open-craft/openedx-completion-aggregator

v4.4.0rc1

28 Jan 14:54
b0767dd

Choose a tag to compare

v4.4.0rc1 Pre-release
Pre-release

Full Changelog: v4.3.0...v4.4.0rc1

v4.3.0

28 Jan 14:48
7abc70e

Choose a tag to compare

What's Changed

  • chore: add support for Python 3.11 + 3.12 and Django 4.2 + 5.2 by @Agrendalath in #278

Full Changelog: v4.2.0...v4.3.0

v4.2.0

21 Jun 00:45
2dfb6e2

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

Choose a tag to compare

What's Changed

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

v4.0.3

24 Oct 21:19
5311e73

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

Choose a tag to compare

What's Changed

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

v4.0.1

14 Jul 13:12
07b036c

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
f09b732

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

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

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.