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
CUBE returns plugins in order of creation_date, but isn't particularly useful. In the past, it was usually true that the first plugin returned by api/v1/plugins/ was also the latest, since plugins are uploaded in the temporal order they are published in. However, that usage is not an invariant.
This is a feature request for CUBE to support sorting the plugins response, e.g. example.com/api/v1/plugins/?sort=version which returns plugins in descending order of latest semantic versioning.
The text was updated successfully, but these errors were encountered:
CUBE returns plugins in order of creation_date, but isn't particularly useful. In the past, it was usually true that the first plugin returned by
api/v1/plugins/
was also the latest, since plugins are uploaded in the temporal order they are published in. However, that usage is not an invariant.This is a feature request for CUBE to support sorting the plugins response, e.g.
example.com/api/v1/plugins/?sort=version
which returns plugins in descending order of latest semantic versioning.The text was updated successfully, but these errors were encountered: