Skip to content

Releases: Cap-go/capgo.app

capgo-12.199.6

Choose a tag to compare

@riderx riderx released this 17 Jul 13:43
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Added /data breakdowns by country, platform, and version, so you can segment analytics across these dimensions.

Fixed

  • Reduced noisy PostHog console errors in the frontend.
  • Rerouted on_version_update queue handling through Cloudflare and shrank payload sizes for more reliable processing.

🔗 Full Changelog: cli-8.28.2...capgo-12.199.6

cli-8.28.2

Choose a tag to compare

@riderx riderx released this 16 Jul 17:51
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Added a dedicated app preview API key role for scoped preview access (#2698).
  • Added Discord and GitHub usernames to account profiles (#2700).
  • Added delivery latency percentile breakdowns (p50, p75, p95, p99) to the dashboard (#2702).
  • Added public live update delivery aggregate metrics for dashboards and external consumers (#2682).
  • Added global and plugin insights tabs to Observe (#2681).
  • Added CLI support for initializing scoped monorepos (#2684).
  • Added activation stage tracking and milestone metrics to the admin onboarding funnel (#2675, #2690).
  • Added admin views for above-plan total trends and credit-based segmentation (#2691, #2676).

Changed

  • Consolidated period selector behavior across dashboard and channel views (#2708, #2694).
  • Consolidated API key and channel authorization under RBAC (#2666).
  • Rebased database migrations on a single production schema baseline and removed legacy private schema artifacts; existing deployments should verify migrations before upgrading (#2669, #2696, #2699).
  • Updated generated CLI documentation.
  • Switched release changelog generation to Cloudflare Workers AI.

Removed

  • Removed the duplicate admin overview dashboard (#2689).

Fixed

  • Fixed double-counting of failures when counting device-day install successes (#2705).
  • Fixed aggregation of public update statistics by device (#2697).
  • Fixed serving of live update delivery metrics (#2692).
  • Fixed CLI handling of managed Fastlane failures (#2695).
  • Fixed default missing rollout fields in the apps list normalization (#2672).
  • Fixed broken dev policy enforcement (#2674).
  • Fixed canonical log URLs returning incorrect links (#2663).
  • Fixed RBAC migration reliability issues, including retry backoff, lock deadlocks, and privilege guards (#2686, #2687, #2688).
  • Fixed database ownership enforcement for app creators on insert (#2701).
  • Fixed removal of redundant RLS policies and indexes (#2678).
  • Fixed duplicate social username fields in generated types (#2707).

🔗 Full Changelog: cli-8.28.1...cli-8.28.2

capgo-12.199.5

Choose a tag to compare

@riderx riderx released this 16 Jul 17:53
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Fixed

  • Resolved an RBAC issue where API keys for app preview lacked a dedicated role, so access can now be granted and enforced correctly (#2698).

Changed

  • Updated the generated CLI documentation to reflect the latest commands, options, and usage.

🔗 Full Changelog: capgo-12.199.4...capgo-12.199.5

capgo-12.199.4

Choose a tag to compare

@riderx riderx released this 16 Jul 17:34
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Fixed

  • Consolidated dashboard period selectors to deliver a consistent, clearer date-range selection experience and reduce confusion when filtering data.

🔗 Full Changelog: capgo-12.199.3...capgo-12.199.4

capgo-12.199.3

Choose a tag to compare

@riderx riderx released this 16 Jul 14:07
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Added p50, p75, p95, and p99 percentile breakdowns to delivery latency metrics in the dashboard, so you can see both typical and tail latency performance more clearly (#2702).

Changed

  • Updated the Supabase schema and generated types to reflect the latest data model (auto-sync).

Fixed

  • Removed duplicate social username fields from type definitions to reduce confusion and prevent type conflicts (#2707).
  • Fixed device-day install success counting so successful installs are no longer inflated when retries or failures occur on the same device day (#2705).

🔗 Full Changelog: capgo-12.199.2...capgo-12.199.3

capgo-12.199.2

Choose a tag to compare

@riderx riderx released this 15 Jul 23:47
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Linked Discord and GitHub usernames to account profiles, making team member identities and integrations easier to recognize.
  • Added activation stages to the admin onboarding funnel, giving clearer visibility into where users are in the setup process.

Changed

  • Consolidated the production database migrations into a single schema baseline and removed the legacy private schema, simplifying new deployments and upgrades for self-hosted instances.
  • Enabled dependency metadata uploads for workers to improve observability and troubleshooting of worker environments.

Fixed

  • Corrected public update statistics to aggregate by device instead of by raw events, so install and usage counts are more accurate.
  • Aligned the selected period selector in channel views so the layout renders consistently.
  • Improved CLI handling of managed Fastlane failures so build errors are identified and surfaced more clearly.

Security

  • Enforced app creator ownership checks when inserting apps, preventing accounts from creating apps they do not own.

🔗 Full Changelog: capgo-12.199.1...capgo-12.199.2

capgo-12.199.1

Choose a tag to compare

@riderx riderx released this 15 Jul 15:38
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Added an "above-plan total trend" view to the Admin dashboard, making it easier to monitor usage growth against plan limits.

Changed

  • Consolidated the Admin overview dashboard by removing the duplicate view, streamlining navigation and reducing ambiguity.

Fixed

  • Fixed an issue with serving live update delivery metrics, ensuring delivery performance data is reliably available.

🔗 Full Changelog: capgo-12.199.0...capgo-12.199.1

capgo-12.199.0

Choose a tag to compare

@riderx riderx released this 15 Jul 10:46
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Public live update delivery aggregates — Expose aggregated delivery metrics for live updates, giving teams better visibility into rollout performance and reach.
  • Global and plugin insights tabs — Add new Global and Plugin insights tabs to the Observe experience, making it easier to monitor overall system health and per-plugin behavior.
  • Scoped monorepo CLI initialization — Extend the CLI to support initializing scoped monorepos, streamlining setup for teams using modular package layouts.

Fixed

  • RBAC migration retry backoff — Correct the retry backoff logic during RBAC-related database migrations, improving reliability when migrations encounter transient failures.

🔗 Full Changelog: capgo-12.198.6...capgo-12.199.0

capgo-12.198.6

Choose a tag to compare

@riderx riderx released this 15 Jul 10:14
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Fixed

  • Resolved an issue where RBAC migration locks could deadlock, improving the reliability and stability of database migrations.

Changed

  • Synchronized the Supabase schema and regenerated associated types to keep the codebase aligned with the latest database structure.

🔗 Full Changelog: capgo-12.198.5...capgo-12.198.6

notifications-0.1.9

Choose a tag to compare

@riderx riderx released this 10 Jul 07:24
Immutable release. Only release title and notes can be modified.

Changelog

Changed

  • Published notifications plugin to npm with public access instead of restricted access
  • Added verification step in CI pipeline to check notifications plugin publish access

Full changelog: cli-8.25.10...notifications-0.1.9