Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Inferno Community Edition v2.11.0

Compare
Choose a tag to compare
@radamson radamson released this 13 Jan 17:36
1160dea

This release includes a major update to Inferno's persistence implementation that is incompatible with databases created with previous versions. Users should remove, or backup, old data before upgrading.

Users can remove old data and initialize a new database with:

  • rm -rf data
  • bundle install
  • bundle exec rake db:create db:schema:load

Users deploying inferno with docker should update their containers with:

  • docker-compose pull
  • docker-compose up --build

This release includes:

  • Adds US Core v3.1.1 Tests (#495, #526)
  • Replaces data mapper dependence with ActiveRecord (#503)
  • Adds support for FHIRPath expression when generating tests for searches (#490)
  • Removes US Core Location and US Core Practitioner Role tests which have no searches and are not referenced by any other resource (#506)
  • Updates profile and terminology validation (#502)
  • Add support for loading collections of resources into validator as part of test generation and startup (#483, #476)
  • Minor updates (#510, #507, #500, #499, #493, #491,#488, #487, #484, #482, #517)