Skip to content

Releases: open-craft/openedx-completion-aggregator

[BB-2271] Convert course_key to string for mark_all_stale.delay (#68)

16 Apr 23:34
8281471
Compare
Choose a tag to compare
2.0.1

[BB-2271] Convert course_key to string for mark_all_stale.delay (#68)

1.5.25

03 Mar 09:33
596520c
Compare
Choose a tag to compare
Pinned edx-celeryutil function (#64)

Compatibility with Ironwood

10 Dec 15:09
Compare
Choose a tag to compare

Breaks compatibility with previous versions.

1.5.24

18 Nov 20:45
Compare
Choose a tag to compare
YONK-1515 Updated edx-completion max version to 2.0.0 (#60)

Update dependencies

21 Mar 17:19
c930b66
Compare
Choose a tag to compare

This notably includes updating edx-completion to use version 1.x from 0.x, and adds some flexibility in the importing of edx-drf-extensions. to allow use of the 1.x and 2.x release lines.

1.5.22

19 Mar 15:25
af1151d
Compare
Choose a tag to compare
Merge pull request #57 from open-craft/cliff/resolve-completion-witho…

1.5.21

19 Feb 21:11
dbb86fb
Compare
Choose a tag to compare
Merge pull request #53 from open-craft/cliff/bb-941-fix-key-error-on-…

Reduce memory footprint of cache entries

22 Jan 02:18
a917fb1
Compare
Choose a tag to compare
1.5.20

YONK-1302: Reduce memory footprint of cache entries. (#52)

1.5.19

16 Jan 20:43
e306c85
Compare
Choose a tag to compare
  • Handle unknown block types in AggregatorUpdater by treating them as excluded from aggregation.

1.5.18: Add POST support for fetching course module completion list

01 Jan 13:32
eb8aee2
Compare
Choose a tag to compare

Add support for fetching course completions using POST and sending parameters via request body.

This is needed because we use Gunicorn to serve LMS and it has a default request-line limit of 4096 bytes, which caused issues when filtering for a large number of user ids.

More info:
http://docs.gunicorn.org/en/stable/settings.html#limit-request-line