Product Updates
Changelog
What's new in Grantiva. Follow along as we ship new features, improvements, and fixes to the platform.
March 2026
ImprovementDashboard UX improvements
- SDK setup guide shown inline after app registration — Bundle ID, Team ID, package URL, and init snippet in one place.
- Redirect to app detail page after registering a new app, so developers land directly on the integration guide.
- Sidebar footer links clarified; Visual Regression Testing now linked directly from the dashboard overview.
March 2026
LaunchPublic Beta Launch
- Grantiva platform enters public beta — sign up at grantiva.io.
- Free tier available with 1,000 monthly active devices.
- Dashboard with device analytics, risk scoring, and live monitoring.
- Pro, Business, and Enterprise tiers available with flat monthly pricing.
- React-based marketing site and documentation at docs.grantiva.io.
March 2026
FeatureFeedback & Support Module
- In-app feature request submission and upvoting — users vote on what ships next.
- Support ticket management with threaded conversations and status tracking.
- Public feedback portal at /feedback for transparent community roadmap voting.
- Dashboard views for triaging feature requests and managing support tickets.
- Feedback and support links surfaced directly in the dashboard sidebar.
March 2026
FeatureVisual Regression Testing
- CLI-driven snapshot capture — define screens in grantiva.yml and run grantiva ci run. Works in CI or locally.
- VRT run list and detail views in the dashboard for baseline comparison.
- GitHub PR integration — diff images posted as PR comments before merge.
- Catch UI regressions before they reach production without manual review.
March 2026
FeatureWebhooks & Event Routing
- Configure webhook endpoints to receive real-time attestation and risk events.
- Endpoint management dashboard with delivery logs and retry visibility.
- Supported events: attestation completed, risk threshold exceeded, device blocked.
- Available on Pro tier and above.
March 2026
FeatureCLI for CI/CD Integration
- Install via Homebrew: `brew install grantiva/tap/grantiva`
- Run visual regression tests in CI: `grantiva ci run`
- GitHub Actions integration — diff images posted as PR comments on failure.
- Authenticate with `grantiva auth login` — no config files needed for most projects.
March 2026
FeatureGrantivaUI SwiftUI Package
- Separate Swift package with drop-in SwiftUI views for Feedback and Feature Flags.
- `FeedbackContainerView` — combined feature voting and support ticket UI in one view.
- `FeatureRequestListView` and `SupportTicketView` for standalone integration.
- Theme-customizable via `GrantivaTheme` — match your app design system.
February 2026
FeatureFeature Flags Module
- Remote feature flags with boolean, string, number, and JSON value types.
- Targeting rules: rollout percentage, device model, OS version, risk score.
- Environment support for development, staging, and production configurations.
January 2026
FeatureCustom JWT Claims
- Static, conditional, dynamic, and external (Enterprise) claim types for JWT token enrichment.
- Per-app claim configuration via the dashboard.
- Claims automatically included in attestation tokens.
- Up to 20 custom claims per tenant (varies by tier).
December 2025
GADevice Attestation GA
- Apple App Attest integration for hardware-backed device verification.
- Automatic tenant identification via Bundle ID and Team ID — no API keys needed.
- JWT token issuance with device intelligence and risk scoring.
- SDK handles full attestation lifecycle: challenge, attest, validate, token.
- Device risk categories (Trusted/Suspicious/Blocked) for all plans; 0-100 numeric score on Business/Enterprise.
Earlier development history is available in the project repository.