---
title: "What's new"
description: Curated release digests and links to Cratis product releases across Chronicle, Arc, Components, CLI, Fundamentals, AuthProxy, and tools.
---

import { CardGrid, LinkCard } from '@astrojs/starlight/components';

Cratis moves across several repositories, so a single product release page rarely tells the whole story. The release digests collect changes across the stack and link back to the source releases and pull requests.

<CardGrid>
  <LinkCard title="Latest release digest" description="Changes collected from May 25, 2026 to June 1, 2026." href="/contributing/release-digests/2026-05-25-to-2026-06-01/" />
  <LinkCard title="Previous release digest" description="Changes collected from May 18, 2026 to May 25, 2026." href="/contributing/release-digests/2026-05-18-to-2026-05-25/" />
  <LinkCard title="Roadmap" description="What is stable, what is being hardened, what is being explored, and where feedback helps." href="/roadmap/" />
</CardGrid>

## Product releases

| Product | Releases |
|---|---|
| Chronicle | [Chronicle releases](https://github.com/Cratis/Chronicle/releases) |
| Arc | [Arc releases](https://github.com/Cratis/Arc/releases) |
| Components | [Components releases](https://github.com/Cratis/Components/releases) |
| CLI | [CLI releases](https://github.com/Cratis/cli/releases) |
| Fundamentals | [Fundamentals releases](https://github.com/Cratis/Fundamentals/releases) |
| AuthProxy | [AuthProxy releases](https://github.com/Cratis/AuthProxy/releases) |
| Samples | [Samples repository](https://github.com/Cratis/Samples) |

## How to read changes

- Use release digests when you want the cross-stack picture.
- Use product releases when you need exact package tags or repository-specific details.
- Use [Version compatibility](/compatibility/) when deciding which runtime and package versions belong together.
- Use [Feedback and suggestions](/feedback/) when a release note leaves an adoption question unanswered.
