Skip to content

2022-06

Choose a tag to compare

@ivan-gomes ivan-gomes released this 18 Jul 02:15
· 159 commits to master since this release

New

  • Operations related to returning Data, e.g. Element(s), include Data from ProjectUsages. This applies to the following endpoints:

    • GET /projects/:projectId/commits/:commitId/elements
    • GET /projects/:projectId/commits/:commitId/elements/:elementId
    • GET /projects/:projectId/commits/:commitId/roots
    • GET /projects/:projectId/commits/:commitId/elements/:relatedElementId/relationships

    Some specialized use cases would like the ability for these operations to provide only the direct / “owned” Data. To satisfy these needs, an option has been added to these operations to excludeUsed.