-
v1.33.2 Stable
released this
2025-09-08 13:30:16 +00:00 | 536 commits to main since this releaseWhat's Changed
- fix(invoice): Fix
InvoicesQuerywhen passingamount_*as decimal by @groyoh in https://github.com/getlago/lago-api/pull/4221 - fix(invoice): Fix pay-in-advance charge invoicing when Anrok is enabled by @groyoh in https://github.com/getlago/lago-api/pull/4223
- fix(fees): Avoid duplicated in advance - Phase 1 by @vincent-pochet in https://github.com/getlago/lago-api/pull/4225
- Add fixed charges to plan and subscription in graphql by @annvelents in https://github.com/getlago/lago-api/pull/4205
- Feat(fixed_charges): remove fixed_charges_units_override service" by @annvelents in https://github.com/getlago/lago-api/pull/4218
- fix(stripe): Skip Checkout URL generation for
cryptoandcustomer_balanceby @groyoh in https://github.com/getlago/lago-api/pull/4216 - fix(payment): Stop sending invoice webhooks and activity log on payment retry by @groyoh in https://github.com/getlago/lago-api/pull/4226
- Feat(billing-entities): migrate customers between be by @annvelents in https://github.com/getlago/lago-api/pull/4193
- fix(clickhouse): Avoid nil connections when performing queries by @vincent-pochet in https://github.com/getlago/lago-api/pull/4229
- feat(pre-aggregation): Pass charge_id and charge_filter_id to the event stores by @vincent-pochet in https://github.com/getlago/lago-api/pull/4231
- chore(test): Improve Bullet gem configuration for N+1 query detection by @groyoh in https://github.com/getlago/lago-api/pull/4232
- fix(applied-coupons): Fix
GET /api/v1/applied_couponswhen coupon is deleted by @groyoh in https://github.com/getlago/lago-api/pull/4228 - bug: rename portuguese-brasil locale code by @ansmonjol in https://github.com/getlago/lago-api/pull/4233
- fix(alerting): When BillableMetric is deleted, delete associated alerts by @julienbourdeau in https://github.com/getlago/lago-api/pull/4125
- fix: Flaky subscription test by @vincent-pochet in https://github.com/getlago/lago-api/pull/4238
- fix(date): Fix ISO8601 date and datetime parsing by @groyoh in https://github.com/getlago/lago-api/pull/4234
- fix(sequence-error): Add wait, attempts and jitter to retry on Sequenced::SequenceError by @ivannovosad in https://github.com/getlago/lago-api/pull/4240
- chore(current_usage): Improve current_usage performances by @jdenquin in https://github.com/getlago/lago-api/pull/4235
- fix(seeds): Fix automatic seeding in dev environment by @groyoh in https://github.com/getlago/lago-api/pull/4245
- chore(subscription): Remove unused permitted params by @groyoh in https://github.com/getlago/lago-api/pull/4071
- fix(tests): Fix flaky test on usage by @jdenquin in https://github.com/getlago/lago-api/pull/4246
- misc(clickhouse): Add clickhouse structure for cloud by @vincent-pochet in https://github.com/getlago/lago-api/pull/4202
- fix(projected-usage): Bug when receive negative value events and charges with filters receive events with no filters by @murparreira in https://github.com/getlago/lago-api/pull/4247
- feat(pre-aggregation): Implement count aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/4236
- chore(result): extract result behavior to module by @julienbourdeau in https://github.com/getlago/lago-api/pull/4244
- fix(fees): Avoid duplicated in advance - Phase 2 by @vincent-pochet in https://github.com/getlago/lago-api/pull/4227
- fix: do not use Lago EU prefix in autogenerated EU taxes by @lovrocolic in https://github.com/getlago/lago-api/pull/4249
- feat(pre-aggregation): Implement sum aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/4237
- feat(pre-aggregation): Implement max aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/4239
- feat(pre-aggregation): Implement latest aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/4241
- feat(pre-aggregation): Implement precise_total_amount aggregation by @vincent-pochet in https://github.com/getlago/lago-api/pull/4243
- chore(tests): Fix flacky tests in customerportals by @julienbourdeau in https://github.com/getlago/lago-api/pull/4253
- fix(clickhouse): Ensure presence of AR internal tables by @vincent-pochet in https://github.com/getlago/lago-api/pull/4248
- fix(credit-note): Prevent 0 cent credit note issuance by @groyoh in https://github.com/getlago/lago-api/pull/4250
- fix(clickhouse): Rollback deduplications for events resolver by @vincent-pochet in https://github.com/getlago/lago-api/pull/4260
- test(invoice): Introduce invoice rendering tests by @groyoh in https://github.com/getlago/lago-api/pull/4259
- fix(entitlements): strong params expects hash for privilege.config by @julienbourdeau in https://github.com/getlago/lago-api/pull/4262
- feat(wallet-transactions): Add wallet to wallet transaction webhooks by @ivannovosad in https://github.com/getlago/lago-api/pull/4254
- feat(pre-aggregation): Implement events_values by @vincent-pochet in https://github.com/getlago/lago-api/pull/4242
Full Changelog: https://github.com/getlago/lago-api/compare/v1.33.1...1.33.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix(invoice): Fix