v1.11.2
getlago/lagov1.11.2Sep 12, 2024by nudded
AI Summary
A patch release fixing API resilience, invoice processing logic, and frontend interface typos.
Key Highlights
- Added auto-retries for request limit errors in the API
- Fixed check for `invoice.closed?` in AdvanceChargesService
- Fixed typo for interface props in CustomCharge and StandardCharge
Full Release Notes
## Front changes * fix: fix typo for interface props in CustomCharge and StandardCharge by @ansmonjol in https://github.com/getlago/lago-front/pull/1733 **Full Changelog**: https://github.com/getlago/lago-front/compare/v1.11.1...v1.11.2 ## API changes * fix(integration): Add more auto retries for reuqest limit errors by @vincent-pochet in https://github.com/getlago/lago-api/pull/2570 * bug - Fix check for invoice.closed? in `Invoices::AdvanceChargesService` by @nudded in https://github.com/getlago/lago-api/pull/2572 **Full Changelog**: https://github.com/getlago/lago-api/compare/v1.11.1...v1.11.2 ## What's Changed * Bump version to 1.11.2 by @nudded in https://github.com/getlago/lago/pull/405 **Full Changelog**: https://github.com/getlago/lago/compare/v1.11.1...v1.11.2