Release Notes¶
v0.10.0 (February 11, 2026)¶
Changes since v0.9.1 (January 29, 2026)
Subscription Tiers¶
- Introduced new subscription model with Build, Scale, and Enterprise tiers
- Added tier-based feature restrictions (firewall limits, analytics access)
- Existing subscriptions are treated as Enterprise tier
Performance Optimizations¶
- Implemented request-scoped clients for defense and privacy API calls
- Added parallel processing for independent security checks
- Added chunking and merging logic for long prompts in judge, guard, and PII endpoints
- Enhanced PII marker handling and instruction processing
Frontend¶
- Updated dashboard to display subscription tiers and corresponding actions
- Improved sidebar navigation (new expand/collapse icon, removed toggle on desktop)
- Masked API key display in onboarding view
Infrastructure¶
- Migrated guard service to H100 GPU
- Added benchmark infrastructure with mock DAPI Core clients
- Increased memory limits for config backend
v0.9.1 (January 29, 2026)¶
Changes since v0.9.0 (January 28, 2026)
Bug Fixes¶
- Fixed onboarding creating duplicate providers and firewalls when multiple users joined the same tenant
v0.9.0 (January 28, 2026)¶
Changes since v0.8.0 (January 27, 2026)
Billing & Subscriptions¶
- Added Stripe integration for subscription upgrades
- Added customer portal for managing invoices and cancellations
- Added billing tab to settings page
Settings & Tenant Management¶
- Simplified tenant management interface
- Made settings tabs directly linkable
Analytics¶
- Added tenant isolation for multi-tenant support
Frontend & Infrastructure¶
- Improved UI consistency and responsiveness
- Performance improvements and HPA tuning
v0.8.0 (January 27, 2026)¶
Changes since v0.7.1 (December 19, 2025)
Quota System & Rate Limiting¶
- Added quota middleware that blocks requests after reaching usage limits
- Introduced tiered rate limiting with higher limits for paid users and unlimited quotas for the paid tier
- Set free tier token limit to one million
- Moved quota definitions and restricted endpoints to the analytics service
- Renamed
ApiUsagetoQuotaacross services - Added temporal rate limiter to the gateway
- Token counting now tracks both model tokens and guard tokens
Analytics Improvements¶
- Track model and provider information in dapi-gateway
- Added LLM info (model, provider) to analytics API usage records
- Record API usage in the analytics backend
- Added usage stats route to the analytics service
- Added analytics route to the dashboard backend for quota data
- Fixed privacy event analysis to use
0as defaults forNonevalues - Unified analytics logging and disabled verbose billing logs
Frontend Updates¶
- Redesigned the landing page
- Added profile and settings page
- Added tenant settings page
- Quota data is now loaded and displayed in the dashboard
Free Tier Onboarding¶
- Removed product guard checks across all services (frontend, dashboard backend, analytics backend, dapi-core, gateway)
- Integrated default providers and firewall for new users
- Set
system_prompt_checkthreshold as default on proxy initialization - Gateway URL is now always returned from the environment variable instead of the database
Infrastructure & DevOps¶
- Added Horizontal Pod Autoscaler (HPA) to all DAPI services
- Tuned analytics HPA to use memory utilization only
- Increased memory and CPU limits for analytics pods
- Added liveness probe to the analytics service
- Updated to cluster-level Presidio deployment
- Added harmfulness threshold as a configuration variable
- Updated Docker Compose for the whole project
- Set dashboard database restart policy to
unless-stopped
Developer Experience¶
- Set explicit
operationIdon all analytics and dashboard backend routes - Updated OpenAPI specs and improved the sync script
- Added actual E2E test run to the pipeline
- Repaired integration tests
- Added benchmarks and security mechanisms to documentation
Bug Fixes¶
- Fixed Redis environment variable typo
- Fixed model endpoint routing
- Fixed frontend dev backend URL
- Fixed rate limit implementation (reverted to static variant after issues)
- Fixed OpenAPI spec
oneOf/allOfissue for the code generator