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