V1.1.0
This release of data checker has the following changes.
- The methodology for sharing collections has been changed from the community server to functionality that imports and exports JSON files. These files can then be managed in the git repository, which enables things like versioning and pull-requests, which were not possible before. It also gets past some of the administrative overhead and reliability issues and could potentially allow folks that are not using the data checker app to still benefit from these collections.
- There are now precompiled binaries associated with the release to ease installation. Instructions for a fresh install or an upgrade using binaries can be found in readme.md
- There is a new timestamp on containers and collections that should aid users in figuring out when a collection was last uploaded.
- There is new functionality to run data checker jobs as a command line executable, so that users have an option to use a scheduling solution other then the internal crontab-like feature.
- More details at: Data Checker Overview and User Guide