Skip to content

2021-02

Compare
Choose a tag to compare
@ivan-gomes ivan-gomes released this 12 Mar 02:18
· 262 commits to master since this release

New

  • Implemented pagination in all collection endpoints, e.g. getProjects, getCommitsByProject, getRootsByProjectCommit, getQueriesByProject, except for endpoints that return QueryResult collections, e.g. getQueryResultsByProjectIdQueryId, which will be addressed in a future release.
    • OpenAPI specification (PSM) has been updated accordingly.
    • This feature is experimental and, as such, is not reflected in the draft of the SysML v2 API specification document at time of release.
  • Added description attribute to Projects.
  • Updated to 2021-02 metamodel baseline.

Fixed

  • Addressed error that would occur when executing a PrimitiveQuery for the @type property.