8000 Releases · getlago/lago-api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: getlago/lago-api

v1.27.0

06 May 07:25
1b3269b
Compare
Choose a tag to compare

What's Changed

  • chore(spec): Ensure all tables have organization_id column by @julienbourdeau in #3565
  • Fix(multientities): fix payment receipt pdf generation by @annvelents in #3566
  • fix(Analytics): Check if Sentry is defined by @nudded in #3564
  • feat(audit_logs): Create Clickhouse::ActivityLog model by @rsempe in #3502
  • Revert "chore(sentry): Add strackprof profiling with sentry (#3366)" by @nudded in #3568
  • fix(billing_entities): Disable billing entity numbering by @jdenquin in #3570
  • bug(PayInAdvance): Simplify pay in advance error handling by @nudded in #3574
  • feat(audit_logs): Ability to fetch activity logs thru the API by @rsempe in #3513
  • fix(progressive_billing): Ensure IdempotencyRecord is persisted by @vincent-pochet in #3575
  • feat(audit_logs): Add ActivityLogsController#show by @rsempe in #3572
  • feat(audit_logs): Create GraphQL classes for activity log by @rsempe in #3573
  • chore(organization): Add organization_id to usage_thresholds table by @vincent-pochet in #3553
  • chore(organization): Add organization_id to invoice_subscriptions table by @vincent-pochet in #3558
  • chore(organization): Add organization_id to plans_taxes table by @vincent-pochet in #3557
  • feat(avalara-integration): add new tax_customer method by @lovrocolic in #3576
  • chore(organization): Add organization_id to payment_provider_customers table by @vincent-pochet in #3560
  • feat(Idempotency): Detect early returns and raise an error by @nudded in #3578
  • chore(organization): Add organization_id to invoices_taxes table by @vincent-pochet in #3562
  • chore(organization): Add Organization Reference on Adjusted Fees by @jdenquin in #3540
  • misc: Add more service results by @vincent-pochet in #3577
  • chore(organization): Add Organization reference on Applied Coupons by @jdenquin in #3543
  • chore(organizations): Add Organization ref on add_ons_taxes by @jdenquin in #3536
  • feat(avalara-integration): refactor payload creation for invoice and CN taxes by @lovrocolic in #3512
  • misc: Add temporary rails generator to fill the organization_id on every table by @vincent-pochet in #3585
  • fix: Fix resolver to not include pending downgraded subscriptions by @ivannovosad in #3580
  • chore(organization): Add organization_id to idempotency_records table by @vincent-pochet in #3579
  • chore(organization): Add organization_id to charge_filters table by @vincent-pochet in #3582
  • chore(organization): Add organization_id to charge_taxes table by @vincent-pochet in #3583

Full Changelog: v1.16.1...v1.27.0

v1.26.1

29 Apr 17:00
df9787d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.0...v1.16.1

v1.26.0

28 Apr 09:19
aabcb12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.25.0...v1.26.0

v1.25.0

08 Apr 07:28
5034d66
Compare
Choose a tag to compare

What's Changed

  • feat(taxes): Add jobs to update EU Taxes by @julienbourdeau in #3390
  • fix(coupon): Allow updating description when already applied by @vincent-pochet in #3412
  • misc: Remove count attributes from BillableMetric graphQL type object by @ancorcruz in #3403
  • Feat(multientities): add API endpoints for billing_entities by @annvelents in #3408
  • Feat(multientities): serialize billing_entity_code in API by @annvelents in #3411
  • fix(regroup_fees): Compute taxable_base_amount_cents on applied taxes by @rsempe in #3415
  • fix: Use BigDecimal instead of Float on amount details by @rsempe in #3416
  • fix(redis): increase timeouts and retry counts, and reconnect counts, add retry_jitter to avoid lock contention by @roeeklinger in #3413
  • fix(services): return valid Result in AutoGenerateService by @julienbourdeau in #3414
  • feat(payment_providers): Add MoneyHash [Allow edits by maintainer] by @shahwan42 in #3418
  • ftr(avalara-integration): add avalara model by @lovrocolic in #3419
  • Fix(multientities): create customer with billing_entity when creating a subscription by @annvelents in #3421
  • Fix Invoices::PrepaidCreditJob queueing to ensure uniqueness by @ancorcruz in #3422
  • Feat(multientities): step-3 billing entity graphql endpoints by @annvelents in #3382
  • Feat(multientities): assign billing_entity_id when creating fees by @annvelents in #3375
  • fix(bug): Stripe payment intent creation payload by @ancorcruz in #3426
  • fix(sentry): stackprof should be loaded before sentry by @jdenquin in #3423
  • feat(avalara-integration): add base avalara graphql connection setup by @lovrocolic in #3424
  • feat(payment-receipts): Use services by @ivannovosad in #3294
  • Add env var to disable lifetime-usage refresh by @nudded in #3433
  • misc: Remove schema.rb by @ivannovosad in #3438
  • Feat(multientities): Add support of billing_entity filter in invoices query by @annvelents in #3427
  • fix(payments): Fix payment of a one time payment request by @ivannovosad in #3441
  • Feat(multientities): add billing_entity to invoices#preview by @annvelents in #3417
  • Fix(multientities): add billing_entity_id to cache key for analytics by @annvelents in #3425
  • feat(wallet-transaction): Populate invoice_id by @floganz in #3435
  • fix(payment): Fix PaymentIntentSucceededService by @ivannovosad in #3442
  • fix(fee): Add repeatable read isolation for in advance fees creation by @vincent-pochet in #3444
  • feat(avalara-integration): add support for updating avalara connection by @lovrocolic in #3445
  • Feat(multientities): Add support of billing_entity filter in customers query by @annvelents in #3428
  • fix: fix credit note applied taxes by @lovrocolic in #3446
  • Feat(multientities): Add support of billing_entity filter in credit_notes query by @annvelents in #3429
  • Feat(multientities): graphql create and update user with billing entity by @annvelents in #3437
  • Chore(fees): add migration to populate fees with organization_id by @annvelents in #3432
  • feat (avalara-integration): add GQL support for creating avalara connection by @lovrocolic in #3443
  • feat(processor): Add flag subscription refresh logic by @vincent-pochet in #3393
  • feat(avalara-integration): add support for avalara mapping by @lovrocolic in #3450
  • Feat(multientities): migration to populate billing_entity_id on fees by @annvelents in #3431
  • Feat(multientities): update discarded customers to be assigned to a billing entity by @annvelents in #3434
  • fix(post-process): Enable TLS for valkey by @vincent-pochet in #3451
  • Feat(multientities): Small fixes at the end of step 3 implementation by @annvelents in #3452
  • fix(post-process): Fix redis connection by @vincent-pochet in #3453
  • fix(cashfree): wrong module name by @julienbourdeau in #3454
  • misc(processor): Change config for refresh by @vincent-pochet in #3455

New Contributors

Full Changelog: v1.24.1...v1.25.0

v1.24.1

31 Mar 09:09
b33da4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.24.0...v1.24.1

v1.24.0

27 Mar 15:07
f11a54f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.23.0...v1.24.0

v1.23.0

11 Mar 12:10
a7b328b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.22.1...v1.23.0

v1.22.1

05 Mar 09:06
1506cfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.22.0...v1.22.1

v1.22.0

25 Feb 15:33
fcdb5c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.21.0...v1.22.0

v1.21.0

12 Feb 12:35
6a0d2a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.2...v1.21.0

0