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
Terminate all user sessions (Thanks, @lucas-salas)
General
Updated Codecov action to v3
Bugfixes
Fixed an issue where kwargs were not passed along to Canvas in Course.get_module(). (Thanks, @bennettscience)
Fixed an issue where not all functions allowed arbitrary keyword arguments. Added a test to detect and prevent this for the future.
Fixed an issue with Course.get_enabled_features() where it would throw an error trying to paginate. It now returns a list of strings directly. (Thanks, @bennettscience)
Added missing docs for AssignmentOverride. (Thanks, @lafent)
Fixed a typo in Canvas.create_calendar_event() where an error message improperly listed the missing key as 'context_codes' instead of 'context_code'. (Thanks, @dmols and @mikesuhan)