Releases: open-craft/openedx-completion-aggregator
Releases · open-craft/openedx-completion-aggregator
[BB-2271] Convert course_key to string for mark_all_stale.delay (#68)
2.0.1 [BB-2271] Convert course_key to string for mark_all_stale.delay (#68)
1.5.25
Compatibility with Ironwood
Breaks compatibility with previous versions.
1.5.24
Update dependencies
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
1.5.21
Reduce memory footprint of cache entries
1.5.20 YONK-1302: Reduce memory footprint of cache entries. (#52)
1.5.19
1.5.18: Add POST support for fetching course module completion list
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