Releases: openedx/edx-proctoring
Releases · openedx/edx-proctoring
4.0.1: Bug fix for onboarding reset status on instructor dashboard panel
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
BREAKING CHANGES:
- BREAKING CHANGE: Upgraded dependency pyjwt[crypto] to 2.1.0, which introduces its own breaking changes that may affect consumers of this library. Pay careful attention to the 2.0.0 breaking changes documented in https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0.
3.24.6: Python Requirements Update (#959)
* 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
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
Merge pull request #955 from edx/alangsto/fix_handlers fix: signal handlers not being properly connected
Verified name enabled flag from name affirmation
3.24.2: Handle failed emails
3.24.1: Exam attempt registration bug fix
Merge pull request #951 from edx/alangsto/fix_registration fix: add email back for exam registration
3.24.0: Send signal upon updates to exam attempt
Merge pull request #938 from edx/alangsto/add_signal_emitters_for_nam…
3.23.9: Revert "feat: use verified name in exam attempt creation"
This reverts commit 752b88e11bc613063d2647292fb2747eec085785.