Releases · Systems-Modeling/SysML-v2-API-Services

2025-02

New

  • Updated to 2025-02 metamodel baseline
  • Added description attribute to Branch, Tag, DataIdentity, DataVersion, and Query
  • Added deleted attribute to Branch and Tag

2025-01

New

  • Added the following operators in the PrimitiveConstraints of Queries:
    • <=, i.e. less than or equals
    • >=, i.e. greater than or equals
    • in - specified only, not implemented
    • instanceOf - specified only, not implemented
  • Converted PrimitiveConstraint#value to array(items = boolean | number | string | Identified) | null, which will allow Queries with arrays of constraint values, e.g. where(@type in [Comment, Documentation]).
  • Added alias attribute to Project, Branch, Tag, Commit, DataVersion, DataIdentity, and Query.
  • Added name attribute to Commit, DataVersion, DataIdentity, and Query (required for Query).

2024-12

New

  • Updated to 2024-12 metamodel baseline

2024-11

New

  • Updated to 2024-11 metamodel baseline

2024-07

New

  • Updated to 2024-07 metamodel baseline

2024-07 RC1

New

  • Updated to 2024-07 metamodel baseline

2024-02

New

  • Updated to 2024-02 metamodel baseline

2024-01

New

  • Updated to 2024-01 metamodel baseline

2023-02

New

  • Updated to 2023-02 metamodel baseline

2023-01

New

  • Add support for constraining a Query by properties typed by Data, e.g. ExternalRelationship::elementEnd
  • Updated to 2023-01 metamodel baseline