-
v1.32.3 Stable
released this
2025-08-08 14:25:06 +00:00 | 658 commits to main since this releaseWhat's Changed
- Feat(fixed_charges): Move
AmountDetailstoChargeModelsnamespace by @ancorcruz in https://github.com/getlago/lago-api/pull/4098 - fix(invoice): Voided invoice is disputable as well by @ivannovosad in https://github.com/getlago/lago-api/pull/4107
- misc(event): Add missing results on events services by @vincent-pochet in https://github.com/getlago/lago-api/pull/4110
- Fix get tax regenerate invoice by @brunomiguelpinto in https://github.com/getlago/lago-api/pull/4108
- Feat(fixed_charges): Extract ChargeModel::FilterPropertiesService by @ancorcruz in https://github.com/getlago/lago-api/pull/4100
- Feat(fixed_charges): Extract chargeable validation service by @ancorcruz in https://github.com/getlago/lago-api/pull/4109
- REVERT: Projected usage feature on API by @murparreira in https://github.com/getlago/lago-api/pull/4112
- Feat(fixed_charges): Add FixedCharges::CreateService by @ancorcruz in https://github.com/getlago/lago-api/pull/4113
- fix(subscription-service): Fix potential race condition by @ivannovosad in https://github.com/getlago/lago-api/pull/4117
- Feat(fixed_charges): Plans::CreateService creates fixed charges by @ancorcruz in https://github.com/getlago/lago-api/pull/4116
- fix(charge-model-factory): Boolean param to only calculate the projected values when being called by the projection service by @murparreira in https://github.com/getlago/lago-api/pull/4118
Full Changelog: https://github.com/getlago/lago-api/compare/v1.32.2...v1.32.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Feat(fixed_charges): Move