---
title: "Sorting & Filtering"
description: "Learn how to sort and filter releases."
url: https://docs.sentry.io/product/releases/usage/sorting-filtering/
---

# Sorting & Filtering

## [Sorting Releases](https://docs.sentry.io/product/releases/usage/sorting-filtering.md#sorting-releases)

On the **Releases** page, you can use the "Sort By" dropdown to sort releases by:

* Date Created
* Total Sessions
* [Active Sessions/Users](https://docs.sentry.io/product/releases/health.md#active-sessionsusers)
* [Crash Free Sessions/Users](https://docs.sentry.io/product/releases/health.md#crash-free-sessionsusers)
* Build Number
* [Semantic Version](https://docs.sentry.io/platform-redirect.md?next=/configuration/releases/%23bind-the-version)
* Date Adopted (when you select a single environment)

## [Filtering Releases](https://docs.sentry.io/product/releases/usage/sorting-filtering.md#filtering-releases)

Search on the **Releases** page supports both raw text and query syntax, and you can search using the following properties:

* `release` - Search based on string comparison, or `release:latest` to pick the most recent release. [Learn more](https://docs.sentry.io/product/releases/usage/sorting-filtering.md#latest-release).
* `release.stage` - Search releases with matching adoption stage. Can be `adopted`, `low_adoption`, or `replaced`. Learn more about [release adoption stages](https://docs.sentry.io/product/releases/health.md#adoption-stages).

If you are using our [semantic versioning](https://docs.sentry.io/platform-redirect.md?next=/configuration/releases/%23bind-the-version) format, you can use the following query tokens:

* `release.package` - Search releases with matching package names.
* `release.version` - Search releases with matching semantic version. Supports ranges and wildcards (for example, `release.version:>7.8` or `release.version:1.2.*`).
* `release.build` - Search releases with matching build numbers.

Learn more about search queries in our [full Search documentation](https://docs.sentry.io/concepts/search.md).

## [Latest Release](https://docs.sentry.io/product/releases/usage/sorting-filtering.md#latest-release)

The special `release:latest` filter intelligently finds the most recent release for every selected project. For projects that use [Semantic Version](https://docs.sentry.io/platform-redirect.md?next=/configuration/releases/%23bind-the-version) numbers, the latest release is one with the highest version number. For projects that use Commit SHA for versioning, the latest release is the most recent one.
