Skip to content

Releases: oxctl/canvas-api

1.6.5

27 Feb 08:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4 More complete Role object.

10 Nov 10:52
Compare
Choose a tag to compare

What's Changed

  • Add workflow_state and is_account_role fields by @buckett in #64

Full Changelog: 1.6.3...1.6.4

1.6.0 Improve Submission/Assignments

22 Apr 07:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.6...1.6.0

1.5.6

05 Oct 11:31
Compare
Choose a tag to compare

What's Changed

  • Upgrade the Guava version to 30.1-jre by @buckett in #33
  • SIS Import: Support errorsAttachment objects to download SIS import f… by @mpellicer in #37
  • Users: Ability to merge user accounts. by @mpellicer in #36
  • SIS Import Errors Attachment: CanvasField and CanvasObject annotation… by @mpellicer in #38
  • SIS Import Options: Support clear_sis_stickiness option. by @mpellicer in #39
  • Add support for migrations by URL by @buckett in #40
  • Bump httpclient from 4.5.2 to 4.5.13 by @dependabot in #34

Full Changelog: 1.5.4...1.5.6

The 1.5.5 release was never fully released and hence the jump from 1.5.4 to 1.5.6.

Fix for non ISO-8859-1 characters

20 Apr 08:01
Compare
Choose a tag to compare

This release just fixes the bug where form requests (some of the API calls) would only work with ISO-8859-1 characters. We now use UTF-8 for these requests which should allow all characters to work.

Support provider ID on users

12 Feb 08:15
Compare
Choose a tag to compare

When creating a user you can now set the provider ID to be used for the user.
Also better support for user creation errors.

Added Communication Channel API

14 Jan 15:30
Compare
Choose a tag to compare

This release adds support for getting & setting a user's communication channels.

It also allows you to get the confirmation URL when creating a user.

1.5.0

05 Jan 11:25
Compare
Choose a tag to compare

This release introduces a breaking change in the user object, the ID is now a long instead of an int as in some cases (where canvas instances have users from more than one instance) the user ID can end up being larger than int.

Also in this release is support for the createdAt field of the user object.

1.3.0 Added SIS Imports

15 May 12:48
Compare
Choose a tag to compare

This release adds support for creating SIS Imports and getting the status of them.