Filter: All Feature UI Bug Fix Backend Integration Frontend Content Security Documentation Analytics API Performance Accessibility Database security
March 26, 2026

Redis Caching and Throttling Compatibility Update

Bug Fix Backend Integration
This release updates Redis-backed caching and request throttling to stay compatible with recent library changes that introduced breaking behavior. The result is a more reliable setup for background jobs and Redis-based features, without needing special workarounds in production.
March 26, 2026

GitHub PR Labels and Changelog Filters

Feature UI Integration
Changelog entries now capture and display GitHub pull request labels separately from AI-generated tags. Public changelogs add a filter bar for tags and labels, with links that keep your selection as you paginate, making it easier to browse and share focused views.
February 18, 2026

More Reliable GitHub Repo Syncing

Integration Bug Fix Backend
Repository syncing now stays accurate when GitHub orgs or repositories are renamed, keeping your projects matched to the right owner and repo. Metadata syncs also make fewer GitHub calls and handle authorization and rate-limit errors more gracefully, reducing failed syncs and keeping projects up to date.
January 29, 2026

Share Changelog Entries on X

Feature UI Integration

You can now share published changelog entries to X with a single click, using an AI-generated sentence that fits within typical post limits. This helps teams quickly promote releases with consistent messaging, while keeping the focus on what changed and linking back to the entry for full context.

January 21, 2026

Repo Rename Sync and History Rewrite Handling

Bug Fix Integration Backend
Projects now stay in sync when a GitHub repository is renamed, so your project name and slug update automatically during dashboard sync. Update checks are also more resilient after force-pushes or rewritten history, falling back safely when GitHub cannot compare against an older commit.
January 09, 2026

More reliable GitHub installation reconnects

Bug Fix Integration Backend
GitHub installation setup is now more reliable when GitHub sends duplicate installation.created webhooks close together. This prevents occasional failures during connect or reconnect by safely handling the race and updating the correct installation record.