- Date and time of enrolment creation to the Get CourseEnrollment endpoint.
4.16.2
Changed
- Avoid failure when getting first_name from OIDC user details.
4.16.1
Changed
- OIDC get_user_details method truncates user's first_name when exceeds max_length.
4.16.0
Added
- Add new middleware to catch unhandled exceptions during the third party authentication. - Add save_all_parameters argument to the eox-audit-model decorator for the Users API. - Add filter_data list to the eox-audit-model decorator for the Enrollments API.
4.15.1
Changed
- Add force flag to post method of enrollments api - Update serializers used by enrollments api
4.15.0
Changed
- Wrap course edxapp imports with try-except block.