Skip to content

2022-11

Compare
Choose a tag to compare
@ivan-gomes ivan-gomes released this 16 Dec 07:49
· 46 commits to master since this release

New

  • Added PUT /projects/{projectId}/queries/{queryId} operation to enable updating an existing Query. Note that this has not yet been implemented in the pilot and is included in the OpenAPI specification for review and standardization.
  • Added GET /projects/{projectId}/commits/{commitId}/elements/{elementId}/projectUsage that returns the ProjectUsage that originates the provided Element
  • Updated to 2022-11 metamodel baseline
  • Separated response types for operation GET /projects/{projectId}/commits/{compareCommitId}/merge to
    • 201 Created with a response body of the created merge Commit
    • 409 Conflict with a response body of a paginated collection of the DataIdentities that are conflicting

Fixed

  • Corrected response for GET /projects/{projectId}/commits/{commitId}/elements/{relatedElementId}/relationships caused by pagination error
  • Operations GET /meta/datatypes and GET meta/datatypes/{datatypeId} now include KerML and SysML v2 metamodel types
  • Fixed OpenAPI Commit schema examples
  • Aligned JSON Schema and OpenAPI specifications with OMG URI standard
  • Included pagination parameters for operation GET /projects/{projectId}/commits/{compareCommitId}/diff