MyLA First 2022 Release
MyLA-2022.01.01 Release Notes
Overview
This release includes minor bug fixes and updates.
Fixes
- Provide a clearer error message when a student opens MyLA before the instructor has finished setting it up.
- Update the warning for course start or end date missing to an INFO statement in the MyLA log and add the course or term identifier
- Open the GitHub SHA link for MyLA administrators in a new window
Configuration & Operations Changes
- Improve security by changing the DJANGO_DEBUG setting to false in the config/env_sample.hjson
- Improve data privacy by removing sis_id from the MyLA user table as it is no longer used
- Update Django from 3.2.6 to 3.2.13 (#1373)
- Upgrade to
node
16 (from 14), which includes updates tonpm
and thepackage-lock.json
format (#1363, #1375) - Update
npm
packages including (React, Webpack, Apollo, Material UI) and remove unused dependencies (jquery
,node-sass
) (#1363) - Replace use of
django-npm
withpip
packagefontawesomefree
(#1363)