Skip to content

0.13.0 - 2019-07-08

Compare
Choose a tag to compare
@Thetwam Thetwam released this 08 Jul 19:36
· 362 commits to develop since this release
v0.13.0
a7d8ba6

New Endpoint Coverage

General

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)