v2.1.10

juspay/hyperswitchv2.1.10May 13, 2026by omkar273

AI Summary

This FlexPrice release introduces new capabilities for customer management, distribution, and billing. It adds batch query support for customers, Helm chart distribution, and progressive billing logic.

Key Highlights

  • Added batch query support for listing customers.
  • Introduced Helm Chart and Image Distribution capabilities.
  • Implemented progressive billing via `auto_invoice_threshold`.
  • Added additional ZohoBooks scopes for settings management.
  • Enhanced usage analytics export with feature grouping.

New Features

  • Batch customer query
  • Progressive billing
  • ZohoBooks OAuth scopes
  • Usage analytics export enhancements

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