11/18/21
Added Features
- Requests now have a `status_updated_at` field representing the time of the
last status change. (Issue 1132)
- Added the ability to import and export jobs via the Scheduler page on the UI
(Issue 1034)
- Added the ability to do ad-hoc runs of scheduled jobs via both the API and UI
(Issues 1062, 1066)
Bug Fixes
- Properly validate input on the job import API (`/api/v1/import/job`) (Issue
1178)
- Dependency versions for development and deployment are now consistent (Issue
1182)
Other Changes
- Added the following for use in future authorization related features:
- Refresh token support (Issue 1171)
- The ability to enable permissions based authorization checks to the API
endpoints (Issues 1154, 1170)
- Various changes to the UI to support login / logout and refresh token
handling (Issue 1147)
- Added a concept of "global" permissions (Issue 1168)