Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.61 KB

File metadata and controls

30 lines (20 loc) · 1.61 KB
title March 2026
description What's new in Sweetr this month.

<Update label="2026-03-23" description="Week of March 23" tags={["Feature", "Update"]}>

Self-hosting

You can now deploy Sweetr on your own infrastructure. Run a single command to get started — it handles Docker setup, TLS certificates, and database configuration for you.

curl -fsSL https://raw.githubusercontent.com/sweetr-dev/sweetr.dev/main/bin/deploy | bash

Official Docker images are published to Docker Hub for both the API and web frontend. See the self-hosting guide for full setup instructions, environment variable reference, and troubleshooting.

Step-by-step DORA deployment setup

The Deployments page now includes a step-by-step guide for configuring deployment tracking. It walks you through creating applications, choosing a deployment trigger, and backfilling historical data to get DORA metrics from day one.

<Update label="2026-03-16" description="Week of March 16" tags={["Feature", "Update"]}>

People profiles now show bio and location

Sweetr now syncs bio and location from GitHub profiles to your People directory. You can see this information on each person's overview page — no setup required.

API rate limiting

The REST API now enforces a rate limit of 100 requests per minute per API key. Requests over the limit receive a 429 Too Many Requests response. See Rate Limits for details.