You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).