Skip to content

Releases: openedx/edx-proctoring

4.1.1: Fix video url bug

05 Oct 18:13
9030ddc
Compare
Choose a tag to compare
Merge pull request #973 from edx/alangsto/redact_video_url

fix: redact video url from raw data

4.1.0: Capture video link from PSI and encrypt before storing

05 Oct 12:48
5111e46
Compare
Choose a tag to compare
Merge pull request #969 from edx/alangsto/capture_video_review_link

feat: store encrypted video url from PSI

4.0.4: Replace jsonfield2 with jsonfield

05 Oct 11:12
fce9d3f
Compare
Choose a tag to compare
  • Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.

4.0.3

30 Sep 17:25
Compare
Choose a tag to compare
chore: python package upgrades (incl. pylint) and style changes

JIRA:MST-1061

4.0.2

28 Sep 18:14
Compare
Choose a tag to compare
chore: fix pylint errors in some prod files for string formatting

JIRA:MST-1061

4.0.1: Bug fix for onboarding reset status on instructor dashboard panel

21 Sep 18:02
24af502
Compare
Choose a tag to compare
Merge pull request #963 from edx/alangsto/fix_onboarding_reset_order

fix: if multiple attempts for a user exist, return attempt with non-reset status if possible

Upgrade pyjwt to version 2.1.0

16 Sep 13:48
4487344
Compare
Choose a tag to compare

BREAKING CHANGES:

3.24.6: Python Requirements Update (#959)

09 Sep 20:26
d75a8f6
Compare
Choose a tag to compare
* Updating Python Requirements

* remove unicode string

* update documents

* add encoding info on file read

* update linting for superfluous-parens

* version bump

* update change log

Co-authored-by: Leangseu Kim <[email protected]>

3.24.5: Add management command to update attempt status based on review

03 Sep 14:08
b2819b8
Compare
Choose a tag to compare
Merge pull request #956 from edx/alangsto/review_status_update_command

feat: management command for triggering a status update to exam attempt

Fix signal handler connection

02 Sep 18:25
2f5945f
Compare
Choose a tag to compare
Merge pull request #955 from edx/alangsto/fix_handlers

fix: signal handlers not being properly connected