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

Safer View-Count Correction Cutoff Checks

Bug Fix Backend
The view-count correction task now stops early if given a cutoff time in the future. This prevents accidentally re-processing rows that were already written correctly after the fix went live, avoiding incorrect double-decrements and protecting your view-count data from being pushed in the wrong direction.
August 08, 2026

More Reliable Custom Domains and Exports

Bug Fix Backend Analytics
Custom domain verification is now safer and less likely to take a verified changelog offline during transient DNS issues. Exports are also more resilient, preventing jobs from getting stuck in processing. Analytics are more accurate going forward by fixing a view-count double-count on the first view of the day.
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.
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

Security Advisory Dependency Updates

Security Backend
This release updates several underlying components in response to security advisories. You do not need to take any action, but you should benefit from a safer, more secure experience through updated third party libraries.
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.