deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Support enabling API version response header #92

Open stempler opened 1 year ago

stempler commented 1 year ago

The system property deegree.oaf.openapi.version_response_header can be used to enable returning a response header API-Version with the version of the implemented OGC API Features. The existing constant for the API version in the code has been changed to use a semantic version number including the patch version.

Solves #74