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

Public slug lookups and webhook reliability

Security Bug Fix Integration
This release patches a security issue affecting Active Storage variant processing and strengthens GitHub webhook handling during reinstall scenarios. Public endpoints now resolve owner and repo slugs even when URL casing differs, and private repositories added via webhook default to drafts to avoid accidental publishing.
August 08, 2026

More reliable GitHub signups and installs

Bug Fix Integration Backend
This release fixes two GitHub-related issues that could block onboarding. Signups no longer fail when GitHub does not provide an email address, and GitHub App install updates no longer break when a single repository in the payload cannot be processed, helping ensure the rest of your repos still get connected.
July 29, 2026

Better handling for suspended GitHub installs

Bug Fix Security Integration
Suspended GitHub App installations are now treated as an expected state, so affected installations and projects are marked inaccessible and disabled without generating noisy error reports. This release also includes security fixes for known dependency advisories, reducing risk in areas that process and sanitize user-facing content.
May 28, 2026

Handles Uninstalled GitHub App Installations

Integration Bug Fix Backend
If a connected GitHub App installation has been removed, sync and repository fetching now treat it as no longer accessible instead of failing unexpectedly. This helps keep your connected projects in a consistent state by automatically disabling access when GitHub reports the installation is gone.
May 28, 2026

Safer templates, webhooks, and embeds

Security Bug Fix Integration
This release tightens several security-sensitive flows, including custom template rendering, webhook validation, and redirect handling. It also fixes edge cases around repository slugs and makes background processing more resilient, so updates and notifications are less likely to fail unexpectedly.
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.