Billing Lifecycle and Subscription Controls
Version v0.3.0 — Feb 18, 2026
Internal
- reorganized billing service boundaries for maintainability
- added worker paths for webhook-driven subscription processing
- expanded integration test coverage around subscription lifecycle events
New
- subscription creation flow integrated into the application shell
- customer portal entry points for account-level billing updates
- structured billing information models for users and organizations
Summary
This release adds a complete subscription lifecycle foundation, helping teams launch paid plans with less custom billing logic.
Fixes
- addressed edge cases in subscription state synchronization
- corrected billing portal redirect handling under uncommon conditions
Improvements
- clearer billing status transitions in app flows
- better separation between billing orchestration and provider adapters
- improved resilience for retryable billing operations