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
Delete an Admin from an Account (Thanks, @shaneros)
General
Added support for Python 3.10
Smart DateTimes now support any ISO 8601 format, including time offsets. (Thanks, @kailukaitisBrendan)
Bugfixes
Fixed an issue where kwargs were not passed along to Canvas in User.get_profile(). (Thanks, @breed)
Breaking Changes
Dropped support for Python 3.6
Update QuizSubmission.get_submission_events to return a PaginatedList. (Thanks, @stevenbell)
Update Course.get_course_level_student_summary_data to return a PaginatedList of CourseStudentSummary items instead of a dictionary. (Thanks, @craigdsthompson)
Update Course.get_outcome_results to return a PaginatedList of OutcomeResult items instead of a dictionary. (Thanks, @bennettscience)
Remove unnecessary id parameter from delete, reorder_question_group, and update methods in QuizGroup class. (Thanks, @kailukaitisBrendan)
Update Submission to return attachments as File objects instead of dictionaries. (Thanks, @laitingsheng)