Bug Fixes
POST /dispatch/destinations(CreateDestinations) - Fixed an issue whereCreateDestinationscalls with invalid LTI 1.3 data would still create a destination despite returning a400 Bad Requeststatus.GET /dispatch/dispatches/{dispatchId}/lti13(GetLti13Dispatch) - Fixed an issue where attempting to get a non-existent dispatch ID would return a500 Internal Server Error. This will now appropriately return a404 Not Foundstatus.- Fixed an issue affecting some cmi5 launches when
xAPI strict conformancewas turned on resulting in the error:"Could not initialize class com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder"