Skip to content

1.12.0

Compare
Choose a tag to compare
@dmitry-viskov dmitry-viskov released this 10 Sep 22:30
· 7 commits to master since this release
  • New AssignmentsGradesService methods find_lineitem_by_resource_id(ln_resource_id) / find_lineitem_by_resource_link_id(resource_link_id) were added
  • New AssignmentsGradesService methods to check different permissions: can_read_lineitem , can_create_lineitem, can_read_grades, can_put_grade
  • Existing AssignmentsGradesService.put_grade / AssignmentsGradesService.get_grades methods now won't try to create new lineitem automatically
  • Custom requests.Session could be passed as an argument during message launch
  • https://purl.imsglobal.org/spec/lti/claim/roles array from JSON can be empty now
  • Icon URL is supported in the deep linking response
  • Library can read JWT algorithm from the key (this ensures algorithms like RS512 are usable)
  • New optional param resource_link_id in the NamesRolesProvisioningService.get_members method signature