Skip to content

Releases: openedx/completion

3.1.0

18 Feb 17:51
aa3f070
Compare
Choose a tag to compare

Drop Python 2 Support. #76

Release 3.0.3

18 Feb 16:13
fdfa8ca
Compare
Choose a tag to compare
Changed auth class name (#75)

* Changed auth class name

Django 2.0, 2.1, and 2.2 Compatibility

13 Nov 06:44
208f65c
Compare
Choose a tag to compare

Django 2.0, 2.1, and 2.2 Compatibility

Unpin DRF

23 Apr 16:54
5c23806
Compare
Choose a tag to compare

Previously DRF was pinned within this library, preventing upstream dependencies from upgrading DRF. We've lifted that restriction and are testing on all versions of DRF from 3.7 to latest.

1.0.3: Merge pull request #42 from edx/cliff/bb-1060-drf-extensions-backcompat

21 Mar 14:38
d0354be
Compare
Choose a tag to compare

Fix 403 errors for completion batch API

11 Mar 11:29
10997a9
Compare
Choose a tag to compare

Fix the 403 errors that were happening for the completion-batch API for the requests coming from the iOS devices

Updated Authentication classes

23 Oct 09:54
4e703be
Compare
Choose a tag to compare

Updated authentication classes to support inactive users on mobile apps.

Update edx-drf-extensions to >=2.0.0.

16 Oct 20:33
5758c13
Compare
Choose a tag to compare

Update edx-drf-extensions imports. Completion will no longer work with outdated versions of edx-drf-extensions.

Merge pull request #33 from edx/cliff/fix-version-0.1.14

05 Oct 00:55
7f8ee3d
Compare
Choose a tag to compare

Adds submit_completion and submit_group_completion methods on CompletionService.

0.1.12

03 Oct 09:44
d6bd593
Compare
Choose a tag to compare

Added Authentication class to authenticate users from web and mobile