Ontoserver 6.16

This release of Ontoserver introduces the following significant new feature:

delete-history interactions

Ontoserver now supports the delete-history interaction, pre-adopted from FHIR R6. This allows the historical versions of a resource to be removed:

DELETE [base]/{Resource}/{id}/_history

Previously the version history of a resource accumulated indefinitely; this interaction gives operators a standard way to purge it.

Delete history support is disabled by default; enable it with:

ontoserver.feature.deleteHistory=true