v2.1.10
DioxusLabs/dioxusv2.1.10May 13, 2026by omkar273
AI Summary
Enhances billing and analytics capabilities with batch query support, progressive billing features, and improved usage analytics exports.
Key Highlights
- Added batch query for ListAll customers
- Implemented progressive billing via auto_invoice_threshold
- Enhanced usage analytics export with feature_group_name and aggregation_field support
- Added ZohoBooks scopes for settings management
- Added Helm Chart and Image Distribution
New Features
- Batch customer query
- Progressive billing
- Enhanced usage analytics export
- ZohoBooks settings management
- Helm Chart distribution
Full Release Notes
## What's Changed * main -> develop by @omkar273 in https://github.com/flexprice/flexprice/pull/1760 * feat(customer): add batch query for ListAll customers by @subratsahilgupta in https://github.com/flexprice/flexprice/pull/1751 * fix(invoice): skip voided and deleted invoices from idempotency check by @nkmishra1997 in https://github.com/flexprice/flexprice/pull/1765 * feat(distribution): Helm Chart and Image Distribution by @agrim123 in https://github.com/flexprice/flexprice/pull/1696 * main -> by @omkar273 in https://github.com/flexprice/flexprice/pull/1768 * feat(oauth): add additional ZohoBooks scopes for settings management by @omkar273 in https://github.com/flexprice/flexprice/pull/1771 * feat(billing): add progressive billing via auto_invoice_threshold by @omkar273 in https://github.com/flexprice/flexprice/pull/1769 * feat(usage_analytics): add support for feature_group_name and aggregation_field to usage analytics export by @subratsahilgupta in https://github.com/flexprice/flexprice/pull/1773 * Release by @omkar273 in https://github.com/flexprice/flexprice/pull/1764 **Full Changelog**: https://github.com/flexprice/flexprice/compare/v2.1.9...v2.1.10