Query releases by date

Is it possible to query releases within a certain data range?

My scenario is that once a license expires, and the user doesn’t renew she still keeps access to the release available at that expiry date. That user wouldn’t get access to new releases and updates, but wouldn’t lose access to the release she has at that moment.
I can get all releases, sort them by date and then filter the list to show only release available at the expiry date and earlier. But it would be very convenient if getting the list of releases could already be filtered with a certain date range.

An alternative approach would be to store the latest release in the license the moment it expires. Perhaps that’s possible with a webhook.

Could you suggest a suitable approach?

Klaas

Hi Klaas,

You can stor the max allowed version as license metadata and use that to prevent your customers for using newer releases.