Releases: openedx/edx-proctoring
Releases · openedx/edx-proctoring
4.10.3
4.10.2
4.10.1
Remove IDV as prerequisite
Merge pull request #1036 from openedx/alangsto/remove_idv_references feat: remove IDV references from proctoring
v4.9.0
What's Changed
- test: old github link in npm requirements for tests by @matthugs in #1019
- chore(i18n): update translations by @edx-transifex-bot in #1016
- Python Requirements Update by @edx-requirements-bot in #1020
- Post Django32 Cleanup by @aht007 in #1021
New Contributors
Full Changelog: 4.8.4...v4.9.0
Proper handling to review callback on Non-proctored exam attempts
Sometimes, Verificient would send attempt reviewed status back to edX, but the exam associated with the attempts would be updated to be no longer a proctored exam. In this case, the review callback endpoint on edX would return 500 errors. This is not desired. Instead, we should log and return 200 to acknowledge we have received the event.