* Use proper externalId types XAPI and CALIPER instead of LTI * Make user identifier in xAPI events configurable * Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is deprecated * Make id of xAPI statements idempotent
5.2.2
~~~~~~~
* Rename toggle_warnings to toggle_warning for consistency with setting_warning. * Added session id to all events * add support for video interaction events. * Replaced eventVersion with transformerVersion to include semantic version of event-routing-backend package.
5.2.1
~~~~~~~
* Added `video_complete` event to xAPI backend and fixed broken links in documentation
5.2.0
~~~~~~~
* Added Support for Django4 and used djfernet instead of django-fernet-fields * Removed Django22, 30 and 31 support * Constrained "click" to 7.1.2 as edx-celeryutils constraints the version to this package
4.1.1
~~~~~~~
* Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.