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
  • v0.43.0-beta c1673b2d5e

    v0.43.0-beta Stable

    vincent-pochet released this 2023-08-10 13:49:13 +00:00 | 3381 commits to main since this release

    What's Changed

    • fix(invoice): Ensure mailer can be sent for deleted charges/plans by @vincent-pochet in https://github.com/getlago/lago-api/pull/1219
    • fix(webhook): Handle auto retry with EOFError by @vincent-pochet in https://github.com/getlago/lago-api/pull/1220
    • feat(tax): Add taxes to graphql add_ons create/update by @rsempe in https://github.com/getlago/lago-api/pull/1221
    • misc: Rename Invoices::OneOffService to Invoices::CreateService by @rsempe in https://github.com/getlago/lago-api/pull/1222
    • fix(stripe): handle processing payment status by @vincent-pochet in https://github.com/getlago/lago-api/pull/1223
    • feat(tax): Apply taxes to add on fees by @rsempe in https://github.com/getlago/lago-api/pull/1224
    • fix(invoice): revert changes for payment_due_date on templates by @vincent-pochet in https://github.com/getlago/lago-api/pull/1225
    • feat(webhooks): Add HMAC signature by @jdenquin in https://github.com/getlago/lago-api/pull/1186
    • fix(subscription): Charge to date boundaries for yearly plan by @vincent-pochet in https://github.com/getlago/lago-api/pull/1227
    • Migrate payment due date by @vincent-pochet in https://github.com/getlago/lago-api/pull/1229
    • feat: update net payment term on customer and organization by @ansmonjol in https://github.com/getlago/lago-api/pull/1205
    • fix (charges): fix condition that determines when to bill charges by @lovrocolic in https://github.com/getlago/lago-api/pull/1228
    • fix(stripe): Add new filter for missing stripe customer in strip webhooks by @vincent-pochet in https://github.com/getlago/lago-api/pull/1231

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.42.0-beta...v0.43.0-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.42.0-beta 2d919ef355

    v0.42.0-beta Stable

    rsempe released this 2023-08-04 12:03:09 +00:00 | 3395 commits to main since this release

    What's Changed

    • feat(tax): coupons pro-rata for fees by @vincent-pochet in https://github.com/getlago/lago-api/pull/1178
    • feat(tax): Add AddOn::AppliedTax by @rsempe in https://github.com/getlago/lago-api/pull/1200
    • feat: add payment_due_date and display on invoices by @ansmonjol in https://github.com/getlago/lago-api/pull/1193
    • feat(tax): Assign taxes on add on creation by @rsempe in https://github.com/getlago/lago-api/pull/1201
    • feat(tax): Assign taxes on add on update by @rsempe in https://github.com/getlago/lago-api/pull/1202
    • fix (subscriptions): do not raise duplicated_invoice error for yearly plan case by @lovrocolic in https://github.com/getlago/lago-api/pull/1203
    • fix(invoices): Fix payment due date when nil by @jdenquin in https://github.com/getlago/lago-api/pull/1209
    • fix(fees): handle precise_coupon_amount on fees when its value is greater than fees amount_cents by @lovrocolic in https://github.com/getlago/lago-api/pull/1210
    • fix(events): handle ambiguous PG error by @lovrocolic in https://github.com/getlago/lago-api/pull/1212
    • fix(register): Do not permit signup when disabled by @jdenquin in https://github.com/getlago/lago-api/pull/1206
    • fix (charges): do not bill recurring pay in advance charges upon termination by @lovrocolic in https://github.com/getlago/lago-api/pull/1213
    • feat(tax): Add add_ons_count to tax by @rsempe in https://github.com/getlago/lago-api/pull/1204
    • feat(customers): Add updated_at in serializer by @jdenquin in https://github.com/getlago/lago-api/pull/1211
    • feat: Return key in one-dimension groups serializer by @rsempe in https://github.com/getlago/lago-api/pull/1214
    • fix(stripe): update payment methods by @jdenquin in https://github.com/getlago/lago-api/pull/1216
    • fix(coupons): fix coupon base amount for multiple subscriptions by @lovrocolic in https://github.com/getlago/lago-api/pull/1215
    • fix(tax): Do not duplicate taxes when multiple plans by @rsempe in https://github.com/getlago/lago-api/pull/1217
    • fix(stripe): Default payment methods by @jdenquin in https://github.com/getlago/lago-api/pull/1218

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.41.0-beta...v0.42.0-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.41.0-beta 5e6499b12f

    v0.41.0-beta Stable

    jdenquin released this 2023-07-27 20:41:15 +00:00 | 3420 commits to main since this release

    What's Changed

    • misc(puma): use web concurrency by @jdenquin in https://github.com/getlago/lago-api/pull/1167
    • revert(subscriptions): revert subscriptions index filters by @jdenquin in https://github.com/getlago/lago-api/pull/1168
    • feat(tax): Expose plans_count and charges_count for taxes in API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1166
    • fix: Handle ActionController::ParameterMissing error by @vincent-pochet in https://github.com/getlago/lago-api/pull/1171
    • fix(customers): always render customer metadata in customer api response by @lovrocolic in https://github.com/getlago/lago-api/pull/1172
    • fix(tax): fee estimate with applied taxes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1173
    • fix: To datetime boundary on invoice refresh by @rsempe in https://github.com/getlago/lago-api/pull/1170
    • feat(tax): Rename credit#before_vat into credit#before_taxes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1174
    • feat(tax): Add fields for coupons pro-rata by @vincent-pochet in https://github.com/getlago/lago-api/pull/1177
    • fix(event): Reduce noise with duplicated event errors by @vincent-pochet in https://github.com/getlago/lago-api/pull/1176
    • feat(tax): Apply taxes to charges and plans via GraphQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/1155
    • feat(tax): Apply taxes to fees with charge or plan taxes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1156
    • feat(taxes): Assign tax to charges by @rsempe in https://github.com/getlago/lago-api/pull/1175
    • fix(subscriptions) return active subscriptions by default by @ansmonjol in https://github.com/getlago/lago-api/pull/1169
    • feat(tax): Expose invoices_taxes#fees_amount_cents in API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1180
    • fix (subscription): fix billing boundaries for termination case by @lovrocolic in https://github.com/getlago/lago-api/pull/1179
    • feat(taxes): Ability to assign taxes on customer creation by @rsempe in https://github.com/getlago/lago-api/pull/1182
    • feat(taxes): Ability to assign taxes on plan creation by @rsempe in https://github.com/getlago/lago-api/pull/1183
    • fix(credit): Migrate v3 credits with wrong before taxes flag by @vincent-pochet in https://github.com/getlago/lago-api/pull/1187
    • feat (aggregation-refactoring): Handle various charge changes: recurring, prorated, in advance by @lovrocolic in https://github.com/getlago/lago-api/pull/1188
    • fix (billable-metrics): temporary block recurring_count_agg aggregation type by @lovrocolic in https://github.com/getlago/lago-api/pull/1189
    • feat(stripe sdd): Stripe sdd model by @ivannovosad in https://github.com/getlago/lago-api/pull/1159
    • feat(stripe sdd): Add data migration for existing stripe customers to… by @ivannovosad in https://github.com/getlago/lago-api/pull/1154
    • feat(webhooks): Webhook endpoints update by @jdenquin in https://github.com/getlago/lago-api/pull/1191
    • feat(stripe sdd): Fix stripe update_provider_default_payment_method by @ivannovosad in https://github.com/getlago/lago-api/pull/1192
    • fix(stripe): set payment method to nullable on graphql by @jdenquin in https://github.com/getlago/lago-api/pull/1196
    • fix: Rails seeds by @rsempe in https://github.com/getlago/lago-api/pull/1195
    • fix(stripe): Payment provider customer provider payment methods defau… by @jdenquin in https://github.com/getlago/lago-api/pull/1197
    • bug(customer) makes the provider_payment_methods not required by @ansmonjol in https://github.com/getlago/lago-api/pull/1199

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.40.0-beta...v0.41.0-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.40.0-beta 7a46e51eee

    v0.40.0-beta Stable

    rsempe released this 2023-07-11 15:40:27 +00:00 | 3452 commits to main since this release

    What's Changed

    • fix: Flaky test when creating events by @rsempe in https://github.com/getlago/lago-api/pull/1161
    • feat(taxes): Ability to assign and unassign taxes to a plan by @rsempe in https://github.com/getlago/lago-api/pull/1153
    • feat(multiple webhook endpoints): Add WebhookEndpoint model by @ivannovosad in https://github.com/getlago/lago-api/pull/1112
    • fix(organization): Country code should be upcased by @vincent-pochet in https://github.com/getlago/lago-api/pull/1162
    • feat: cancel pending subscription by @ansmonjol in https://github.com/getlago/lago-api/pull/1157
    • feat(taxes): Assign tax to a charge by @rsempe in https://github.com/getlago/lago-api/pull/1165

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.39.2-beta...v0.40.0-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.39.2-beta 46b9e192c6

    v0.39.2-beta Stable

    rsempe released this 2023-07-07 14:05:53 +00:00 | 3463 commits to main since this release

    What's Changed

    • fix: Ability to start the subscription and create an event in the same time by @rsempe in https://github.com/getlago/lago-api/pull/1160

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.39.1-beta...v0.39.2-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.39.1-beta 02626954d6

    v0.39.1-beta Stable

    jdenquin released this 2023-07-07 08:52:38 +00:00 | 3464 commits to main since this release

    What's Changed

    • Revert "feat(stripe sdd): Add provider_payment_methods to StripeCustomer" by @jdenquin in https://github.com/getlago/lago-api/pull/1158

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.39.0-beta...v0.39.1-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.39.0-beta 66c5fed498

    v0.39.0-beta Stable

    rsempe released this 2023-07-06 10:17:42 +00:00 | 3465 commits to main since this release

    What's Changed

    • feat(taxes): Mulitple taxes (#1027) by @vincent-pochet in https://github.com/getlago/lago-api/pull/1104
    • fix(adyen): Raise error when handling webhook with non-existent org by @ivannovosad in https://github.com/getlago/lago-api/pull/1137
    • fix: Pay in advance invoice template by @rsempe in https://github.com/getlago/lago-api/pull/1139
    • fix(adyen): Change error to webhook_error when organization is not found by @ivannovosad in https://github.com/getlago/lago-api/pull/1142
    • fix: Do not return stripe_payment_not_found is invoice is failed by @rsempe in https://github.com/getlago/lago-api/pull/1144
    • feat: Add coupon description by @ansmonjol in https://github.com/getlago/lago-api/pull/1140
    • fix: Ability to create event on a terminated subscription by @rsempe in https://github.com/getlago/lago-api/pull/1145
    • fix: translations on plan interval for invoice template by @rsempe in https://github.com/getlago/lago-api/pull/1146
    • fix(tax): Organization default vat_rate migration by @vincent-pochet in https://github.com/getlago/lago-api/pull/1148
    • fix: Fix migration with postgresql < 14 by @rsempe in https://github.com/getlago/lago-api/pull/1149
    • feat(tax): Add Plan::AppliedTax and Charge::AppliedTax models by @vincent-pochet in https://github.com/getlago/lago-api/pull/1150
    • feat(tax): Expose plan and charge taxes in the API by @vincent-pochet in https://github.com/getlago/lago-api/pull/1151
    • feat(stripe sdd): Add provider_payment_methods to StripeCustomer by @ivannovosad in https://github.com/getlago/lago-api/pull/1143
    • fix: Improve validations when creating an event by @rsempe in https://github.com/getlago/lago-api/pull/1152

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.38.0-beta...v0.39.0-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.38.0-beta 043a5349e8

    v0.38.0-beta Stable

    jdenquin released this 2023-06-26 12:56:48 +00:00 | 3507 commits to main since this release

    What's Changed

    • fix: first subscription fee with timezone by @rsempe in https://github.com/getlago/lago-api/pull/1117
    • feat(tax): Add service to appliy taxes on credit notes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1105
    • feat(tax): Add base amount to credit notes applied taxes by @vincent-pochet in https://github.com/getlago/lago-api/pull/1121
    • misc(sidekiq): support redis ssl by @jdenquin in https://github.com/getlago/lago-api/pull/1123
    • fix: Add invalid timezone error message by @rsempe in https://github.com/getlago/lago-api/pull/1125
    • fix(credit_note): takes coupons into account when refreshing a credit… by @vincent-pochet in https://github.com/getlago/lago-api/pull/1126
    • Render charges boundaries on graphql invoice subscription object by @rsempe in https://github.com/getlago/lago-api/pull/1127
    • fix (gocardless): update invoice payment status for GCL by @lovrocolic in https://github.com/getlago/lago-api/pull/1128
    • fix: Unify invoice taxes_rate to not be a NaN by @rsempe in https://github.com/getlago/lago-api/pull/1132

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.37.0-beta...v0.38.0-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.37.0-beta 8bbb177d79

    v0.37.0-beta Stable

    jdenquin released this 2023-06-15 08:13:13 +00:00 | 3516 commits to main since this release

    What's Changed

    • feat(stripe) send webhook when user is created by @ansmonjol in https://github.com/getlago/lago-api/pull/1107
    • Prevent creating invoices in case of duplicate by @rsempe in https://github.com/getlago/lago-api/pull/1108
    • fix(invoice): Duplication validation should only be checked for recurring billing by @vincent-pochet in https://github.com/getlago/lago-api/pull/1110
    • bug(customer) fix creation with tax identification number by @ansmonjol in https://github.com/getlago/lago-api/pull/1111
    • fix: Prevent from receiving rate and fixed_amount as numbers by @rsempe in https://github.com/getlago/lago-api/pull/1113
    • fix(stripe): checkout URL should return empty result when no webhook URL by @vincent-pochet in https://github.com/getlago/lago-api/pull/1114

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.36.1-beta...v0.37.0-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.36.1-beta 9868c0f10c

    v0.36.1-beta Stable

    rsempe released this 2023-06-09 09:00:25 +00:00 | 3523 commits to main since this release

    What's Changed

    • fix: Handle non-HTTP error case for webhook delivery by @vincent-pochet in https://github.com/getlago/lago-api/pull/1096
    • feat: Rewrite billing service in pure SQL by @vincent-pochet in https://github.com/getlago/lago-api/pull/1083
    • misc: Remove properties from invoice_subscriptions by @rsempe in https://github.com/getlago/lago-api/pull/1097
    • fix(stripe): Improve Stripe error handling on payment creation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1098
    • misc: Remove condition on fee properties by @rsempe in https://github.com/getlago/lago-api/pull/1099
    • fix(stripe): Improve Stripe error handling on customer creation by @vincent-pochet in https://github.com/getlago/lago-api/pull/1100
    • misc: Add unique index on invoice_subscriptions to prevent duplicated invoices by @rsempe in https://github.com/getlago/lago-api/pull/1102
    • feat(tax): Add a service to apply taxes to an invoice by @vincent-pochet in https://github.com/getlago/lago-api/pull/1103

    Full Changelog: https://github.com/getlago/lago-api/compare/v0.36.0-beta...v0.36.1-beta

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
First Previous ... 10 11 12 13 14 ... Next Last
Powered by Forgejo Version: 14.0.0 Page: 117ms Template: 80ms
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