v0.7
Release Notes - v0.7
- Introduction of Published Subsets (documentation)
- ability to create subsets of all published records based on Published Set Identifiers
- creates a unique OAI endpoint for this Published Subset
- when viewing a Published Subset, all metrics, exports, and analysis jobs are filtered for this subset
- Published Subsets are included in State Import/Export exports when any Jobs (upstream or downstream) are associated with a Published Subset
- introduce small delay in firing background tasks, avoiding some potential race conditions for Job statuses
- bug fixes for State Import/Export
- pinning python redis client to
2.10.6
(issue)
Upgrading to v0.7
Depending on what version of Combine you're upgrading from, it may be necessary to add the configuration MONGO_HOST
to your localsettings.py
configuration file. You can see an example in the localsettings.py.template
file.
Run the built-in update command to run any migrations, restart services, and pull in new front-end static files:
cd /opt/combine
source activate combine
git checkout master
git pull
./manage.py update --release v0.7