Releases: Cap-go/capgo.app
Releases · Cap-go/capgo.app
Release list
capgo-12.204.4
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- Batch large admin onboarding queries: Split account-executive onboarding queries into smaller batches to stay within database parameter limits, fixing failures when processing large onboarding datasets.
- Allow accepting admin organization invitations: Resolved a permissions issue that prevented invitees from accepting invitations to admin organizations, so invited users can now join successfully.
- Show emulator and production flags on device info: Updated device information displays to clearly indicate emulator and production environment statuses, making it easier to identify how a device is configured.
🔗 Full Changelog: capgo-12.204.3...capgo-12.204.4
capgo-12.204.3
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- Fixed dashboard Native Observe stats to read from Analytics Engine, ensuring the displayed metrics are accurate and up to date. (#2772)
🔗 Full Changelog: capgo-12.204.2...capgo-12.204.3
capgo-12.204.2
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- Corrected dashboard update delivery latency reporting. The dashboard now reads update delivery latency directly from Analytics Engine, ensuring latency metrics are accurate and reflect real-world delivery performance.
Changed
- Internal release automation and package metadata updated for the
capgo-12.204.2release.
🔗 Full Changelog: cli-8.31.1...capgo-12.204.2
cli-8.31.1
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- Refused delta uploads over 10,000 files to prevent unreliable or oversized uploads. The CLI now enforces this limit and surfaces clear guidance in the documentation.
- Resolved Postgres advisory lock flooding that could trigger
54000errors from the database, improving synchronization stability and reducing noisy failures.
🔗 Full Changelog: cli-8.31.0...cli-8.31.1
cli-8.31.0
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Added
- Added daily queue-backed counting of apps created and app versions uploaded for more reliable usage telemetry (#2768).
- Added automatic cleanup of app versions 90 days after an organization cancels its subscription (#2757).
Changed
- Tightened shared TypeScript helpers to reduce unsafe
any/unknownusage across common code paths (#2766). - Synchronized the Supabase schema and generated client types with the latest backend definitions.
- Replaced the deprecated
[inbucket]local email service with[local_smtp]in Supabase local configuration (#2761). If you test email locally, update your setup to reference[local_smtp]instead of[inbucket].
Fixed
- Fixed plan usage and rate calculations so they are computed against paying organizations only (#2767).
- Fixed queue behavior by enforcing a maximum of five retries per job and improving queue health monitoring (#2765).
- Restored production-applied orphan database migrations to the repository history to prevent migration drift (#2762).
- Fixed audit logs to skip unnecessary
app_versionsbookkeeping entries, reducing log noise (#2760). - Resolved TypeScript type issues across the codebase (#2763).
🔗 Full Changelog: cli-8.30.0...cli-8.31.0
capgo-12.204.1
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- CLI delta uploads: Refused delta uploads for bundles containing more than 10,000 files to prevent performance and reliability issues. Updated documentation explains the new limit.
- Manifest advisory locks: Stopped advisory lock queries from flooding Postgres, preventing
54000errors during manifest operations.
🔗 Full Changelog: cli-8.31.0...capgo-12.204.1
capgo-12.203.5
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Added
- Automatically delete app versions 90 days after an organization cancels to enforce data retention and reduce unused storage.
Changed
- Improved type safety across shared helpers by tightening common
any/unknownusages, reducing the risk of runtime errors. - Synchronized Supabase schema definitions and generated types with the latest backend changes.
🔗 Full Changelog: capgo-12.203.4...capgo-12.203.5
capgo-12.203.4
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- Corrected plan rate calculations in the admin dashboard to evaluate against paying organizations.
Changed
- Updated the Supabase schema synchronization and regenerated types to reflect the latest database model.
🔗 Full Changelog: capgo-12.203.3...capgo-12.203.4
capgo-12.203.3
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- Enforced a maximum of 5 retry attempts for queue jobs, preventing runaway failures and reducing unnecessary system load.
- Improved queue health reporting so queues are now correctly marked as healthy once retry limits are applied.
🔗 Full Changelog: capgo-12.203.2...capgo-12.203.3
capgo-12.203.2
Immutable
release. Only release title and notes can be modified.
🆕 Changelog
Fixed
- Corrected TypeScript type definitions to eliminate type errors and improve developer experience.
- Restored database migrations that were applied in production but missing from the repository, resolving schema drift for self-hosted deployments and ensuring migration state consistency.
Changed
- Replaced the deprecated Supabase
inbucketlocal email service withlocal_smtpto maintain compatibility with current Supabase CLI versions.- Migration note: If you customized local email settings, update your
config.tomlto use[local_smtp]instead of[inbucket]and review the port/host configuration.
- Migration note: If you customized local email settings, update your
- Synchronized generated Supabase types and schema files with the latest database definitions, keeping client-side type safety accurate.
🔗 Full Changelog: capgo-12.203.1...capgo-12.203.2