For Companies & Schools
Platform Updates
API Updates
- The API call to retrieve a team was not returning data in the proper format.
- Fixed several endpoints that were not returning the $data property correctly.
- SSO is now largely decoupled from the Dashboard and is self-contained within the API application.
- The
edlink-api-key
header is no longer required if you are making calls using a user or integration access token. - Classlink and Clever are now able to perform full roster sync.
- Clever Instant Login is now available as an authentication method.
- OneRoster is now available as a data source provider.
Dashboard Updates
- Fixed an issue where you would be directed to onboarding after logging in (even if you were already onboarded).
- Fixed an issue with accepting invitations during the onboarding flow.
- The onboarding flow will now redirect you if you have already onboarded.
- Fixed an issue where the permissions of a newly invited team member were always set to
read
. - Fixed an issue where Read / Write members of a team would have no label appear next to their name.
- The integration flow has been better split into discrete steps for simplicity.
- OneRoster is now available as a data source provider on the
Create Source
page. - The Dashboard no longer functions as a privileged application, in fact it is totally stateless and no longer requires any API keys at all.
- All requests are now routed directly to the Edlink API and are no longer proxied through the Dashboard.
- The backend for the Dashboard has been eliminated entirely.
- Frontend files are now properly gzipped and have a new caching policy.
- The above changes should result in drastic speed improvements.
- The documentation has been updated to reflect a number of changes to the API.