Canvas deploys contain code changes that are intended to fix bugs, improve performance, and prepare for new features. These deploys take place every two weeks and can be tested in the beta environment before the production deploy date indicated in the title of this document.
Unless otherwise stated, all features in this deploy are available in the Beta environment on 2026-02-12 and the Production environment on 2026-02-25.
Updated Features
SIS Imports API
Import SIS Data Endpoint [Added on 2026-02-26]
Affected User Roles: Admin
Feature Option Name to Enable | N/A |
|---|
Enable Feature Option Location & Default Status | N/A |
Subaccount Configuration | No |
Account Setting to Enable | SIS Imports |
Permissions | SIS Data - Import |
Affects User Interface | No |
Affected Areas | SIS Imports API |
Summary
The Import SIS Data endpoint is updated to include a new pre_attachment option, allowing admins to upload SIS content directly to Instructure’s file store. This multi-step process mirrors existing content migration workflows and is designed to improve reliability when handling exceptionally large files.
Additionally, the Content-Type change is made in support of the pre_attachment option. The suggested values for ZIP and CSV data are application/zip or text/csv.
Change Benefit
This update increases platform stability and reduces timeout risks by providing a more robust method for high-volume data transfers. Enforcing Content-Type headers ensures better identification and management of integration traffic, aligning with broader API security and governance standards.
Other Updates
Course Settings
Cross-listing Updated to InstUI
Affected Users: Instructors
Affects User Interface | Yes |
|---|
Affected Feature Areas | Course Settings |
Summary
The Cross-list modal is updated to use React and InstUI. Functionality remains unchanged, but there are minor visual updates to improve consistency. These cosmetic changes, such as field styling or borders, do not affect how the modal works.
Change Benefit
This update gives the Cross-list form a cleaner, more consistent look.
Feature Workflow
The Cross-List Section modal displays minor visual updates.
Navigation
Improved Course Navigation Drag-and-Drop
Affected Users: Instructors
Affects User Interface | Yes |
|---|
Affected Feature Areas | Course Settings |
Summary
The course navigation page is updated to the latest coding patterns in React and TypeScript. Changes include:
- Dragged items are highlighted with a blue fill and border instead of gray, consistent with keyboard-based reordering.
- Items can be reordered using the keyboard: select an item, press Space to start moving it, use the Up/Down arrows to reposition, and press Space again to drop it or Esc to cancel.
- While dragging with the keyboard, Tab and Shift+Tab do not change the selection. Only one item can be moved at a time, so this does not affect functionality.
Change Benefit
This update improves visual clarity and keyboard accessibility, making it easier and more predictable to reorder items and manage course navigation efficiently.
Feature Workflow
In the Course Navigation tab, dragged items are highlighted with a blue fill and border.
Change Log
Date | Description |
|---|
2026-03-02 | Updated SIS Imports API- Import SIS Data Endpoint - Removed text- The previously documented requirement to set an appropriate Content-Type header when posting SIS content as the raw request body is now enforced. Sending ZIP or CSV data as the request body without identifying its type as via the Content-Type header will result in a 400 Bad request response.
|
2026-02-26 | Added - SIS Imports API- Import SIS Data Endpoint- Admin
|
2026-02-18 | Updated Navigation: Improved Course Navigation Drag-and-Drop Summary While dragging with the keyboard, Tab and Shift+Tab do not change the selection. Only one item can be moved at a time, so this does not affect functionality. |