You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a warning when using a blank CANVAS_URL (Thanks, @gdijkhoffz)
Added Issue and Pull Request Templates
Added CODEOWNERS file
Deprecation Warnings
Quiz.get_all_quiz_submissions is now deprecated. Use Quiz.get_submissions instead.
Bugfixes
Fixed an issue where creating an external tool did not properly send parameters to Canvas. (Thanks, @altgilbers)
Fixed an issue where getting Quiz Submissions would only return up to the first 10 results (Thanks,@Mike-Nahmias)
Fixed an issue where unhandled 4XX and 5XX HTTP errors would cause a JSONDecodeError
Removed a limitation where the parameter grouped being passed to get_multiple_submissions would be ignored. These methods now return a GroupedSubmission object containing multiple Submission objects, instead of ignoring. (Thanks, @bennettscience)