Releases: openedx/edx-ora2
Releases · openedx/edx-ora2
flex peer grading automation logging enhancements
Minor enhancements adding more context to log events and stack trace to error events
fix: using get_course for course lookup in modulestore
5.5.3 fix: using get_course for course lookup in modulestore (#2064)
fix: Replaced UsageKey with CourseKey for the course lookup
fix: Replaced UsageKey with CourseKey for the course lookup (#2062) * fix: replaced UsageKey with CourseKey for the course lookup
v5.5.1
What's Changed
- [Django 4.2]: Migrations from Django 4.2 by @irtazaakram in #2058
Full Changelog: v5.5.0...v5.5.1
v5.5.0 API to perform ORA Workflows batch update
Provides API to asynchronously update ORA workflows for different scopes: all submissions, course submissions, ORA submissions, single submissions.
v5.4.1
Added support for Django 4.2
v5.4.0: Backend data / UI refactors
What's Changed
- Backend data / UI refactors by @nsprenkle and @muselesscreator in #2050
Full Changelog: v5.3.0...v5.4.0
v5.3.0: Date Config Type
Adds the full release of the date config field and feature, which allows ORAs to be set to match due dates to subsection or course end dates.
v5.2.5: chore: add studio ui for date config type (#2030)
* chore: add studio ui for date config type * chore: update tests
v5.2.4: Submission button will always enable (#1993)
* chore: make upload files button always enable and validate before upload * chore: submit button will not disable and validate before submit instead * chore: build static * chore: linting * test: update tests * chore: update translations * chore: translation * chore: make sure empty response doesn't get send and update tests * chore: update translations * chore: version bump