Subscription Display & Data Access Fixes
Version: 1.19.11, Date: October 30, 2025
Subscription display is now correct for all users, and access has been restored across several features where users were seeing empty results. App performance also improved noticeably as a side effect of fixing the underlying data access issues. The rest of this post is grouped by app area.
Settings
- Fixed: All users now see their correct subscription tier instead of defaulting to “Explorer Plan.” A naming mismatch between how tiers were stored in user profiles and how they were referenced was causing the wrong tier to display for many users. Both legacy and current naming conventions are now handled correctly.
Across the App
- Fixed: Access to your own data has been restored across analyzer results, credit usage, preferences, and several other features. Eight underlying data tables had security policies enabled but no access rules defined, which meant valid queries were returning empty results. Proper access rules are now in place, so your data is accessible again.
- Improved: Page load times are noticeably faster. Silent query failures caused by the missing access rules had been slowing down every page that touched affected data. With the underlying issue fixed, load times are significantly better across the app.
- Removed: The old feature-gating system that controlled access to features based on subscription status has been fully removed. All feature access now runs through the quota system. Backward-compatible stubs ensure nothing breaks during the transition.

