Logo
Explore Help
Sign in
fslabs/lago-api
fslabs/lago-api
10
0
Fork
You've already forked lago-api
0
Code Issues Pull requests Projects Releases 182 Packages Wiki Activity Actions
182 releases 187 tags
  • v1.33.0 42ca826a11

    v1.33.0 Stable

    groyoh released this 2025-08-27 15:29:22 +00:00 | 587 commits to main since this release

    What's Changed

    • fix(entitlements): trim code on feature creation by @julienbourdeau in https://github.com/getlago/lago-api/pull/4144
    • chore(deps): bump activestorage from 8.0.2 to 8.0.2.1 by @dependabot[bot] in https://github.com/getlago/lago-api/pull/4147
    • feat(fixed_charges-6): add destroy service by @annvelents in https://github.com/getlago/lago-api/pull/4141
    • feat(subscriptions): Add refund option for subscription termination by @groyoh in https://github.com/getlago/lago-api/pull/4026
    • feat(pre-aggregation): Expose charge pay_in_advance in flat filters by @vincent-pochet in https://github.com/getlago/lago-api/pull/4130
    • feat(invoice): Allow to filter invoices by subscription_id via GraphQL by @groyoh in https://github.com/getlago/lago-api/pull/4065
    • fix(anrok): issuing_date should be 30 days in the future at most by @julienbourdeau in https://github.com/getlago/lago-api/pull/4150
    • fix: Correct from_datetime by @rsempe in https://github.com/getlago/lago-api/pull/4156
    • fix(ci): Fix pg dump new version ci by @jdenquin in https://github.com/getlago/lago-api/pull/4159
    • Feat(fixed_charges): Add services and jobs to manage Child Fixed Charges by @ancorcruz in https://github.com/getlago/lago-api/pull/4148
    • Feat(fixed_charges-6): update plan with fixed-charge specific values by @annvelents in https://github.com/getlago/lago-api/pull/4149
    • misc: Remove OpenStruct from event validation errors by @vincent-pochet in https://github.com/getlago/lago-api/pull/4155
    • Fix(subscriptions search): next subscription for terminated subscription is not shown by @annvelents in https://github.com/getlago/lago-api/pull/4132
    • misc(Ruby): Bump version to 3.4.5 by @vincent-pochet in https://github.com/getlago/lago-api/pull/4161
    • fix(subscriptions): Order subscriptions list DESC by @rsempe in https://github.com/getlago/lago-api/pull/4164
    • fix(events): Deduplicate clickhouse events in the Graphql resolver by @vincent-pochet in https://github.com/getlago/lago-api/pull/4163
    • fix(clickhouse): Add more retry for lost connection by @vincent-pochet in https://github.com/getlago/lago-api/pull/4167
    • fix(charge): Handle missing graduated_ranges by @vincent-pochet in https://github.com/getlago/lago-api/pull/4168
    • fix: advance charge fee when ingested right before billing run by @lovrocolic in https://github.com/getlago/lago-api/pull/4082
    • fix(charge): Handle invalid charge model values by @vincent-pochet in https://github.com/getlago/lago-api/pull/4169
    • fix(daily-usage): Refactor DailyUsages::FillHistoryService by @rsempe in https://github.com/getlago/lago-api/pull/4072
    • Feat(fixed charges 6): update plan - cascade fixed charges by @annvelents in https://github.com/getlago/lago-api/pull/4160
    • feat(semiannual): Prepend DateAndTime::HalfYearCalculations to DateAndTime::Calculations by @ivannovosad in https://github.com/getlago/lago-api/pull/4165
    • misc(wallet-transaction): Refactor create service by @floganz in https://github.com/getlago/lago-api/pull/4171
    • feat(revenue-streams): add new data for the revenue streams reports by @murparreira in https://github.com/getlago/lago-api/pull/4142
    • feat(wallet-transactions): Add priority by @floganz in https://github.com/getlago/lago-api/pull/4172
    • feat(projected-usage): Add projected usage as premium integration by @murparreira in https://github.com/getlago/lago-api/pull/4157
    • misc(dunning): Include invoice numbers in stripe payments by @ancorcruz in https://github.com/getlago/lago-api/pull/4174
    • fix(timezones): Fix timezone names by @vincent-pochet in https://github.com/getlago/lago-api/pull/4177
    • feat(semiannual): Add i18n by @ivannovosad in https://github.com/getlago/lago-api/pull/4162
    • fix: update trigger for dunning_campaign finished webhook by @lovrocolic in https://github.com/getlago/lago-api/pull/4179
    • fix(invoice) Fix typo in locales and PDF template by @vincent-pochet in https://github.com/getlago/lago-api/pull/4178
    • fix(events): Fix resolver with Clickhouse by @vincent-pochet in https://github.com/getlago/lago-api/pull/4182
    • fix(subscription): Handle invalid ending at time format by @vincent-pochet in https://github.com/getlago/lago-api/pull/4184
    • misc(wallet-transactions): Refactor void service by @floganz in https://github.com/getlago/lago-api/pull/4181
    • feat(entitlements): Introduce SubscriptionEntitlementQuery and remove view by @julienbourdeau in https://github.com/getlago/lago-api/pull/4176
    • misc(pdf): Add auto-retry on Errno::ECONNREFUSED error by @vincent-pochet in https://github.com/getlago/lago-api/pull/4186
    • misc(daily_usage): No more OpenStruct by @vincent-pochet in https://github.com/getlago/lago-api/pull/4187
    • fix(api_logs): Do not logout the user when api logs is not available by @mariohd in https://github.com/getlago/lago-api/pull/4180
    • feat(entitlement): Allow privilege from plan to be removed from subscription by @julienbourdeau in https://github.com/getlago/lago-api/pull/4190
    • feat(entitlements): Add SubscriptionEntitlementResolver by @julienbourdeau in https://github.com/getlago/lago-api/pull/4188
    • feat(fixed_charges-8): process fixed_charges from plans controller by @annvelents in https://github.com/getlago/lago-api/pull/4166
    • misc(invoice): Remove OpenStruct for taxes in pay in advance by @vincent-pochet in https://github.com/getlago/lago-api/pull/4189
    • Feat(fixed_charges): update graphql for updating plan fixed charges by @ancorcruz in https://github.com/getlago/lago-api/pull/4154
    • feat(pre-aggregation): Add pre-aggregation clickhouse pipeline by @vincent-pochet in https://github.com/getlago/lago-api/pull/4152
    • Feat(fixed charges 9): fixed charges override service by @annvelents in https://github.com/getlago/lago-api/pull/4173
    • Feat(fixed_charges): add fixed_charges_units_override service by @annvelents in https://github.com/getlago/lago-api/pull/4175
    • feat(entitlement): Remove privilege by @julienbourdeau in https://github.com/getlago/lago-api/pull/4192
    • fix(organization): Add validation for Organization#premium_integrations by @groyoh in https://github.com/getlago/lago-api/pull/4196
    • feat(entitlement): Clean up subscription privileges and features removal endpoints by @julienbourdeau in https://github.com/getlago/lago-api/pull/4191
    • fix(activity-logs): Fix Feature class name mapping by @julienbourdeau in https://github.com/getlago/lago-api/pull/4203
    • feat(fixed_charges): Add fixed charge events by @ancorcruz in https://github.com/getlago/lago-api/pull/4200
    • fix(customer): Fix payment job race-condition on customer deletion by @groyoh in https://github.com/getlago/lago-api/pull/4201
    • feat(fixed_charges): FixedChargeEvents::CreateService by @ancorcruz in https://github.com/getlago/lago-api/pull/4204
    • fix(stripe): Fix customer.updated Stripe webhook when stripe customer not found in DB by @groyoh in https://github.com/getlago/lago-api/pull/4197
    • fix(entitlements): Convert boolean string for frontend by @julienbourdeau in https://github.com/getlago/lago-api/pull/4210

    Full Changelog: https://github.com/getlago/lago-api/compare/v1.32.4...v1.33.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
Powered by Forgejo Version: 14.0.0 Page: 43ms Template: 8ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API