Skip to content

v0.8

Compare
Choose a tag to compare
@ghukill ghukill released this 19 Apr 17:03
· 319 commits to master since this release

Release Notes - v0.8

Added

  • Global search of Record's mapped fields
  • Ability to add Organizations, Record Groups, and/or Jobs to Published Subsets #395
  • Remove temporary payloads of static harvests on Job delete #394
  • Added CHANGELOG.md

Changed

  • Fixed precounts for Published Subsets when included Jobs mutate #396

Upgrading to v0.8

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.8