Skip to content

Latest commit

 

History

History
231 lines (149 loc) · 10.1 KB

ChangeLog.md

File metadata and controls

231 lines (149 loc) · 10.1 KB

Change Log TRAPI 1.4.0 (2023-06-23) -> 1.5.0 (2023-05-26)

https://github.com/NCATSTranslator/ReasonerAPI/compare/v1.4.0...1.5

Documentation updates:

Minor updates during the beta phase:

  • Pending

Change Log TRAPI 1.3 (2022-09-01) -> 1.4-beta (2023-03-23)

https://github.com/NCATSTranslator/ReasonerAPI/compare/v1.3.0...1.4

Minor updates during the beta phase:

Change Log TRAPI 1.2 -> 1.3

https://github.com/NCATSTranslator/ReasonerAPI/compare/v1.2.0...1.3

Change Log TRAPI 1.1 -> 1.2

Change Log TRAPI 1.0 -> 1.1

  • Many changes to "info" template at top. Please refresh to the latest template
  • info.version is now your API version not TRAPI version
  • x-trapi now contains the official TRAPI version
  • x-translator now contains mandatory metadata
  • Remove tag "reasoner". Add tag "trapi"
  • /predicates endpoint is marked deprecated
  • New /meta_knowledge_graph endpoint replaces /predicates endpoint. Note that counts are optional as defined in extended schema
  • log_level property in Query specifies desired logging level in Response
  • QNode.id pluralized to ids and changed from CURIE or array of CURIEs to just array of CURIEs with array length > 0
  • QNode.category pluralized to categories and changed from BiolinkEntity or array of BiolinkEntitys to just array of BiolinkEntitys with array length > 0
  • QNode.predicate pluralized to predicates and changed from BiolinkPredicate or array of BiolinkPredicates to just array of BiolinkPredicates with array length > 0
  • Attribute class extended and properties renamed
  • QNode.constraints and QEdge.constraints as array of Constraint added