This release adds some features to existing APIs and fixes some issues.
New features
* Added service API to query projects
* Added new parameters to better control sessions queries from APIs (limit, offset, status, start_date, end_date)
* Added base service URLs when querying services from service API
* Added VideoRehab user dashboard, allowing a user to start a session with the web browser
* Added tasks that will update the status of sessions planned in the past or in progress when the day changes
* Added "with_warnings" flags on the user/stats API allowing to query for warnings in data
Major issues fixed
* When the main process was stopped, services processes started were not terminated, thus requiring to manually terminate them.
Minor issues fixed
* Improved security of Service API by adding access checks when required
* nginx routing improvements
Known issues
* A user can't create a new session from the VideoRehab user dashboard - only already created sessions can be started from there.