-
v1.34.1 Stable
released this
2025-10-02 14:04:32 +00:00 | 382 commits to main since this releaseWhat's Changed
- test: Remove unnecessary
typeRSpec metadata by @groyoh in https://github.com/getlago/lago-api/pull/4379 - feat(stripe): Add 3DS support by @julienbourdeau in https://github.com/getlago/lago-api/pull/4336
- feat(customer): Add
currencies[]filter toGET /api/v1/customersby @groyoh in https://github.com/getlago/lago-api/pull/4383 - fix(integrations): Fix create credit note service by @ivannovosad in https://github.com/getlago/lago-api/pull/4389
- chore(stripe): Remove "beta" for Stripe pre-auth feature by @julienbourdeau in https://github.com/getlago/lago-api/pull/4387
- feat(customer): Add
has_tax_identification_numberfilter toGET /api/v1/customersby @groyoh in https://github.com/getlago/lago-api/pull/4386 - test(invoice): Fix flaky
services/invoices/apply_taxes_service_spec.rbtest by @groyoh in https://github.com/getlago/lago-api/pull/4390 - Revert "chore(stripe): Remove "beta" for Stripe pre-auth feature" by @julienbourdeau in https://github.com/getlago/lago-api/pull/4394
- feat(ai-agent): Add MISTRAL_AGENT_ID env variable by @rsempe in https://github.com/getlago/lago-api/pull/4388
- fix(event-aggregation): the query should group prorated units by day by @annvelents in https://github.com/getlago/lago-api/pull/4060
- Revert "fix(event-aggregation): the query should group prorated units by day" by @annvelents in https://github.com/getlago/lago-api/pull/4397
- fix(clickhouse): Limit 1 with raw SQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/4400
- test(wallet): Test invoice rendering in wallet top-up scenarios tests by @groyoh in https://github.com/getlago/lago-api/pull/4369
- feat(customer): Add
metadata[key]filter toGET /api/v1/customersby @groyoh in https://github.com/getlago/lago-api/pull/4392 - feat(customer): Add
customer_typefilters toGET /api/v1/customersby @groyoh in https://github.com/getlago/lago-api/pull/4393 - fix(event-aggregation): the query should group prorated units by day by @annvelents in https://github.com/getlago/lago-api/pull/4399
- feat(pre-aggregation): Implement weighted_sum by @vincent-pochet in https://github.com/getlago/lago-api/pull/4277
- fix(alerts): Add validation for duplicated threshold by @murparreira in https://github.com/getlago/lago-api/pull/4403
- chore(update): Update graphql gem by @jdenquin in https://github.com/getlago/lago-api/pull/4405
- fix(release): Fix private release token by @jdenquin in https://github.com/getlago/lago-api/pull/4408
- chore(update): update ransack gem by @jdenquin in https://github.com/getlago/lago-api/pull/4406
- chore(update): Update gem graphql-pagination by @jdenquin in https://github.com/getlago/lago-api/pull/4409
- chore(update): Update karafka gems by @jdenquin in https://github.com/getlago/lago-api/pull/4410
- Revert "fix(clickhouse): Limit 1 with raw SQL" by @jdenquin in https://github.com/getlago/lago-api/pull/4418
- Revert "chore(update): Update gem graphql-pagination" by @jdenquin in https://github.com/getlago/lago-api/pull/4419
- revert(graphql): Revert graphql update by @jdenquin in https://github.com/getlago/lago-api/pull/4420
- feat(customer): Add more filters to
customersGraphQL query by @groyoh in https://github.com/getlago/lago-api/pull/4404 - fix(customer): Use proper metadata index for
CustomersQueryby @groyoh in https://github.com/getlago/lago-api/pull/4413 - fix(billing): snapshot customer data on invoice finalization by @ancorcruz in https://github.com/getlago/lago-api/pull/4384
- test: Fix failing
spec/services/daily_usages/compute_service_spec.rbtest by @groyoh in https://github.com/getlago/lago-api/pull/4427 - fix(invoice): Retry
Invoices::GeneratePdfJobjob onEOFErrorby @groyoh in https://github.com/getlago/lago-api/pull/4426 - chore(integration): Remove unused
integration_mappingGraphQL query by @groyoh in https://github.com/getlago/lago-api/pull/4415 - chore(integration): Remove unused
integration_mappingsGraphQL query by @groyoh in https://github.com/getlago/lago-api/pull/4421 - chore(graphql): re-upgrade graphql by @julienbourdeau in https://github.com/getlago/lago-api/pull/4422
- fix(stripe): Retry webhook on Stripe::RateLimitError by @julienbourdeau in https://github.com/getlago/lago-api/pull/4407
- feat(wallet): Adjust serializers to return limits related attributes by @floganz in https://github.com/getlago/lago-api/pull/4352
- feat(webhook): Reduce HTTP write timeout from 60s to 30s by @julienbourdeau in https://github.com/getlago/lago-api/pull/4424
- chore(integration): Remove unused
integration_collection_mappingGraphQL query by @groyoh in https://github.com/getlago/lago-api/pull/4416 - fix: add guard clause when applying prog billing credits on fee by @lovrocolic in https://github.com/getlago/lago-api/pull/4429
- chore(integration): Remove unused code related to integration mapping update by @groyoh in https://github.com/getlago/lago-api/pull/4414
- fix(credit_notes): Handle rounding issues with taxes by @julienbourdeau in https://github.com/getlago/lago-api/pull/4411
- chore(scenario): rename spec by @julienbourdeau in https://github.com/getlago/lago-api/pull/4432
Full Changelog: https://github.com/getlago/lago-api/compare/v1.34.0...v1.34.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- test: Remove unnecessary