Releases: WSE-research/qanary-explanation-service
Releases · WSE-research/qanary-explanation-service
v1.5.0
v1.4.0
v1.3.0
v1.2.0
Added explanations for type AnnotationOfSpotInstance
- extend explanation functionality for type AnnotationOfSpotInstance
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0
Major changes
- shifted the existing functionalities to different endpoints and deleted obsolete ones.
- added the explanation for a whole QA-system with several components.
- refactored and adjusted methods for a greater traceability and a higher generalization
Changes on endpoints
- deleted follwing endpoints:
/explanationforquerybuilder
-> not relevant/explainspecificcomponent
-> shifted to new endpoint/explanation
-> not relevant
- renamed this one:
/getannotations
->/annotations
- and added these:
/explanations/{graphURI}/{componentURI}
:- returns a explanation of a QA-process on a given graphURI (required) or for a specific component (add componentURI as Path variable)
/components/{graphURI}
:- returns a list of involved components in a QA-process