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
Throw IndexError when using negative indexes on PaginatedList objects (Thanks, @UniversalSuperBox)
Assignment.overrides now returns a list of AssignmentOverride objects.
Deprecation Warnings
CanvasObject.attributes is now deprecated and will be removed in a future version.
CanvasObject.to_json() is now deprecated and will be removed in a future version. To view the original attributes sent by Canvas, enable logs from the requests library.
Bugfixes
Fixed an issue where util.clean_headers() would throw a ValueError if a user accidentally included a space in their API token. (Thanks, @keeeeeegan)
Fixed an issue where QuizSubmission objects sometimes wouldn't have a course_id, making some methods unusable. (Thanks, @bennettscience)
Fixed an issue where get_user() did not accept arbitrary keyword arguments (Thanks, @eriktews)
Fixed an issue where an import was triggering a DeprecationWarning (Thanks, @Screeeech)
Fixed an issue where a GroupedSubmission wasn't saving the submissions attribute properly