Releases: tl-its-umich-edu/unizin-validation
2024.02
What's Changed
- Adding support for validating UDP Context Store (#15) by @ssciolla in #16
- Using local time to determine header date by @ssciolla in #23
- Refactor management of database connections by @ssciolla in #24
- Update Python base image, dependencies, add documentation (#14, #25) by @ssciolla in #26
- Update project (#27, 32) by @ssciolla in #33
- Add UDW duplicate ID detection (#30) by @ssciolla in #34
- issue #35 removed all UDW validations; set UDP as the default validation job by @zqian in #36
- Unizin use learner_activity to indicate UDP data freshness by @jaydonkrooss in #38
New Contributors
- @zqian made their first contribution in #36
- @jaydonkrooss made their first contribution in #38
Full Changelog: 2019.05...2024.02
Shifted to relying on Dockerfile for execution
This release introduces minor changes to the project to remove start.sh
and run validate.py
directly from the Dockerfile
, in order to simplify execution and eliminate unnecessary console output.
Updated Dockerfile base image to Python 3.7
This release fixes a bug so that the Docker image will be built using the Python 3.7 base image, allowing some new datetime
functionality to be used without throwing an error.
Refactored and added check mechanisms
This release removes old or unused code related to UCDM, tidies up the plain text output, adds functionality that helps to validate query results and flag issues, and removes the email sending mechanism. This will first be deployed in a test environment before becoming part of production processes.
Changing some email headers
Adding Precedence and Reply-To headers
First release of 2019
Just tagging a release to use in Openshift. This is the first release version for AWS Openshift.