Releases: getlago/lago-python-client
Releases · getlago/lago-python-client
Release list
v1.49.0
What's Changed
- feat(multi-entity): expose billing_entity_code on subscription, walle… by @mariohd in #403
- [ING-239] feat(wallets): add grants_target_top_up to recurring transaction rules by @aquinofb in #401
- misc(release): Bump version to 1.49.0 by @ancorcruz in #405
New Contributors
Full Changelog: v1.48.0...v1.49.0
v1.48.0
What's Changed
- fix(api): Deprecate filter_by prefixed params on current usage by @murparreira in #392
- feat: add support for invoice consolidation by @lovrocolic in #395
- feat(clickhouse): Add organization.events_store attribute [ING-205] by @vincent-pochet in #396
- feat(presentation_group_keys): Support presentation group keys feature by @tiagolupepic in #399
- release: Bump to v1.48.0 version by @groyoh in #402
New Contributors
- @tiagolupepic made their first contribution in #399
Full Changelog: v1.47.0...v1.48.0
v1.47.0
What's Changed
- feat: expose rate limit headers via on_rate_limit_info callback by @mikeh-lago in #393
- Bump version to 1.47.0 by @mikeh-lago in #394
Full Changelog: v1.46.0...v1.47.0
v1.46.0
Add HTTP 429 rate limit retry with automatic backoff and 20s max delay cap
v1.45.0
What's Changed
- misc(customer): Expose error_details on API by @vincent-pochet in #383
- feat(wallets): Add missing fields to WalletTransaction by @D1353L in #386
- release: Bump version to 1.45.0 by @groyoh in #387
Full Changelog: v1.44.0...v1.45.0
v1.44.0
What's Changed
- Feat: current usage filters by @annvelents in #377
- feat(wallets): Move wallets API under customers by @vankiru in #366
- Fix: endpoints under subscriptions by @annvelents in #378
- Add lago_invoice_id to WalletTransactionResponse by @anassg-lago in #379
- feat: add support for invoice_numbers in payment response by @lovrocolic in #381
- feat(wallet): Add wallet consumptions and fundings by @D1353L in #380
- feat(alerting): Add wallet alerts API by @vankiru in #368
- feat(multiple-payment-methods): add support for invoice custom section to billing entities by @osmarluz in #382
- misc(version): Bump version to 1.44.0 by @vincent-pochet in #384
New Contributors
- @anassg-lago made their first contribution in #379
Full Changelog: v1.43.0...v1.44.0
v1.43.0
What's Changed
- Fix: exclude nones when creating a record by @annvelents in #371
- Fix ruff linting issues across the codebase by @rsempe in #374
- feat(charges): Add charge, fixed charge, and filter CRUD endpoints by @rsempe in #375
- feat(multiple-payment-methods): Add support for payment methods to billing entities by @osmarluz in #365
- chore(release): bump version to v1.43.0 by @rsempe in #376
New Contributors
Full Changelog: v1.41.4...v1.43.0
v1.41.4
What's Changed
- chore: v1.41.3 by @annvelents in #369
- chore: bump to 1.41.4 by @annvelents in #370
Full Changelog: v1.41.3...v1.41.4
v1.41.3: Feat(alerts): add batch alert actions (#364)
* add batch alert actions * rename batch actions * unify alert model with another PR