==================
- BREAKING: Added persistence of the status of `Sample`s between requests. With
this change, checking for a sample within the same request multiple times
will yield the same status each time. And to ensure the same status across
requests, the status is stored in a cookie.
- Added a JSON API endpoint under ``GET /status`` that exposes which flags,
samples, or switches are active for the current user.
- Added an HTML and JSON API endpoint under ``GET /overview`` that shows the
status of each flag, sample, or switch, including the status of a flag for
each group's object.
- Added support for class-based group functions, which can also expose a set of
"candidate IDs". These candidate IDs are used in the new API overview.
- Updated the CLI commands to show the default value when listing flags,
samples, or switches.
- Added the ``flask pancake flags list-group`` CLI command.