Releases: Systems-Modeling/SysML-v2-API-Services
Releases · Systems-Modeling/SysML-v2-API-Services
2021-06 RC1
2021-06-rc1 2021-06-rc1
2021-05
New
- Updated to 2021-05 metamodel baseline.
Fixed
- Added
Project#defaultBranchto the OpenAPI specification and client libraries.
2021-05 RC1
2021-05-rc1 2021-05-rc1
2021-04
New
- Introduced branching capability to enable multiple commit histories. This adds a number of new endpoints to create, read, and update branches, e.g.
projects/$project_id/branches. It additionally integrates with the commit creation allowing for a commit to be added to a branch. Refer to specification document for details. - Updated to 2021-04 metamodel baseline.
Fixed
Commit#containingProjectrenamed toCommit#owningProjectQuery#containingProjectrenamed toQuery#owningProject- Removed
GET projects/$project_id/headin favor of branching. To get theidof the head commit of the default branch of a project:GET projects/$project_idand obtain thedefaultBranch.idfrom the responseGET projects/$project_id/branches/$branch_idand obtain thehead.idfrom the response
2021-04 RC1
2021-04-rc1 2021-04-rc1
2021-03
New
- The default
Acceptfor requests, i.e. the content type of the response when not specified in the request, has been changed fromapplication/ld+jsontoapplication/json. Clients desiring responses in JSON-LD can receive it by specifying the header appropriately, e.g.Accept: application/ld+json. - Updated to 2021-03 metamodel baseline.
2021-03 RC1
2021-03-rc1 2021-03-rc1
2021-02
New
- Implemented pagination in all collection endpoints, e.g.
getProjects,getCommitsByProject,getRootsByProjectCommit,getQueriesByProject, except for endpoints that returnQueryResultcollections, 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
descriptionattribute toProjects. - Updated to 2021-02 metamodel baseline.
Fixed
- Addressed error that would occur when executing a
PrimitiveQueryfor the@typeproperty.
2021-02 RC2
2021-02-rc2 2021-02-rc2
2021-02 RC1
2021-02-rc1 2021-02-rc1