Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions apps/docs/changelog/march-2026.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: March 2026
description: What's new in Sweetr this month.
---

<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](/platform/people) directory. You can see this information on each person's overview page — no setup required.

## API rate limiting

The [REST API](/api-reference/introduction) 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](/api-reference/rate-limit) for details.
</Update>
9 changes: 9 additions & 0 deletions apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@
}
]
},
{
"tab": "Changelog",
"pages": [
{
"group": "Changelog",
"pages": ["changelog/march-2026"]
}
]
},
{
"tab": "API Reference",
"pages": [
Expand Down
Loading