Skip to content

Releases: schwartzpub/canvas_parent_api

v0.0.12

11 Sep 19:26
Compare
Choose a tag to compare

This release adds automatic pagination of requests.

Batches of 50 submissions and assignments are returned, if more exist it will automatically pull each additional page of returns and combine them into a single response.

v0.0.11

09 Sep 00:59
Compare
Choose a tag to compare

This release adds Submissions, error handling, and cleans up the code to be more concise.

v0.0.2

30 Aug 11:23
Compare
Choose a tag to compare

This release fixes a number of bugs and removes some errant test logging.

Bugs:

  • _observation_link_root_account definition mapping incorrect in observee.py
  • grader_comments_visible_to_graders definition incorrect in base.py

v0.0.1

29 Aug 18:13
Compare
Choose a tag to compare

Initial working release of the async Canvas Parent API client.